Semantic Web Technologies: XML, RDF, OWL
<!DOCTYPE greeting SYSTEM
"hello.dtd">
questionlist
must have an attribute named
test
and contain only question
elements.
<!ENTITY % Text "CDATA"> <!ELEMENT questionlist (question)+> <!ATTLIST questionlist test %Text; > <!ELEMENT question (qtext|choice|comment|%Text)+> <!ELEMENT qtext (%Text)> <!ELEMENT choice (%Text)> <!ATTLIST choice answer %Text; #IMPLIED > <!ELEMENT comment (%body.content)>
5 of 41