2.3.18 CT_Slide

Target namespace: http://schemas.microsoft.com/server/powerpoint/2009/mobile

Referenced by: sld

A complex type that specifies a presentation slide.

Child Elements:

sldTxt: Reserved. MUST be ignored.

notes: A CT_Notes element that specifies the user notes for the presentation slide.

errLst: A CT_ErrorList element that specifies list of errors.

Attributes:

ver: Reserved. MUST be ignored.

hidden: An xsd:boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the presentation slide is hidden.

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

 <xsd:complexType name="CT_Slide">
   <xsd:sequence>
     <xsd:element name="sldTxt" type="CT_SlideText" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="notes" type="CT_Notes" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="errLst" type="psv:CT_ErrorList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="ver" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
 </xsd:complexType>

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