Definition Type: ComplexType
Name: TimeZone
Namespace: http://opentravel.org/common/message/v02
Type: ota2msg:String_Tiny
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
Metadata that describes a time zone.
Collapse XSD Schema Diagram:
Drilldown into daylightSavingsInd in schema ota2_message_v2_0_0_xsd Drilldown into utcOffset in schema ota2_message_v2_0_0_xsdXSD Diagram of TimeZone in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
utcOffset ota2msg:utcOffset Optional
daylightSavingsInd ota2msg:daylightSavingsInd Optional
Collapse Derivation Tree:
Collapse References:
ota2msg:TimeZone