[
Lists Home |
Date Index |
Thread Index
]
After all (with the limited knowledge of DTD I have)
this is possible in dtd.
with small examples like this you can write (in dtd syntax)
(ORDERNUMBERS*,
((ACCOUNT_NUM,ORDERNUMBERS*,NAME)|(NAME,ORDERNUMBERS*,ACCOUNT_NUM)),
ORDERNUMBERS*)
which of course you could write in w3c schema syntax without using
xsd:all. However this soon gets out of hand if the example is any
bigger.
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
________________________________________________________________________
|