OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: List of possible choices in a DTD

[ Lists Home | Date Index | Thread Index ]
  • From: Paul Prescod <papresco@technologist.com>
  • To: xml-dev@ic.ac.uk
  • Date: Mon, 10 Nov 1997 11:14:15 -0500

Thorsten Kitz wrote:
> 
> Hey,
> 
> I have a really simple problem: I like to define a choice list in a DTD, eg
> for element <Weekdays> a list of possible values like "Monday", "Tuesday",
> etc.

Try this:

<!DOCTYPE WEEKDAYS[
<!ELEMENT WEEKDAYS (WEEKDAY+)>
<!ELEMENT WEEKDAY EMPTY>
<!ATTLIST WEEKDAY DAY
("SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY")
#IMPLIED>
]>
<WEEKDAYS>
<WEEKDAY DAY="SUNDAY"/>
<WEEKDAY DAY="FRIDAY"/>
</WEEKDAYS>

 Paul Prescod

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS