TxmlExternalIDType Enumeration

Represents type TxmlExternalIDType.

Namespace: flcXMLDocument
type
 TxmlExternalIDType = (eidSystem, eidPublic);

The TxmlExternalIDType type exposes the following members.

Show:
 NameDescription
eidPublic

Represents constant eidPublic.

eidSystem

Represents constant eidSystem.

Top