<dgm>
(Diagram to Animate)
This element specifies a reference to a diagram that should be animated within a sequence of slide animations. In addition to simply acting as a reference to a diagram there is also animation build steps defined.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies which step this part of the diagram should be built using. For instance the diagram can be built as one object meaning it will be animated as a single graphic. Alternatively the diagram can be animated, or built as separate pieces. The possible values for this attribute are defined by the ST_DgmBuildStep simple type (§5.1.12.18). |
|
Specifies the GUID of the shape for this build step in the animation. The possible values for this attribute are defined by the ST_Guid simple type (§5.1.12.27). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AnimationDgmElement">
<attribute name="id" type="ST_Guid" use="optional" default="{00000000-0000-0000-0000-000000000000}"/>
<attribute name="bldStep" type="ST_DgmBuildStep" use="optional" default="sp"/>
</complexType>