<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>
|