17.18.9 ST_DateTime

This simple type specifies that its contents 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:fullDate="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 simple type is interpreted in the context of the parent element or attribute. end example]

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

[Note: The W3C XML Schema definition of this simple type’s content model (ST_DateTime) is located in A.1. end note]

Last updated on