<ST_AnimationDgmOnlyBuildType>
(Diagram only Animation Types)
This simple type specifies the build options available only for animating a diagram. These options specify the manner in which the objects within the chart should be grouped and 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 the diagram one level at a time, animating the whole level as one object |
|
Animate the diagram by the elements within a level, animating them one level element at a time. |
|
Animate the diagram by elements. For a tree diagram the animation will occur by branch within the diagram tree. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_AnimationDgmOnlyBuildType">
<restriction base="xsd:token">
<enumeration value="one"/>
<enumeration value="lvlOne"/>
<enumeration value="lvlAtOnce"/>
</restriction>
</simpleType>