47
DTD: The Content Model
•
•
Content model:
–
Complex = a regular expression over other elements
–
Text-only = #PCDATA
–
Empty = EMPTY
–
Any = ANY
–
Mixed content = (#PCDATA | A | B | C)*
<!ELEMENT
tag
(
CONTENT
)>
content
model