XML AttributeList
The AttributeList name element represents the <!ATTLIST
construct
in a DTD.
The name of the AttributeList element corresponds to the name of the element for which the list of attributes is being defined. Its content represents one or more AttributeDef elements.
This example is included in the DTD example:
<!ATTLIST el5 el5satt CDATA #IMPLIED>
This example shows an AttributeList that defines one AttributeDef, and its content is explained in AttributeDef.