-
Group references
I have a complex type element containing a sequence of group references as follows
<xsd:element name="Item" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:group ref="1:group1" minOccurs="0"></xsd:group>
<xsd:group ref="2:group2" minOccurs="0"></xsd:group> <xsd:group ref="3:group3" minOccurs="0"></xsd:group>
<xsd:group ref="4:group4" minOccurs="0"></xsd:group>
<xsd:group ref="5:group5" minOccurs="0"></xsd:group>
<xsd:group ref="6:group6" minOccurs="0"></xsd:group>
<xsd:group ref="7:group7" minOccurs="0"></xsd:group>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Here the group references are in sequence, but I want them to be in any oder. Also no group must occur more than once, but they can be zero (minOccurs=0). The <xsd:all> will allow exactly the same operation for elements but here I have groups. Can anyone help me out with this....
Thanks....
Similar Threads
-
By shers in forum VB Classic
Replies: 1
Last Post: 03-13-2005, 11:32 AM
-
By Jeff in forum VB Classic
Replies: 0
Last Post: 06-13-2002, 06:34 PM
-
By Slade Stewart in forum Architecture and Design
Replies: 1
Last Post: 11-13-2001, 11:16 AM
-
By Kevin Baker in forum .NET
Replies: 1
Last Post: 09-18-2001, 10:58 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|