Compartir a través de


2.12.3.13 CT_MainMasterMoniker

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

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

Attributes:

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

sldId: A p:ST_SlideMasterId ([ISO/IEC29500-1:2016] section 19.7.16) attribute that specifies the identifier of the master slide.

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

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

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