2.3.17 CT_Notes

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

Referenced by: CT_Slide

A complex type that specifies the text content of a notes slide.

Child Elements:

p: A CT_Paragraph element that specifies a paragraph of text in the notes slide.

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

 <xsd:complexType name="CT_Notes">
   <xsd:sequence>
     <xsd:element name="p" type="CT_Paragraph" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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