http://www.w3schools.com/schema/schema_complex_indicators.asp
All Indicator
The <all> indicator specifies that the child elements can appear in any order, and that each child element must occur only once:
<xs:element name="person">
<xs:complexType>
<xs:all>
<xs:element...
Sorry,
I should have added that the XML I provided is incorrect. the elements in menuTYPE can appear any number of times and in any order.
I've done a bit of research on the net and it looks like I am unable to use xsd to allow this because sequence has to be in order an all can only have...
I need some help! The problem I have is that a "menu" can have a nested "menu". That works okay. But the problem is that after a nested menu, there could be a menuitem and the current XSD i have done below doesnt allow for that. Please help!
I have the following XSD
<xs:schema...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.