[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: Re: [xml-dev] maxoccurs='unbounded' under xsd:all group.
- From: Roxette Lurge <roxenne_2001@yahoo.com>
- Date: Tue, 17 Jan 2006 11:21:18 -0800 (PST)
- Cc: David Carlisle <davidc@nag.co.uk>
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=MwsOfQ4xELoP1dObmuiCsSiDcmitD5KW3MtgAzZOJtfr6KLqfPSxAz19stoKs+bq50ulFQMiplL1HBQCdDqqcr4+VZrB8sTWHqVBe3LNYh/mVUAA2YQojyZTPnOt5VzUyyphMsPfJMeMTneNZFYYBgyoUEjP9PyqEDUg4XQd9nE= ;
- In-reply-to: <200601171705.RAA08038@penguin.nag.co.uk>
David,
I have another 20 elements under Customer and all of
them are optional (minoccurs='0') and 2 of them are
repeatable, which, I guess, would make the DTD a bit
complicated by taking care of all the combinations.
I don't see any other way other than to change xml
structure to get rid of this issue.
Baiju.
--- David Carlisle <davidc@nag.co.uk> 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>
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|