XML_DTDSubElementVarieties Enumerated List
See Also Example Applies To
This enumerated list contains the types of sub-node in a DTD Element.
XMLDTD_PCDATA
Value 1 - Character data. Equivalent to the sub-element in the DTD entry :
<!ELEMENT element1 (#PCDATA)>
XMLDTD_CHILDNODE
Value 3 - A child node. Equivalent to the sub-element in the DTD entry :
<!ELEMENT element1 (subelement2)>
|