[
Lists Home |
Date Index |
Thread Index
]
Hmm, from the initial post the ORDERNUMBERS must appear at least once so
the content model is already more complex than that..
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
David Carlisle wrote:
> 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
> ________________________________________________________________________
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
|