[
Lists Home |
Date Index |
Thread Index
]
> Similarly, if the order of child elements is meaningful, then
> the schema
> should allow the children to appear in any order; if the order is not
> meaningful, then there is no reason to allow multiple orders
> (other than
> backward compatibility).
What, say, if you have different ordered content model choices:
choice
seq a, b, c
seq c, a, b
/choice
[I'm switching to the new Ultra-Concise XML syntax; whaddaya think?]
Here, order is be meaningful, but the schema does not allow just any order.
|