<ST_DgmBuildStep>
(Diagram Animation Build Steps)
This simple type specifies an animation build step within a diagram animation.
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 background for this animation build step |
|
Animate a diagram shape for this animation build step |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_DgmBuildStep">
<restriction base="xsd:token">
<enumeration value="sp"/>
<enumeration value="bg"/>
</restriction>
</simpleType>