3.5.1.1.2.1 ST_PublishDate (Publish Date Value)

The publish date may be specified in either the XML Schema Date format, the XML Schema DateTime format, or simply as a string.

This simple type is a union of the following types:

  • The XML Schema date datatype.

  • The XML Schema dateTime datatype.

  • The XML Schema string datatype.

    Referenced By

    PublishDate3.5.1.1.1.7, PublishDate)

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

 <simpleType name="ST_PublishDate">
   <union memberTypes="xsd:date xsd:dateTime xsd:string"/>
 </simpleType>