R
Richard Smol
How can I describe in an XML Schema definition that there are
several top-elemt names possible? IK mean something like
this:
<SomeTopElement>
<!-- rest goes here -->
</SomeTopElement>
or:
<OtherTopElement>
<!-- rest goes here -->
<OtherTopElement>
I looked at unions but get the idea that those only
work with enclosing elements. Is that true?
Thanks in advance for any input.
RS
several top-elemt names possible? IK mean something like
this:
<SomeTopElement>
<!-- rest goes here -->
</SomeTopElement>
or:
<OtherTopElement>
<!-- rest goes here -->
<OtherTopElement>
I looked at unions but get the idea that those only
work with enclosing elements. Is that true?
Thanks in advance for any input.
RS