2.3.4.6 ST_UniversalTimeOffset

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

Referenced by: dur, CT_MediaTrim, CT_MediaFade, CT_MediaBookmark, CT_LaserTracePoint, CT_TriggerEventRecord, CT_NullEventRecord, CT_MediaPlaybackEventRecord, CT_MediaSeekEventRecord, CT_ZoomObjectProperties

A simple type that specifies an amount of time. It MUST be a valid TIMEOFFSET as specified in the following ABNF [RFC5234] grammar:

TIMEOFFSET = TIME [UNITS]

TIME = 1*DIGIT ["." 1*DIGIT]

UNITS = "h" / "min" / "s" / "ms" / "µs" / "ns"

UNITS specifies one of the following units of time:

Abbreviation

Unit of Time

h

Hour

min

Minute

s

Second

ms

Millisecond

µs

Microsecond

ns

Nanosecond

If no unit is specified, the default is millisecond.

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

 <xsd:simpleType name="ST_UniversalTimeOffset">
   <xsd:restriction base="xsd:string"/>
 </xsd:simpleType>

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