XSD: xs:sequence & xs:choice combination for xs:extension elements of a common base type?
- by bguiz
Hi,
My question is about defining an XML schema that will validate the following XML:
<rules>
<other>...</other>
<bool>...</bool>
<other>...</other>
<string>...</string>
<other>...</other>
</rules>
The order of the child nodes does not matter. The…