3.1.3.3.2 ST_DateTime (Standard Date and Time Storage Format)

This simple type specifies that its contents will contain a date in the standard XML Schema xsd:dateTime format, whose contents are interpreted based on the context of the parent XML element.

[Example: Consider the following WordprocessingML fragment:

 <w:date w:realDate="01-01-2006T12:00:00Z">
   …
 </w:date>

In this case, the date in the realDate attribute is the full date associated with the parent date-picker structured document. In every case, the value of this type is interpreted in the context of the parent element or attribute. end example]

This simple type's contents are a restriction of the XML Schema dateTime datatype.

Referenced By

moveFrom@date3.1.3.1.4, moveFrom); moveTo@date3.1.3.1.5, moveTo)

The following XML Schema fragment defines the contents of this simple type:

 <simpleType name="ST_DateTime">
   <restriction base="xsd:dateTime"/>
 </simpleType>