EDN Admin
Well-known member
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
<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