[Home] [By Thread] [By Date] [Recent Entries]

  • From: Martin Gudgin <marting@d...>
  • To: Baudoncq Gert <Gert.Baudoncq@z...>,"'Zala, PraveenKumar'" <praveenkumar.zala@d...>,xml-dev <xml-dev@l...>
  • 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@z...>
To: "'Zala, PraveenKumar'" <praveenkumar.zala@d...>; "xml-dev"
<xml-dev@l...>
Sent: Thursday, September 27, 2001 11:18 AM
Subject: RE:  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@d...]
> Verzonden: donderdag 27 september 2001 9:40
> Aan: xml-dev
> Onderwerp:  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>


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member