TxmlDefaultType Enumeration

Represents type TxmlDefaultType.

Namespace: flcXMLDocument
type
 TxmlDefaultType = (dtRequired, dtImplied, dtFixed, dtValue);

The TxmlDefaultType type exposes the following members.

Show:
 NameDescription
dtFixed

Represents constant dtFixed.

dtImplied

Represents constant dtImplied.

dtRequired

Represents constant dtRequired.

dtValue

Represents constant dtValue.

Top