2.12.3.20 CT_SlideMoniker
Target namespace: http://schemas.microsoft.com/office/powerpoint/2013/main/command
A complex type that specifies the content moniker information associated with a slide.
Attributes:
cId: An ST_CreationId attribute that specifies the creation ID of the slide (see section 2.3.1.4).
sldId: A p:ST_SlideId ([ISO/IEC29500-4:2016] section A.4) attribute that specifies the identifier of the slide.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_SlideMoniker"> <xsd:attribute name="cId" type="ST_CreationId" use="optional"/> <xsd:attribute name="sldId" type="p:ST_SlideId" use="required"/> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).