[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_TLTimeNodeType (Time Node Type)
This type specifies time node types.
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 |
afterEffect (Node Type Enum ( After Effect )) |
After Effect |
afterGroup (Node Type Enum ( After Group )) |
After Group |
clickEffect (Node Type Enum ( Click Effect )) |
Click Effect |
clickPar (Node Type Enum ( Click Paragraph )) |
Click Paragraph |
interactiveSeq (Node Type Enum ( Interactive Sequence )) |
Interactive Sequence |
mainSeq (Node Type Enum ( Main Sequence )) |
Main Sequence |
tmRoot (Node Type Enum ( Timing Root )) |
Timing Root |
withEffect (Node Type Enum ( With Effect )) |
With Effect |
withGroup (Node Type Enum ( With Group )) |
With Group |
Referenced By |
cTn@nodeType (§4.6.33) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLTimeNodeType">
<restriction base="xsd:token">
<enumeration value="clickEffect"/>
<enumeration value="withEffect"/>
<enumeration value="afterEffect"/>
<enumeration value="mainSeq"/>
<enumeration value="interactiveSeq"/>
<enumeration value="clickPar"/>
<enumeration value="withGroup"/>
<enumeration value="afterGroup"/>
<enumeration value="tmRoot"/>
</restriction>
</simpleType>