[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_AnimationBuildType (Animation Build Type)
This simple type specifies the ways that an animation can be built, or animated.
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 |
allAtOnce (Animate At Once) |
Animate all objects as one. |
Referenced By |
ST_AnimationChartBuildType (§5.1.12.5); ST_AnimationDgmBuildType (§5.1.12.7) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_AnimationBuildType">
<restriction base="xsd:token">
<enumeration value="allAtOnce"/>
</restriction>
</simpleType>