2.3.3.16 CT_MediaPlaybackEventRecord

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

Referenced by: CT_ShowEventRecordList

A complex type that specifies a media playback event that occurs during slide show.

Attributes:

time: An ST_UniversalTimeOffset (section 2.3.4.6) attribute that specifies the time that the event occurs. The value is relative to the beginning of the slide timeline, which does not include side transition time.

objId: An a:ST_DrawingElementId attribute ([ISO/IEC29500-4:2016] section A.5.1) that specifies the identifier of the media object on the slide that is the target of the event.

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

 <xsd:complexType name="CT_MediaPlaybackEventRecord">
   <xsd:attribute name="time" type="p14:ST_UniversalTimeOffset" use="required"/>
   <xsd:attribute name="objId" type="a:ST_DrawingElementId" use="required"/>
 </xsd:complexType>

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