<ST_TLTimeIndefinite>
(Indefinite Time Declaration)
This type specifies a value that designates an "indefinite" amount time -- typically means this property is subordinate to other, defined properties.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies Indefinite Time |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLTimeIndefinite">
<restriction base="xsd:token">
<enumeration value="indefinite"/>
</restriction>
</simpleType>