[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] DTD ( From Eliotte Rust Harold's Book)
- From: Martin Gudgin <marting@develop.com>
- To: Baudoncq Gert <Gert.Baudoncq@zeno.be>,"'Zala, PraveenKumar'" <praveenkumar.zala@digital.com>,xml-dev <xml-dev@lists.xml.org>
- Date: Thu, 27 Sep 2001 10:25:58 +0100
You could also do this
<!ELEMENT DIVISION (TEAM,TEAM,TEAM,TEAM,TEAM?,TEAM?) >
Regards
Martin Gudgin
DevelopMentor
http://www.develop.co.uk
----- Original Message -----
From: "Baudoncq Gert" <Gert.Baudoncq@zeno.be>
To: "'Zala, PraveenKumar'" <praveenkumar.zala@digital.com>; "xml-dev"
<xml-dev@lists.xml.org>
Sent: Thursday, September 27, 2001 11:18 AM
Subject: RE: [xml-dev] DTD ( From Eliotte Rust Harold's Book)
> Hi,
>
> Use a Schema instead of a DTD.
>
> <xsd:element name="team"
> minoccurs="4"
> maxoccurs="6"
> type="xsd:string" />
>
> Brs
> Gert
>
> -----Oorspronkelijk bericht-----
> Van: Zala, PraveenKumar [mailto:praveenkumar.zala@digital.com]
> Verzonden: donderdag 27 september 2001 9:40
> Aan: xml-dev
> Onderwerp: [xml-dev] DTD ( From Eliotte Rust Harold's Book)
>
>
> Hi,
>
> Suppose I am writing a DTD to have between 4 and 6 TEAM elements for a
> DIVISION element, how do I go about specifying this ?
> Please note - I cannot have three nor seven TEAM elements for the
DIVISION
> in my Document, such a document must be forced
> to be treated as invalid.
>
> Hint : I can try to enforce the same above by grouping TEAM elements in a
> sequence, but still, I have cracked this to atleast
> have 4 elements but not the second criterion
>
> Please get back with your suggestions.
>
> Thanks and Regards,
> Praveen Zala
>
> -----------------------------------------------------------------
> 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 elist use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
> -----------------------------------------------------------------
> 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 elist use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>