Compartir a través de


2.12.3.14 CT_MainMasterMonikerList

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

Referenced by: CT_MainMasterChanges, sldMasterMkLst

A complex type that specifies a list of content monikers that together uniquely identify a master slide in a document. The sequence of child elements MUST be a valid MAINMASTERMONIKERLIST as specified in the following ABNF (specified in [RFC5234]) grammar.

MAINMASTERMONIKERLIST = DOCUMENTMONIKERLIST (section 2.12.3.11) MAINMASTERMONIKER

MAINMASTERMONIKER = pc:sldMasterMk (section 2.12.3.13)

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

 <xsd:complexType name="CT_MainMasterMonikerList">
   <xsd:sequence>
     <xsd:any minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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