473,387 Members | 1,534 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

XSD limitations!

momotaro
357 100+
am trying to do this
Expand|Select|Wrap|Line Numbers
  1. <xs:element name="ENTITY">
  2.         <xs:complexType>
  3.             <xs:sequence>
  4.                 <xs:element ref="UNIQUE" minOccurs="0" maxOccurs="unbounded"/>
  5.                 <xs:element ref="FIELD" maxOccurs="unbounded"/>
  6.                 <xs:element ref="ASSOCIATION" minOccurs="0" maxOccurs="unbounded"/>
  7.                 <xs:element ref="NAME" minOccurs="0" maxOccurs="1"/>
  8.                 <xs:element ref="CODE" minOccurs="0" maxOccurs="1"/>
  9.                 <xs:element ref="DESC" minOccurs="0" maxOccurs="1"/>
  10.             </xs:sequence>
  11.             <xs:attributeGroup ref="EntityAtt"/>
  12.         </xs:complexType>
  13.     </xs:element>
  14.  
with UNIQUE this way:
Expand|Select|Wrap|Line Numbers
  1. <xs:element name="UNIQUE">
  2.         <xs:complexType>
  3.             <xs:sequence minOccurs="0" maxOccurs="unbounded">
  4.                 <xs:element ref="FILED">
  5.                 </xs:element>
  6.             </xs:sequence>
  7.         </xs:complexType>
  8.     </xs:element>
  9.  
and I know that with XSD some stuff above is impossible so if you have any worksaround I'll be glad !

thx in advance.
Jul 31 '11 #1
0 1332

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Hajir Firooz | last post by:
Hi, I am wondering what are the limitations of MS Access 2000 database in terms of number of records per table. Any help will be appreciated.
4
by: Markus Wankus | last post by:
I am about to introduce my company to Solidworks. What are the limitations of the 30 day evaluation copy? I had planned on getting the eval from my VAR, then doing a very small prototype project...
13
by: Jeager | last post by:
Why is it, Microsoft manage to write operating systems and office applications with every bell and whistle facility known to man. Yet, even after years and years of development they still cannot...
3
by: Jack | last post by:
Quick question, does anyone know what the limitations are, besides memory for GMP, and also, if I write software that uses this library, is it true that it may run differently on different hardware...
8
by: Kerry W Brown | last post by:
Microsoft® Visual C#® .NET 2003 Standard Edition Are there any significant limitations with using the standalone C# Standard version. At this stage I am only concerned with learning ... ...
5
by: Roman | last post by:
Hi, I am relatively new to dotnet and have heard great things about form validation and how easy it is. While I can see some improvements compared with classic asp I am a bit disappointed at...
6
by: Smokey Grindle | last post by:
Is there any real or virtual class size limitations? such as number of methods, properties or fields? I know its bad practice to make a class outragiously large, but was just wondering if there was...
0
by: TonyJ | last post by:
Hello! I'm unsure when I can use a bound datagrid and when I can't. What limitations has a bound datagrid? 1. For example if I want to manipulate the data in the datasource before displaying...
3
by: kstevens | last post by:
I know that I cant do alot of things with runtime that i can do with regular, and i know that one of those limitations is writing to a runtime table from another database, but does that also mean...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.