<xsd:complexType name="TimeZone">
<xsd:annotation>
<xsd:documentation source="Description">Metadata that describes a time zone.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ET</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:annotation>
<xsd:documentation source="Description">The time zone name or abbreviation.</xsd:documentation>
</xsd:annotation>
<xsd:extension base="String_Tiny">
<xsd:attribute name="utcOffset" type="String_Tiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The Coordinated Universal Time (UTC) time zone offset.</xsd:documentation>
<xsd:documentation source="Implementer">A UTC offset is typically represented with a plus or minus sign, an hour increment and an hour designator, such as - 5h.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">- 5h</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="daylightSavingsInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, daylight (or summer) savings time is used in the time zone.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|