<xsd:complexType name="CT_CustomShow">
<xsd:sequence>
<xsd:element name="sldLst" type="CT_SlideRelationshipList" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List of Presentation Slides</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="name" type="ST_Name" use="required">
<xsd:annotation>
<xsd:documentation>Custom Show Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="id" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Custom Show ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|