Compartir a través de


2.4.3.4 CT_ExtendedGuideList

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

Referenced by: sldGuideLst, notesGuideLst

A complex type that specifies a list of extended guides for a master slide, a slide layout, or a particular view of the presentation.<26>

Child Elements:

guide: A CT_ExtendedGuide element (section 2.4.3.3) that specifies a guide in a presentation.

extLst: A CT_ExtensionList element ([ISO/IEC29500-4:2016] section A.3) that specifies the extension list. All future extensions to the guide list will be stored in the extension list.

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

 <xsd:complexType name="CT_ExtendedGuideList">
   <xsd:sequence>
     <xsd:element name="guide" type="CT_ExtendedGuide" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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