<xsd:simpleType name="DateTimeWithTimeZone">
<xsd:annotation>
<xsd:documentation source="Description">ISO date time type with restriction to assure time has the UTC offset or Z for Zulu. Example: 2010-12-31T11:55:00+06:00 or 2010-12-31T11:55:00Z</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type:
{http://www.w3.org/2001/XMLSchema}dateTime</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DateTimeWithTimeZone</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:dateTime">
<xsd:pattern value=".+(Z|[+\-]\d{2}:\d{2})" />
</xsd:restriction>
</xsd:simpleType>
|