V
Verticon::
I have two situations here.
1. XOR: I found I can use the 'choice' type to handle that.
2. OR: I don't know how to do
All three of these are valid:
<root>
<A />
<B />
</root>
<root>
<A />
</root>
<root>
<B />
</root>
This would NOT be valid:
<root>
</root>
How would I lay out the schema for the OR situation here?
1. XOR: I found I can use the 'choice' type to handle that.
2. OR: I don't know how to do
All three of these are valid:
<root>
<A />
<B />
</root>
<root>
<A />
</root>
<root>
<B />
</root>
This would NOT be valid:
<root>
</root>
How would I lay out the schema for the OR situation here?