2.2.4.20 ContentMasterFe

Namespace: http://schemas.datacontract.org/2004/07/p

The ContentMasterFe complex type specifies a slide layout.

 <xs:complexType name="ContentMasterFe" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Id" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="SlideLayoutType" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Id: An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the identifier for the slide layout. This element MUST be present.

Name: A string ([XMLSCHEMA2] section 3.2.1) that specifies the name of the slide layout.

SlideLayoutType: A string that specifies the layout type as specified by ST_SlideLayoutType [ISO/IEC29500-1:2016] section 19.7.15. This element MUST be present.