2.3.3.19 CT_NullEventRecord

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

Referenced by: CT_ShowEventRecordList

A complex type that specifies an unknown event in slide show. This is for future extension.

Attributes:

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

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

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

 <xsd:complexType name="CT_NullEventRecord">
   <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).