[Table of Contents] [docx version]

Error! No text of specified style in document.

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

lvlAtOnce (Each Level at Once)

Animate the diagram one level at a time, animating the whole level as one object

lvlOne (Level One-by-One)

Animate the diagram by the elements within a level, animating them one level element at a time.

one (Elements One-by-One)

Animate the diagram by elements. For a tree diagram the animation will occur by branch within the diagram tree.

 

Referenced By

ST_AnimationDgmBuildType5.1.12.7)

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>