2.3.3.28 CT_ShowEventRecordList

Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main

Referenced by: showEvtLst

A complex type that specifies a list of slide show events that occurs during slide show.

Child Elements:

triggerEvt: A CT_TriggerEventRecord element (section 2.3.3.31) that specifies a triggered animation event.

playEvt: A CT_MediaPlaybackEventRecord element (section 2.3.3.16) that specifies an event targeting a media object that starts playback.

stopEvt: A CT_MediaPlaybackEventRecord element (section 2.3.3.16) that specifies an event targeting a media object that stops playback.

pauseEvt: A CT_MediaPlaybackEventRecord element (section 2.3.3.16) that specifies an event targeting a media object that pauses playback.

resumeEvt: A CT_MediaPlaybackEventRecord element (section 2.3.3.16) that specifies an event targeting a media object that assumes playback.

seekEvt: A CT_MediaSeekEventRecord element (section 2.3.3.17) that specifies an event targeting a media object that seeks to a specified time in the media stream.

nullEvt: A CT_NullEventRecord element (section 2.3.3.19) that specifies an unknown event.

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

 <xsd:complexType name="CT_ShowEventRecordList">
   <xsd:sequence>
     <xsd:choice minOccurs="0" maxOccurs="unbounded">
       <xsd:element name="triggerEvt" type="CT_TriggerEventRecord"/>
       <xsd:element name="playEvt" type="CT_MediaPlaybackEventRecord"/>
       <xsd:element name="stopEvt" type="CT_MediaPlaybackEventRecord"/>
       <xsd:element name="pauseEvt" type="CT_MediaPlaybackEventRecord"/>
       <xsd:element name="resumeEvt" type="CT_MediaPlaybackEventRecord"/>
       <xsd:element name="seekEvt" type="CT_MediaSeekEventRecord"/>
       <xsd:element name="nullEvt" type="CT_NullEventRecord"/>
     </xsd:choice>
   </xsd:sequence>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).