29.4 Document Type Definitions (cont.)
- To describe an attribute:
<!ATTLIST Element Attribute Type Default>
- Common attribute type descriptions:
| Type Description |
Attribute Type |
| CDATA |
Any character data |
| (N1|N2|. . .) |
One of N1, N2, ... |
- CDATA much like #PCDATA (encode same
characters)
prev
|top
|next