Hi,
Am writing an XSD file and am wanan use something like that:
I know its not allowed but hope you got my idea if you know how to work this issue around please help!
thank's in advance.
Am writing an XSD file and am wanan use something like that:
Code:
<xs:element name="ENTITY"> <xs:complexType> <xs:sequence> <xs:element ref="FIELD" maxOccurs="unbounded"/> <xs:element ref="ASSOCIATION" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:all> <xs:element name="NAME"/> <xs:element name="CODE"/> <xs:element name="DESC"/> </xs:all> <xs:attributeGroup ref="EntityAtt"/> </xs:complexType> </xs:element>
thank's in advance.
Comment