[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
custShowLst (List of Custom Shows)
This element specifies a list of all custom shows that are available within the corresponding presentation. A custom show is a defined slide sequence that allows for the displaying of the slides with the presentation in any arbitrary order.
Parent Elements |
presentation (§4.3.1.24) |
Child Elements |
Subclause |
custShow (Custom Show) |
§4.3.1.5 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CustomShowList">
<sequence>
<element name="custShow" type="CT_CustomShow" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>