[
Lists Home |
Date Index |
Thread Index
]
- From: John Punin <puninj@cs.rpi.edu>
- To: xml-dev@xml.org
- Date: Sat, 4 Mar 2000 20:58:02 -0500 (EST)
Hi
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;>
I have read XML Schema Structures and I didn't find anything about my problem.
Thanks for your help. I really appreciate it.
John Punin
***************************************************************************
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/
***************************************************************************
|