Programmer's Guide > Interfaces > AElement interface > ATIContentType enumeration
  
ATIContentType enumeration
The tagContentType attribute has one of the following values.
* 
Some of the content types apply to SGML documents only.
The ATIContentType enumeration has the following constants of type short.
UNDEFINED_CONTENT = 0
The element is not declared in the DTD.
CDATA_CONTENT = 1
The element is declared as CDATA in the DTD.
RCDATA_CONTENT = 2
The element is declared as RCDATA in the DTD.
EMPTY_CONTENT = 3
The element is declared as EMPTY content in the DTD.
ELEMENT_CONTENT = 4
The element is declared as ELEMENT content in the DTD.
ANY_CONTENT = 5
The element is declared as ANY content in the DTD.
MIXED_CONTENT = 6
The element is declared as MIXED content in the DTD.