[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
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 |
|
indefinite (Indefinite Type Enum) |
Specifies Indefinite Time |
|
Referenced By |
|
ST_TLTime (§4.8.42); ST_TLTimeAnimateValueTime (§4.8.43) |
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>