To specify an attribute in a DTD, use the following syntax:
<!ATTLIST element attribute_name attribute_type additional_characteristic>
In the syntax, !ATTLIST indicates the beginning of the attribute declaration and element represents the element name with which the attribute is associated. The attribute_name represents the name of the attribute and attribute_type represents the type of the attribute. The attribute_type can take the values shown in the following table. |