<bldDgm> (Build Diagram)

This element specifies how to build the animation for a diagram.

[Example: Consider the following example where a chart is specified to be animated by category rather than as one entity. Thus, the <bldChart> element should be used as follows:

<p:bdldLst>
  <p:bldGraphic spid="4" grpId="0">
    <p:bldSub>
      <a:bldChart bld="category"/>
    </p:bldSub>
  </p:bldGraphic>
</p:bldLst>

End example]

Parent Elements

<bldLst>4.6.14)

Attributes

Description

<bld> (Diagram Build Types)

This attribute describes how the diagram will be built. The animation will animate the sub-elements in the container in the particular order defined by this attribute.

The possible values for this attribute are defined by the ST_TLDiagramBuildType simple type (§4.8.37).

<grpId> (Group ID)

This attribute ties effects persisted in the animation to the build information. The attribute is used by the editor when changes to the build information are made. GroupIDs are unique for a given shape. They are not guaranteed to be unique IDs across all shapes on a slide.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

<spid> (Shape ID)

This attribute describes the shape to which the build applies.

The possible values for this attribute are defined by the ST_ShapeID simple type (§5.1.12.55).

<uiExpand> (Expand UI)

This attribute describes the view option indicating if the build should be displayed expanded.

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TLBuildDiagram">
	<attributeGroup ref="AG_TLBuild"/>
	<attribute name="bld" type="ST_TLDiagramBuildType" use="optional" default="whole"/>
</complexType>