Definition Type: ComplexType
Name: EquipmentType
Type: Unresolved link to stringlength0to641
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Specifies the aircraft equipment type.
Collapse XSD Schema Diagram:
Drilldown into ChangeofGauge in schema ota_commontypes_xsd1 Drilldown into AirEquipType in schema ota_commontypes_xsd1XSD Diagram of EquipmentType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="EquipmentType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies the aircraft equipment type.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="StringLength0to64">
            <xs:attribute name="AirEquipType" type="StringLength3" use="optional">
                <xs:annotation>
                    <xs:documentation xml:lang="en">This is the 3 character IATA code.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="ChangeofGauge" type="xs:boolean" use="optional" default="false">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates there is an equipment change.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
AirEquipType AirEquipType Optional
ChangeofGauge ChangeofGauge false Optional
Collapse Derivation Tree:
  • Unresolved link to stringlength0to641
Collapse References:
Equipment