<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 |
---|---|
|
Animate all objects as one. |
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>