[
Lists Home |
Date Index |
Thread Index
]
- From: ht@cogsci.ed.ac.uk (Henry S. Thompson)
- To: John Punin <puninj@cs.rpi.edu>
- Date: 06 Mar 2000 10:21:00 +0000
John Punin <puninj@cs.rpi.edu> writes:
> I don't know how to express this part of my dtd using XML Schema.
>
> I have two entities:
>
> <!ENTITY % fpart "a|b|c">
> <!ENTITY % spart "d|e|f">
>
> I combined these two entities:
>
> <!ENTITY % tpart "p (%fpart;|%spart;) #IMPLIED">
>
> I used tpart as an attribute of an element
>
> <!ELEMENT chapter articles*>
> <!ATTLIST chapter %tpart;>
A number of people have requested the ability to define and then
extend enumerated types, which would satisfy your requirement. It's
not yet clear whether this will make it in to v.1 of XML Schema.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
W3C Fellow 1999--2001, part-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|