TxmlAttType Enumeration

Represents type TxmlAttType.

Namespace: flcXMLDocument
type
 TxmlAttType = (atNone,
 atStringType,
 atEnumeratedNotationType, atEnumeratedEnumerationType,
 atTokenizedTypeID, atTokenizedTypeIDREF, atTokenizedTypeIDREFS,
 atTokenizedTypeENTITY, atTokenizedTypeENTITIES, atTokenizedTypeNMTOKEN,
 atTokenizedTypeNMTOKENS);

The TxmlAttType type exposes the following members.

Show:
 NameDescription
atEnumeratedEnumerationType

Represents constant atEnumeratedEnumerationType.

atEnumeratedNotationType

Represents constant atEnumeratedNotationType.

atNone

Represents constant atNone.

atStringType

Represents constant atStringType.

atTokenizedTypeENTITIES

Represents constant atTokenizedTypeENTITIES.

atTokenizedTypeENTITY

Represents constant atTokenizedTypeENTITY.

atTokenizedTypeID

Represents constant atTokenizedTypeID.

atTokenizedTypeIDREF

Represents constant atTokenizedTypeIDREF.

atTokenizedTypeIDREFS

Represents constant atTokenizedTypeIDREFS.

atTokenizedTypeNMTOKEN

Represents constant atTokenizedTypeNMTOKEN.

atTokenizedTypeNMTOKENS

Represents constant atTokenizedTypeNMTOKENS.

Top