<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

<bg> (Background)

Animate the diagram background for this animation build step

<sp> (Shape)

Animate a diagram shape for this animation build step

Referenced By

<dgm@bldStep>5.1.2.1.12)

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>