TxmlChildSpecNumerator Enumeration

Represents type TxmlChildSpecNumerator.

Namespace: flcXMLDocument
type
 TxmlChildSpecNumerator = (csnOne, csnOptional, csnAny, csnAtLeastOne);

The TxmlChildSpecNumerator type exposes the following members.

Show:
 NameDescription
csnAny

Represents constant csnAny.

csnAtLeastOne

Represents constant csnAtLeastOne.

csnOne

Represents constant csnOne.

csnOptional

Represents constant csnOptional.

Top