Defines the DTD attribute declaration default state.

Enumerator:
ATT_REQUIRED  The attribute is required as especified by the attribute declaration.
ATT_IMPLIED  The attribute is not requried, however, if it appears it must follow the attribute type declaration.
ATT_FIXED  The attribute must appear and have the value provided as the default.