<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:
<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. ]

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

Referenced By

<cellDel@date>2.13.5.1); <cellIns@date>2.13.5.2); <cellMerge@date>2.13.5.3); <comment@date>2.13.4.2); <customXmlDelRangeStart@date>2.13.5.5); <customXmlInsRangeStart@date>2.13.5.7); <customXmlMoveFromRangeStart@date>2.13.5.9); <customXmlMoveToRangeStart@date>2.13.5.11); <date@fullDate>2.5.2.7); <del@date>2.13.5.12); <del@date>2.13.5.13); <del@date>2.13.5.14); <del@date>2.13.5.15); <ins@date>2.13.5.16); <ins@date>2.13.5.17); <ins@date>2.13.5.18); <ins@date>2.13.5.19); <ins@date>2.13.5.20); <moveFrom@date>2.13.5.21); <moveFrom@date>2.13.5.22); <moveFromRangeStart@date>2.13.5.24); <moveTo@date>2.13.5.25); <moveTo@date>2.13.5.26); <moveToRangeStart@date>2.13.5.28); <numberingChange@date>2.13.5.29); <numberingChange@date>2.13.5.30); <pPrChange@date>2.13.5.31); <rPrChange@date>2.13.5.32); <rPrChange@date>2.13.5.33); <sectPrChange@date>2.13.5.34); <tblPrChange@date>2.13.5.36); <tblPrExChange@date>2.13.5.37); <tcPrChange@date>2.13.5.38); <trPrChange@date>2.13.5.39)

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

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