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

  • From: Ruth Bergman <Ruth@j...>
  • To: John Martin <John.Martin@n...>, xml-dev@i...
  • Date: Thu, 01 Jul 1999 11:51:39 -0700

At 02:04 PM 7/1/1999 -0400, John Martin wrote:
>
>In a DTD, can I base the inclusion of an optional element on an
>attribute?  For example, I have:
>
><!ELEMENT NCSB-Message (Service-Version-Number, Service-Release-Number,
>Service-Completion-Code?, Service-Reason-Code?)>
><!ATTLIST NCSB-Message MESSAGE-TYPE (REQUEST | RESPONSE) #REQUIRED>
>
No.  I recall a previous discussion about this issue if you care to look it
up in the archives.  A possible solution is

<!ELEMENT NCSB-Message (Service-Version-Number, Service-Release-Number,
(REQUEST | RESPONSE))>
<!ELEMENT REQUEST (Service-Completion-Code, Service-Reason-Code)>
<!ELEMENT RESPONSE EMPTY>

Ruth.


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



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