XML_DTDAttributeVarieties Enumerated List
See Also Example Applies To
This enumerated list contains the types of attributes in a DTD <ATTLIST ...> declaration.
XMLDTD_NODTDATTRIBUTEVARIETY
Value 0 - No attribute type has been declared.
XMLDTD_CDATA
Value 1 - CDATA - Character data.
XMLDTD_ENUMERATED
Value 2 - Valid values are in an enumerted list.
XMLDTD_ENTITY
Value 3 - ENTITY - An entity declared in the DTD.
XMLDTD_ENTITIES
Value 4 - ENTITIES - Multiple whitespace-separated entities declared in the DTD.
XMLDTD_ID
Value 5 - ID - A unique element identifer.
XMLDTD_IDREF
Value 6 - IDREF - The value of a unique ID type attribute.
XMLDTD_IDREFS
Value 7 - IDREFS - Multiple whitespace-separated IDREFs of elements.
XMLDTD_MMTOKEN
Value 8 - MMTOKEN - An XML name token.
XMLDTD_MMTOKENS
Value 9 - MMTOKENS - Multiple whitespace-separated XML name tokens.
XMLDTD_NOTATION
Value 10 - NOTATION - A notation declared in the DTD.
|