Compartir a través de


2.12.3.18 CT_SlideLayoutMoniker

Target namespace: http://schemas.microsoft.com/office/powerpoint/2013/main/command

A complex type that specifies the content moniker information associated with a slide layout.

Attributes:

cId: An ST_CreationId attribute that specifies the creation ID of the slide layout (see section 2.3.1.4).

sldId: A p:ST_SlideLayoutId ([ISO/IEC29500-1:2016] section 19.7.14) attribute that specifies the identifier of the slide layout.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_SlideLayoutMoniker">
   <xsd:attribute name="cId" type="ST_CreationId" use="optional"/>
   <xsd:attribute name="sldId" type="p:ST_SlideLayoutId" use="required"/>
 </xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).