<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
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>