<xsd:simpleType name="DateTime">
<xsd:annotation>
<xsd:documentation source="Description">XSD DateTime allows either a time-zone specification or allows the time-zone to be omitted.
When omitted, times are &quot;local&quot;. XSD DateTime with either a &quot;Z&quot; or a &quot;+/-hh:mm&quot; value are UTC. Time is the time &quot;in the indicated time zone&quot;. When a element or attribute has xsd:dateTime type, the data in a message can be either local or UTC and software can easily determine which it is.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DateTime</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:dateTime" />
</xsd:simpleType>
|