19.3.1.16 cSld
This element specifies a container for slide information that is relevant to all of the slide types. All slides share a common set of properties that is independent of the slide type; the description of these properties for any particular slide is stored within the slide’s cSld container. Slide data specific to the slide type indicated by the parent element is stored elsewhere.
[Note: The actual data in cSld describe only the particular parent slide; it is only the kind of information stored that is common across all slides. end note]
[Example: Consider the following PresentationML slide
<p:sld>
<p:cSld>
<p:spTree>
…
</p:spTree>
</p:cSld>
…
</p:sld>
As the above example shows, the shape tree of a slide (spTree) is a child element of cSld because all slide types can contain a shape tree. Other slide properties specific to the slide type (such as transitions for sld slides) are specified elsewhere. end example]
Attributes
name (Name)
Specifies the slide name property that is used to further identify this unique configuration of common slide data. This might be used to aid in distinguishing different slide layouts or various other slide types.
The possible values for this attribute are defined by the W3C XML Schema string
datatype.
[Note: The W3C XML Schema definition of this element’s content model (CT_CommonSlideData) is located in A.3. end note]