[
Lists Home |
Date Index |
Thread Index
]
> I don't see any other way other than to change xml
> structure to get rid of this issue.
do you _have_ to express this constraint at the schema level?
There are always some things a schema (even a relax ng one) can't catch
and have to be caught in the application. If changing the xml format is
inconvenient just schema type it as
(A|B|C|D|E)*
so at least the schema checks that the set of child elements is
plausible, and defer the cardinality checks to whatever application is
handling the schema validated input.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|