XSD question

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I want to have the following XML document:
<pre class="prettyprint <?xml version="1.0" encoding="utf-8" ?>
<root>
<!-- must appear first -->
<a>

<!-- can be multiple-->
<c></c>
<c>
</c>

<!-- optional -->
<b/>

<!-- can be here -->
<c>
</c>
</root>
[/code]
<br/>
How to write XSD for this document? Specifically, Im much puzzled at the <choice> XSD element.


View the full article
 
Back
Top