﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://caa.govt.nz/Schema/Occurrence_1_0" targetNamespace="http://caa.govt.nz/Schema/Occurrence_1_0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1_0" id="Occurrence">
  <xs:element name="ClientOccurrence">
    <xs:annotation>
      <xs:documentation>Client Occurrence data</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element name="ClientId" type="ClientIdType" />
        <xs:element name="EmailAddresses">
          <xs:complexType>
            <xs:sequence maxOccurs="unbounded">
              <xs:element name="EmailAddress" type="EmailType" maxOccurs="unbounded" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="VersNoOfApprovedClientMapping" type="xs:token" />
        <xs:element name="Occurrences">
          <xs:complexType>
            <xs:sequence maxOccurs="unbounded">
              <xs:element name="Occurrence">
                <xs:complexType>
                  <xs:sequence>
                    <xs:element name="ClientOccurrenceNo" type="OccurrenceNumberType" />
                    <xs:choice>
                      <xs:sequence>
                        <xs:element ref="OccurrenceDetails" />
                        <xs:element ref="OccurrenceInvestigation" minOccurs="0" />
                      </xs:sequence>
                      <xs:sequence>
                        <xs:element ref="OccurrenceInvestigation" />
                        <xs:element ref="OccurrenceDetails" minOccurs="0" />
                      </xs:sequence>
                    </xs:choice>
                  </xs:sequence>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="OccurrenceDetails" type="OccurrenceDetailsType" nillable="true" />
  <xs:element name="OccurrenceInvestigation" type="OccurrenceInvestigationType" nillable="true" />
  <!-- Occurrence -->
  <xs:complexType name="OccurrenceDetailsType">
    <xs:annotation>
      <xs:documentation>Occurrence Details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SeverityFactor" type="SeverityFactorEnum" nillable="true" />
      <xs:element name="ReoccurrenceProbability" type="xs:short" nillable="true" />
      <xs:element name="OccurrenceDateTime" type="DateTime" />
      <xs:element name="LocalUTC" type="LocalUTCEnum" />
      <xs:element name="Latitude" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Longitude" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="11" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="InjuriesDetails" type="InjuriesDetailsType" nillable="true" />
      <xs:element name="RegisteredDateTime" type="DateTime" nillable="true" />
      <xs:element name="RegisteredBy" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="32" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="AircraftId" type="xs:int" nillable="true" />
      <xs:element name="RegistrationMark" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Location" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="50" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="NRP" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="5" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="DistanceFromNRP" type="FloatValueType" nillable="true" />
      <xs:element name="BearingFromNRP" type="FloatValueType" nillable="true" />
      <xs:element name="OperationalDetails" type="OperationalDetailsType" nillable="true" />
      <xs:element name="CrewDetails" type="CrewDetailsType" nillable="true" />
      <xs:element name="RuleReference" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="AirspaceId" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="8" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="OriginatorCategory" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="2" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="TCASAlert" type="TCASAlertEnum" nillable="true" />
      <xs:element name="IntruderRelativeAltitude" type="FloatValueType" nillable="true" />
      <xs:element name="IntruderRelativePosition" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="CAAClassification" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="FacilityId" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="5" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="FacilityName" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="BirdDetails" type="BirdDetailsType" nillable="true" />
      <xs:element name="EnvironmentDetails" type="EnvironmentDetailsType" nillable="true" />
      <xs:element name="Controlled" type="ShortValueType" nillable="true" />
      <xs:element name="QNH" type="ShortValueType" nillable="true" />
      <xs:element name="RunwayCondition" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="15" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PilotWarning" type="PilotWarningEnum" nillable="true" />
      <xs:element name="ScaringDevices" type="ScaringDevicesEnum" nillable="true" />
      <xs:element name="EngineeringDetails" type="EngineeringDetailsType" nillable="true" />
      <xs:element name="AircraftDamageLevel" type="AircraftDamageLevelEnum" nillable="true" />
      <xs:element name="DescriptionOfDamage" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="255" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="AircraftDisposal" type="AircraftDisposalEnum" nillable="true" />
      <xs:element name="PAXBaggageOrCargo" type="PAXBaggageOrCargoEnum" nillable="true" />
      <xs:element name="ShippersNameAddress" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="160" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="ClassOrDivisionUsed" type="ClassOrDivisionUsedEnum" nillable="true" />
      <xs:element name="CorrectClassOrDivision" type="CorrectClassOrDivisionEnum" nillable="true" />
      <xs:element name="MaintenanceBase" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="40" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="FacilityAircraftAerodrome" type="FacilityAircraftAerodromeEnum" nillable="true" />
      <xs:element name="DocumentReference" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PublishedInfoDetails" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="60" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="OccurrenceDescription">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="10" />
            <xs:maxLength value="2147483647" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="DetectionLocation" type="DetectionLocationEnum" nillable="true" />
      <xs:element name="CAAOcc" type="ShortValueType" nillable="true" />
      <xs:element name="CAAOccReference" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="9" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="InternalDefectRef" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="InternalFlightOpsRef" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="CustomType" type="ShortValueType" nillable="true" />
      <xs:element name="DateNotifiedToCAA" type="DateTime" nillable="true" />
      <xs:element name="DateDetailsToCAA" type="DateTime" nillable="true" />
      <xs:element name="DateInvestResultsToCAA" type="DateTime" nillable="true" />
      <xs:element name="ReportToCAA" type="ShortValueType" nillable="true" />
      <xs:element name="ATCTapeRequested" type="ShortValueType" nillable="true" />
      <xs:element name="FDRTapeRequested" type="ShortValueType" nillable="true" />
      <xs:element name="CVRTapeRequested" type="ShortValueType" nillable="true" />
      <xs:element name="ATCAdvised" type="ShortValueType" nillable="true" />
      <xs:element name="AirwayId" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="5" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="EngineeringRef" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Originator" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="50" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="OccurrenceTitle" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="80" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="AcknowledgementDate" type="DateTime" nillable="true" />
      <xs:element name="IntruderRelativeDistance" type="FloatValueType" nillable="true" />
      <xs:element name="LastReviewedBy" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="32" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="LastReviewedOn" type="DateTime" nillable="true" />
      <xs:element name="NewData" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:unsignedByte">
            <xs:minInclusive value="0" />
            <xs:maxInclusive value="255" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="InvestigationRequired" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:unsignedByte">
            <xs:minInclusive value="0" />
            <xs:maxInclusive value="255" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="OccurrenceTypes" nillable="true">
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="OccurrenceType" type="OccurrenceTypeEnum" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="OccurrenceDescriptors" nillable="true">
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="OccurrenceDescriptor" type="OccurrenceDescriptorType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="OccurrenceInvolvedParties" nillable="true">
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="OccurrenceInvolved" type="OccurrenceInvolvedType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <!-- Details -->
  <xs:complexType name="InjuriesDetailsType">
    <xs:annotation>
      <xs:documentation>Injuries details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="InjuriesFatalCrew" type="FloatValueType" nillable="true" />
      <xs:element name="InjuriesSeriousCrew" type="FloatValueType" nillable="true" />
      <xs:element name="InjuriesMinorCrew" type="FloatValueType" nillable="true" />
      <xs:element name="InjuriesFatalPAX" type="FloatValueType" nillable="true" />
      <xs:element name="InjuriesSeriousPAX" type="FloatValueType" nillable="true" />
      <xs:element name="InjuriesMinorPAX" type="FloatValueType" nillable="true" />
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="OperationalDetailsType">
    <xs:annotation>
      <xs:documentation>Operational details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="COB" type="xs:short" nillable="true" />
      <xs:element name="POB" type="xs:short" nillable="true" />
      <xs:element name="CallSign" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="AltitudeASL" type="FloatValueType" nillable="true" />
      <xs:element name="AltitudeAGL" type="FloatValueType" nillable="true" />
      <xs:element name="AltitudeFL" type="FloatValueType" nillable="true" />
      <xs:element name="RunwayUsed" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="3" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="DeparturePoint" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="DestinationPoint" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="FlightRules" type="FlightRulesEnum" nillable="true" />
      <xs:element name="VMCIMC" type="VMCIMCEnum" nillable="true" />
      <xs:element name="Scheduled" type="ScheduledEnum" nillable="true" />
      <xs:element name="Domestic" type="DomesticEnum" nillable="true" />
      <xs:element name="ETOPS" type="ETOPSEnum" nillable="true" />
      <xs:element name="DDP" type="ShortValueType" nillable="true" />
      <xs:element name="AircraftIAS" type="FloatValueType" nillable="true" />
      <xs:element name="AircraftLightsOn" type="AircraftLightsEnum" nillable="true" />
      <xs:element name="TakeOffWeight" type="xs:int" nillable="true" />
      <xs:element name="LandingWeight" type="xs:int" nillable="true" />
      <xs:element name="FuelJettisoned" type="FloatValueType" nillable="true" />
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="CrewDetailsType">
    <xs:annotation>
      <xs:documentation>Crew details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PilotTotalFlyingHrs" type="FloatValueType" nillable="true" />
      <xs:element name="PilotHoursOnType" type="FloatValueType" nillable="true" />
      <xs:element name="PilotLast90Days" type="FloatValueType" nillable="true" />
      <xs:element name="LastProficiencyCheckType" type="LastProficiencyCheckTypeEnum" nillable="true" />
      <xs:element name="LastProficiencyResult" type="ShortValueType" nillable="true" />
      <xs:element name="LastProficiencyCheckDate" type="Date" nillable="true" />
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="BirdDetailsType">
    <xs:annotation>
      <xs:documentation>Bird details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="BirdSpecies" type="BirdSpeciesEnum" nillable="true" />
      <xs:element name="BirdSize" type="BirdSizeEnum" nillable="true" />
      <xs:element name="BirdNumberSeen" type="BirdNumberSeenEnum" nillable="true" />
      <xs:element name="BirdNumberHit" type="BirdNumberHitEnum" nillable="true" />
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="EnvironmentDetailsType">
    <xs:annotation>
      <xs:documentation>Environment details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="WindBearing" type="FloatValueType" nillable="true" />
      <xs:element name="WindVelocity" type="FloatValueType" nillable="true" />
      <xs:element name="TotalCloud" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="5" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="CloudHeight" type="FloatValueType" nillable="true" />
      <xs:element name="CloudBase" type="FloatValueType" nillable="true" />
      <xs:element name="CloudType" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="15" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Precipitation" type="PrecipitationEnum" nillable="true" />
      <xs:element name="PrecipitationIntensity" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="LightConditions" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="15" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Temperature" type="ShortValueType" nillable="true" />
      <xs:element name="Visibility" type="FloatValueType" nillable="true" />
      <xs:element name="Icing" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Turbulence" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="EngineeringDetailsType">
    <xs:annotation>
      <xs:documentation>Engineering details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PartsStruck" type="PartsStruckEnum" nillable="true" />
      <xs:element name="PartsDamaged" type="PartsDamagedEnum" nillable="true" />
      <xs:element name="SystemAffected" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="30" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PartDefective" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="30" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PartManufacturer" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="30" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PartModel" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="30" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PartNumber" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PartSerialNumber" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="ATACode" type="ATACodeEnum" nillable="true" />
      <xs:element name="TTISHours" type="FloatValueType" nillable="true" />
      <xs:element name="TTISCycles" type="FloatValueType" nillable="true" />
      <xs:element name="TSOHours" type="FloatValueType" nillable="true" />
      <xs:element name="TSOCycles" type="FloatValueType" nillable="true" />
      <xs:element name="TSIHours" type="FloatValueType" nillable="true" />
      <xs:element name="TSICycles" type="FloatValueType" nillable="true" />
      <xs:element name="ADSBCompliance" type="ADSBComplianceEnum" nillable="true" />
      <xs:element name="ADSBReference" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="100" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="DetectionPhase" type="DetectionPhaseEnum" nillable="true" />
      <xs:element name="ManufacturerAdvised" type="ManufacturerAdvisedEnum" nillable="true" />
      <xs:element name="EngineeringDescription" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="2147483647" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="MaintReleaseValid" type="ShortValueType" nillable="true" />
    </xs:sequence>
  </xs:complexType>
  <!-- Actions -->
  <xs:complexType name="ActionDetailsType">
    <xs:annotation>
      <xs:documentation>Action details for Findings-Causes-Actions</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ActionId" type="ActionIdType" />
      <xs:element name="ActionTypeCode" type="ActionTypeCodeEnum" nillable="true" />
      <xs:element name="DueDate" type="Date" nillable="true" />
      <xs:element name="ResponsibleDepartment" type="xs:int" nillable="true" />
      <xs:element name="ResponsibleOfficer" type="xs:int" nillable="true" />
      <xs:element name="ActionStatus" type="ActionStatusEnum" nillable="true" />
      <xs:element name="ActionText">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="10" />
            <xs:maxLength value="2147483647" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="RegisteredBy" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="32" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="RegisteredOn" type="Date" nillable="true" />
      <xs:element name="ActionResponse" type="xs:short" nillable="true" />
      <xs:element name="ActionResponseText" type="xs:token" nillable="true" />
      <xs:element name="ExtActionReference" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="9" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="ToBeTrackedBy" type="xs:short" nillable="true" />
      <xs:element name="ClosedOn" type="Date" nillable="true" />
    </xs:sequence>
  </xs:complexType>
  <!-- Causes -->
  <xs:complexType name="CauseDetailsType">
    <xs:annotation>
      <xs:documentation>Cause details for Findings-Causes-Actions</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="CauseNo" type="CauseNumberType" />
      <xs:element name="PersonOrganisation" type="DescriptorEnum" />
      <xs:element name="CauseCategoryId" type="CauseCategoryIdEnum" nillable="true" />
      <xs:element name="CauseItemId" type="DescriptorEnum" />
      <xs:element name="CauseText" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="255" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Actions" nillable="true">
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="Action" type="ActionDetailsType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <!-- Findings -->
  <xs:complexType name="FindingDetailsType">
    <xs:annotation>
      <xs:documentation>Finding details for Findings-Causes-Actions</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="FindingNo" type="FindingNumberType" />
      <xs:element name="CAAClientId" type="xs:int" nillable="true" />
      <xs:element name="OrganisationItemId" type="xs:int" nillable="true" />
      <xs:element name="AircraftId" type="xs:int" nillable="true" />
      <xs:element name="FindingType" type="FindingTypeEnum" nillable="true" />
      <xs:element name="FindingCategoryCode" type="FindingCategoryCodeEnum" nillable="true" />
      <xs:element name="DateDiscovered" type="Date" nillable="true" />
      <xs:element name="FindingText">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="10" />
            <xs:maxLength value="2147483647" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="FindingSourceId" type="xs:short" nillable="true" />
      <xs:element name="RuleReference" type="RuleReferenceType" nillable="true" />
      <xs:element name="ManualReference" type="ManualReferenceType" nillable="true" />
      <xs:element name="CheckListCode" type="CheckListCodeType" nillable="true" />
      <xs:element name="ExtFindingReference" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="9" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="ExtAuditReference" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="14" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="StandardCategoryId" type="xs:short" nillable="true" />
      <xs:element name="Causes" nillable="true">
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="Cause" type="CauseDetailsType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <!-- Occurrence Investigation -->
  <xs:complexType name="OccurrenceInvestigationType">
    <xs:annotation>
      <xs:documentation>Occurrence Investigation details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="InvestigationId" type="InvestigationIdType" />
      <xs:element name="Findings">
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="Finding" type="FindingDetailsType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <!-- Occurrence Descriptor -->
  <xs:complexType name="OccurrenceDescriptorType">
    <xs:annotation>
      <xs:documentation>Occurrence descriptor details</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="DescriptorRepeatCount" type="xs:short" />
      <xs:element name="DescriptorId" type="DescriptorEnum" />
    </xs:sequence>
  </xs:complexType>
  <!-- Occurrence Involved -->
  <xs:complexType name="OccurrenceInvolvedType">
    <xs:annotation>
      <xs:documentation>Occurrence Involved party details</xs:documentation>
    </xs:annotation>
    <xs:sequence minOccurs="0">
      <xs:element name="RoleCode" type="RoleCodeEnum" />
      <xs:element name="PartyName">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:minLength value="1" />
            <xs:maxLength value="50" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="OrganisationItemId" type="xs:int" nillable="true" />
      <xs:element name="CAAClientId" type="xs:int" nillable="true" />
      <xs:element name="AttributeCause" type="AttributeCauseEnum" />
    </xs:sequence>
  </xs:complexType>
  <!-- Common Types -->
  <xs:simpleType name="FloatValueType">
    <xs:restriction base="xs:float">
      <xs:minExclusive value="-3.402823e+038" />
      <xs:maxExclusive value="3.402823e+038" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ShortValueType">
    <xs:restriction base="xs:short">
      <xs:minInclusive value="-32768" />
      <xs:maxInclusive value="32767" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="Date">
    <xs:restriction base="xs:date" />
  </xs:simpleType>
  <xs:simpleType name="DateTime">
    <xs:restriction base="xs:dateTime">
      <xs:minInclusive value="1753-01-01T00:00:00.0" />
      <xs:maxInclusive value="9999-12-31T23:59:59.999" />
      <xs:pattern value="\p{Nd}{4}-\p{Nd}{2}-\p{Nd}{2}T\p{Nd}{2}:\p{Nd}{2}:\p{Nd}{2}(\.\p{Nd}{1,3})?" />
    </xs:restriction>
  </xs:simpleType>
  <!-- CAA Simple Types -->
  <xs:simpleType name="ClientIdType">
    <xs:annotation>
      <xs:documentation>Client Id</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:simpleType name="EmailType">
    <xs:restriction base="xs:token">
      <xs:pattern value="[A-Za-z0-9.!#$%&amp;&quot;'*+/=?^_`{|}~-]{0,63}[A-Za-z0-9]@([\w\-]{1,63}\.)*[\w\-]{1,63}\.[a-zA-Z]{2,6}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InvestigationIdType">
    <xs:restriction base="xs:token">
      <xs:pattern value="[0-9]{1,2}/SI/[0-9]{1,}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="FindingNumberType">
    <xs:annotation>
      <xs:documentation>Finding Number</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:minLength value="1" />
      <xs:maxLength value="9" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="CauseNumberType">
    <xs:annotation>
      <xs:documentation>Cause number</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:simpleType name="ActionIdType">
    <xs:annotation>
      <xs:documentation>Action Id</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:minLength value="1" />
      <xs:maxLength value="9" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="RuleReferenceType">
    <xs:restriction base="xs:token">
      <xs:minLength value="1" />
      <xs:maxLength value="50" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ManualReferenceType">
    <xs:restriction base="xs:token">
      <xs:minLength value="1" />
      <xs:maxLength value="50" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="CheckListCodeType">
    <xs:restriction base="xs:token">
      <xs:minLength value="1" />
      <xs:maxLength value="15" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="OccurrenceNumberType">
    <xs:restriction base="xs:token">
      <xs:minLength value="1" />
      <xs:maxLength value="9" />
    </xs:restriction>
  </xs:simpleType>
  <!-- CAA Enum Types -->
  <xs:simpleType name="RoleCodeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 1 (not nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ACOwnr">
        <xs:annotation>
          <xs:documentation>Aircraft Owner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aerodme">
        <xs:annotation>
          <xs:documentation>Aerodrome Operator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ATSUnit">
        <xs:annotation>
          <xs:documentation>ATS Unit seems to be used instead of ATS Provider</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FacProv">
        <xs:annotation>
          <xs:documentation>Facility Provider</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MaintOrg">
        <xs:annotation>
          <xs:documentation>Maintenance Organisation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Operator">
        <xs:annotation>
          <xs:documentation>Operator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pilot">
        <xs:annotation>
          <xs:documentation>Pilot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ProfChk">
        <xs:annotation>
          <xs:documentation>Last Proficiency Check By</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="InfoPub">
        <xs:annotation>
          <xs:documentation>Information Publisher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AttributeCauseEnum">
    <xs:annotation>
      <xs:documentation>Restriction 2 (not nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>No</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Yes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="SeverityFactorEnum">
    <xs:annotation>
      <xs:documentation>Restriction 3 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CR">
        <xs:annotation>
          <xs:documentation>Critical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA">
        <xs:annotation>
          <xs:documentation>Major</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MI">
        <xs:annotation>
          <xs:documentation>Minor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="LocalUTCEnum">
    <xs:annotation>
      <xs:documentation>Restriction 4 (not nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DT">
        <xs:annotation>
          <xs:documentation>NZDT|New Zealand Daylight Saving Time</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ST">
        <xs:annotation>
          <xs:documentation>NZST|New Zealand Standard Time</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UTC">
        <xs:annotation>
          <xs:documentation>UTC|Coordinated Universal Time</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ScheduledEnum">
    <xs:annotation>
      <xs:documentation>Restriction 5 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Yes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>No</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="DomesticEnum">
    <xs:annotation>
      <xs:documentation>Restriction 6 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Domestic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>International</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="OccurrenceTypeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 7 (not nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ACC">
        <xs:annotation>
          <xs:documentation>Accident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ADI">
        <xs:annotation>
          <xs:documentation>Aerodrome Incident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ARC">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ASP">
        <xs:annotation>
          <xs:documentation>Airspace Incident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BRD">
        <xs:annotation>
          <xs:documentation>Bird</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CSI">
        <xs:annotation>
          <xs:documentation>Cargo Security Incident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEF">
        <xs:annotation>
          <xs:documentation>Defect</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DGD">
        <xs:annotation>
          <xs:documentation>Dangerous Goods</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HGA">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INC">
        <xs:annotation>
          <xs:documentation>Incident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIO">
        <xs:annotation>
          <xs:documentation>Navigational Installation Occurence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NRO">
        <xs:annotation>
          <xs:documentation>Non Reportable Occurence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAA">
        <xs:annotation>
          <xs:documentation>Parachute Accident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PIO">
        <xs:annotation>
          <xs:documentation>Promulgated Information Occurence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SEC">
        <xs:annotation>
          <xs:documentation>Security Occurence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ActionTypeCodeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 8 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="COR">
        <xs:annotation>
          <xs:documentation>Corrective Action</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PRE">
        <xs:annotation>
          <xs:documentation>Preventative Action</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="REC">
        <xs:annotation>
          <xs:documentation>Recommendation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ActionStatusEnum">
    <xs:annotation>
      <xs:documentation>Restriction 9 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Open</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Closed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Cancelled</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Recheck</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="CauseCategoryIdEnum">
    <xs:annotation>
      <xs:documentation>Restriction 10 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1295">
        <xs:annotation>
          <xs:documentation>Organisation Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1314">
        <xs:annotation>
          <xs:documentation>Local Error</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1344">
        <xs:annotation>
          <xs:documentation>Local Violation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1359">
        <xs:annotation>
          <xs:documentation>Active Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="FindingTypeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 11 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CR">
        <xs:annotation>
          <xs:documentation>Critical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA">
        <xs:annotation>
          <xs:documentation>Major</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MI">
        <xs:annotation>
          <xs:documentation>Minor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="FindingCategoryCodeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 12 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NCF">
        <xs:annotation>
          <xs:documentation>Non Conformance with Exposition</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NCP">
        <xs:annotation>
          <xs:documentation>Non Compliance with Rule</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OBS">
        <xs:annotation>
          <xs:documentation>Observation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SRC">
        <xs:annotation>
          <xs:documentation>Safety Related Concern</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="TCASAlertEnum">
    <xs:annotation>
      <xs:documentation>Restriction 13 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="TA">
        <xs:annotation>
          <xs:documentation>TA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RA">
        <xs:annotation>
          <xs:documentation>RA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="BirdSizeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 14 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Small</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Medium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Large</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="BirdNumberSeenEnum">
    <xs:annotation>
      <xs:documentation>Restriction 15 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>1</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>2-10</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>11-100</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>100+</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="BirdNumberHitEnum">
    <xs:annotation>
      <xs:documentation>Restriction 16 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>1</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>2-10</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>11-100</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>100+</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="PartsDamagedEnum">
    <xs:annotation>
      <xs:documentation>Restriction 17 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ENG">
        <xs:annotation>
          <xs:documentation>ENG</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FUSE">
        <xs:annotation>
          <xs:documentation>FUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WING">
        <xs:annotation>
          <xs:documentation>WING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROTR">
        <xs:annotation>
          <xs:documentation>ROTR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="U/C">
        <xs:annotation>
          <xs:documentation>U/C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PROP">
        <xs:annotation>
          <xs:documentation>PROP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WSHD">
        <xs:annotation>
          <xs:documentation>WSHD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TAIL">
        <xs:annotation>
          <xs:documentation>TAIL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MISC">
        <xs:annotation>
          <xs:documentation>MISC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NK">
        <xs:annotation>
          <xs:documentation>NK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTHR">
        <xs:annotation>
          <xs:documentation>OTHR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIL">
        <xs:annotation>
          <xs:documentation>NIL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="PartsStruckEnum">
    <xs:annotation>
      <xs:documentation>Restriction 18 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ENG">
        <xs:annotation>
          <xs:documentation>ENG</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FUSE">
        <xs:annotation>
          <xs:documentation>FUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WING">
        <xs:annotation>
          <xs:documentation>WING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROTR">
        <xs:annotation>
          <xs:documentation>ROTR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="U/C">
        <xs:annotation>
          <xs:documentation>U/C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PROP">
        <xs:annotation>
          <xs:documentation>PROP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WSHD">
        <xs:annotation>
          <xs:documentation>WSHD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TAIL">
        <xs:annotation>
          <xs:documentation>TAIL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MISC">
        <xs:annotation>
          <xs:documentation>MISC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NK">
        <xs:annotation>
          <xs:documentation>NK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTHR">
        <xs:annotation>
          <xs:documentation>OTHR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="PrecipitationEnum">
    <xs:annotation>
      <xs:documentation>Restriction 19 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NIL">
        <xs:annotation>
          <xs:documentation>NIL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FG">
        <xs:annotation>
          <xs:documentation>FG</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RA">
        <xs:annotation>
          <xs:documentation>RA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RASH">
        <xs:annotation>
          <xs:documentation>RASH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DZ">
        <xs:annotation>
          <xs:documentation>DZ</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SN">
        <xs:annotation>
          <xs:documentation>SN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AircraftLightsEnum">
    <xs:annotation>
      <xs:documentation>Restriction 20 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Yes">
        <xs:annotation>
          <xs:documentation>Yes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="No">
        <xs:annotation>
          <xs:documentation>No</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="N/A">
        <xs:annotation>
          <xs:documentation>N/A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="PilotWarningEnum">
    <xs:annotation>
      <xs:documentation>Restriction 21 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Verbal">
        <xs:annotation>
          <xs:documentation>Verbal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NOTAM">
        <xs:annotation>
          <xs:documentation>NOTAM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ATIS">
        <xs:annotation>
          <xs:documentation>ATIS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ScaringDevicesEnum">
    <xs:annotation>
      <xs:documentation>Restriction 22 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Vehicle">
        <xs:annotation>
          <xs:documentation>Vehicle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Shooting">
        <xs:annotation>
          <xs:documentation>Shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pyrotechnics">
        <xs:annotation>
          <xs:documentation>Pyrotechnics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gas Gun">
        <xs:annotation>
          <xs:documentation>Gas Gun</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Falcon">
        <xs:annotation>
          <xs:documentation>Falcon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIL">
        <xs:annotation>
          <xs:documentation>NIL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="DetectionLocationEnum">
    <xs:annotation>
      <xs:documentation>Restriction 23 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Cargo Terminal">
        <xs:annotation>
          <xs:documentation>Cargo Terminal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="At Freight Forwarder">
        <xs:annotation>
          <xs:documentation>At Freight Forwarder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="In Group Transport">
        <xs:annotation>
          <xs:documentation>In Group Transport</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Shippers Premises">
        <xs:annotation>
          <xs:documentation>Shipper's Premises</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="PAXBaggageOrCargoEnum">
    <xs:annotation>
      <xs:documentation>Restriction 24 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Baggage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ClassOrDivisionUsedEnum">
    <xs:annotation>
      <xs:documentation>Restriction 25 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Explosives">
        <xs:annotation>
          <xs:documentation>Explosives</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gases">
        <xs:annotation>
          <xs:documentation>Gases</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Flammable Liquids">
        <xs:annotation>
          <xs:documentation>Flammable Liquids</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Flammable Solids">
        <xs:annotation>
          <xs:documentation>Flammable Solids</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Oxidising Substances">
        <xs:annotation>
          <xs:documentation>Oxidising Substances</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Organic Peroxides">
        <xs:annotation>
          <xs:documentation>Organic Peroxides</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Poisonous Substances">
        <xs:annotation>
          <xs:documentation>Poisonous Substances</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Infectious Substances">
        <xs:annotation>
          <xs:documentation>Infectious Substances</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radioactive Material">
        <xs:annotation>
          <xs:documentation>Radioactive Material</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Corrosives">
        <xs:annotation>
          <xs:documentation>Corrosives</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="CorrectClassOrDivisionEnum">
    <xs:annotation>
      <xs:documentation>Restriction 26 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Explosives">
        <xs:annotation>
          <xs:documentation>Explosives</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gases">
        <xs:annotation>
          <xs:documentation>Gases</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Flammable Liquids">
        <xs:annotation>
          <xs:documentation>Flammable Liquids</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Flammable Solids">
        <xs:annotation>
          <xs:documentation>Flammable Solids</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Oxidising Substances">
        <xs:annotation>
          <xs:documentation>Oxidising Substances</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Organic Peroxides">
        <xs:annotation>
          <xs:documentation>Organic Peroxides</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Poisonous Substances">
        <xs:annotation>
          <xs:documentation>Poisonous Substances</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Infectious Substances">
        <xs:annotation>
          <xs:documentation>Infectious Substances</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radioactive Material">
        <xs:annotation>
          <xs:documentation>Radioactive Material</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Corrosives">
        <xs:annotation>
          <xs:documentation>Corrosives</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ADSBComplianceEnum">
    <xs:annotation>
      <xs:documentation>Restriction 27 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="AD">
        <xs:annotation>
          <xs:documentation>AD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SB">
        <xs:annotation>
          <xs:documentation>SB</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="DetectionPhaseEnum">
    <xs:annotation>
      <xs:documentation>Restriction 28 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Scheduled Maintenance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="U">
        <xs:annotation>
          <xs:documentation>Unscheduled Maintenance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="FacilityAircraftAerodromeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 29 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Aerodrome">
        <xs:annotation>
          <xs:documentation>Aerodrome</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terminal">
        <xs:annotation>
          <xs:documentation>Terminal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aircraft">
        <xs:annotation>
          <xs:documentation>Aircraft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aircraft Operator">
        <xs:annotation>
          <xs:documentation>Aircraft Operator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Air Traffic Service">
        <xs:annotation>
          <xs:documentation>Air Traffic Service</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aero Telcom Facility">
        <xs:annotation>
          <xs:documentation>Aero Telcom Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="FlightRulesEnum">
    <xs:annotation>
      <xs:documentation>Restriction 30 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="VFR">
        <xs:annotation>
          <xs:documentation>VFR|Visual Flight Rules</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFR">
        <xs:annotation>
          <xs:documentation>IFR|Instrument Flight Rules</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="VMCIMCEnum">
    <xs:annotation>
      <xs:documentation>Restriction 31 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="VMC">
        <xs:annotation>
          <xs:documentation>VMC|Visual Meteorological Conditions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IMC">
        <xs:annotation>
          <xs:documentation>IMC|Instrument Meteorological Conditions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AircraftDamageLevelEnum">
    <xs:annotation>
      <xs:documentation>Restriction 32 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Nil">
        <xs:annotation>
          <xs:documentation>Nil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Minor">
        <xs:annotation>
          <xs:documentation>Minor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Substantial">
        <xs:annotation>
          <xs:documentation>Substantial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Destroyed">
        <xs:annotation>
          <xs:documentation>Destroyed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Missing">
        <xs:annotation>
          <xs:documentation>Missing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="LastProficiencyCheckTypeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 33 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="BFR">
        <xs:annotation>
          <xs:documentation>Biennial Flight Review</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFR">
        <xs:annotation>
          <xs:documentation>Instrument Rating Renewal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SIXMTH">
        <xs:annotation>
          <xs:documentation>6 Month Flight Competency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AircraftDisposalEnum">
    <xs:annotation>
      <xs:documentation>Restriction 34 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Repair">
        <xs:annotation>
          <xs:documentation>Repair</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Writeoff">
        <xs:annotation>
          <xs:documentation>Writeoff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ETOPSEnum">
    <xs:annotation>
      <xs:documentation>Restriction 35 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Yes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>No</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ManufacturerAdvisedEnum">
    <xs:annotation>
      <xs:documentation>Restriction 36 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Yes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>No</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <!-- CAA Descriptor Enum Types -->
  <xs:simpleType name="BirdSpeciesEnum">
    <xs:annotation>
      <xs:documentation>Restriction 37 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="BITT">
        <xs:annotation>
          <xs:documentation>Bittern</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BBG">
        <xs:annotation>
          <xs:documentation>Black Backed Gull</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BBLG">
        <xs:annotation>
          <xs:documentation>Black Billed Gull</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SWAN">
        <xs:annotation>
          <xs:documentation>Black Swan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BBRD">
        <xs:annotation>
          <xs:documentation>Blackbird</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QAIL">
        <xs:annotation>
          <xs:documentation>Californian Quail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CGSE">
        <xs:annotation>
          <xs:documentation>Canadian Goose</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CHAF">
        <xs:annotation>
          <xs:documentation>Chaffinch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOTT">
        <xs:annotation>
          <xs:documentation>Dotterel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DUCK">
        <xs:annotation>
          <xs:documentation>Duck</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DKLG">
        <xs:annotation>
          <xs:documentation>Duckling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FIN">
        <xs:annotation>
          <xs:documentation>Finches</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GANT">
        <xs:annotation>
          <xs:documentation>Gannet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GESE">
        <xs:annotation>
          <xs:documentation>Geese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GDWT">
        <xs:annotation>
          <xs:documentation>Godwit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GLDF">
        <xs:annotation>
          <xs:documentation>Goldfinch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRNF">
        <xs:annotation>
          <xs:documentation>Greenfinch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GULL">
        <xs:annotation>
          <xs:documentation>Gulls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HAWK">
        <xs:annotation>
          <xs:documentation>Harrier Hawk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KURI">
        <xs:annotation>
          <xs:documentation>Kuriri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MAGP">
        <xs:annotation>
          <xs:documentation>Magpie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MALD">
        <xs:annotation>
          <xs:documentation>Mallard</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MYNA">
        <xs:annotation>
          <xs:documentation>Myna</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NGO">
        <xs:annotation>
          <xs:documentation>Ngoia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTHR">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WADE">
        <xs:annotation>
          <xs:documentation>Other Waders</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OWL">
        <xs:annotation>
          <xs:documentation>Owls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OYST">
        <xs:annotation>
          <xs:documentation>Oystercatcher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PETL">
        <xs:annotation>
          <xs:documentation>Petrels Shearwaters</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PHST">
        <xs:annotation>
          <xs:documentation>Pheasant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STLT">
        <xs:annotation>
          <xs:documentation>Pied Stilt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PIGN">
        <xs:annotation>
          <xs:documentation>Pigeon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PPT">
        <xs:annotation>
          <xs:documentation>Pipit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PUKO">
        <xs:annotation>
          <xs:documentation>Pukeko</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RBLG">
        <xs:annotation>
          <xs:documentation>Red Billed Gull</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROBN">
        <xs:annotation>
          <xs:documentation>Robin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SAND">
        <xs:annotation>
          <xs:documentation>Sandpiper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SHAG">
        <xs:annotation>
          <xs:documentation>Shags</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SKYL">
        <xs:annotation>
          <xs:documentation>Skylark</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SPRW">
        <xs:annotation>
          <xs:documentation>Sparrow</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SPUR">
        <xs:annotation>
          <xs:documentation>Spur Winged Plover</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STLG">
        <xs:annotation>
          <xs:documentation>Starling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SWAL">
        <xs:annotation>
          <xs:documentation>Swallow</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TERN">
        <xs:annotation>
          <xs:documentation>Terns</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="THRU">
        <xs:annotation>
          <xs:documentation>Thrush</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TIT">
        <xs:annotation>
          <xs:documentation>Tit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKN">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VEA">
        <xs:annotation>
          <xs:documentation>Vea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WAXE">
        <xs:annotation>
          <xs:documentation>Waxeye</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HERN">
        <xs:annotation>
          <xs:documentation>White Faced Heron</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WRYB">
        <xs:annotation>
          <xs:documentation>Wrybill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="YHAM">
        <xs:annotation>
          <xs:documentation>Yellowhammer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ATACodeEnum">
    <xs:annotation>
      <xs:documentation>Restriction 38 (nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="862">
        <xs:annotation>
          <xs:documentation>2100 00|Air Conditioning  - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="869">
        <xs:annotation>
          <xs:documentation>2110 00|Compressor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="867">
        <xs:annotation>
          <xs:documentation>2120 00|Distribution System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="868">
        <xs:annotation>
          <xs:documentation>2120 01|Pneumatic Ducting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="873">
        <xs:annotation>
          <xs:documentation>2120 04|Recirculation Fan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="866">
        <xs:annotation>
          <xs:documentation>2130 00|Pressurisation System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="871">
        <xs:annotation>
          <xs:documentation>2131 00|Pressurisation Control System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="870">
        <xs:annotation>
          <xs:documentation>2131 14|Outflow Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="863">
        <xs:annotation>
          <xs:documentation>2140 00|Heating System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="864">
        <xs:annotation>
          <xs:documentation>2150 00|Cooling System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1506">
        <xs:annotation>
          <xs:documentation>2160 00|Temperature Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="865">
        <xs:annotation>
          <xs:documentation>2161 00|Temperature Auto System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1507">
        <xs:annotation>
          <xs:documentation>2170 00|Humidity Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="872">
        <xs:annotation>
          <xs:documentation>2180 00|Temperature/Pressure Indication</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="837">
        <xs:annotation>
          <xs:documentation>2200 00|Autoflight System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="838">
        <xs:annotation>
          <xs:documentation>2210 00|Autopilot / Flight Director System -A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="839">
        <xs:annotation>
          <xs:documentation>2212 00|Yaw Damper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="840">
        <xs:annotation>
          <xs:documentation>2220 00|Speed/Altitude</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="841">
        <xs:annotation>
          <xs:documentation>2230 00|Autothrottle/Speed Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1509">
        <xs:annotation>
          <xs:documentation>2240 00|System Monitoring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1607">
        <xs:annotation>
          <xs:documentation>2260 00|Flight Augmentation(Fac)  A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1608">
        <xs:annotation>
          <xs:documentation>2270 00|Flight Management System (Fms)  A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1609">
        <xs:annotation>
          <xs:documentation>2280 00|Flight Mngmnt And Guidance System -A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1610">
        <xs:annotation>
          <xs:documentation>2290 00|Autoland Faults/Afs Fault Isolation A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="828">
        <xs:annotation>
          <xs:documentation>2300 00|Communication Systems - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="829">
        <xs:annotation>
          <xs:documentation>2310 00|Communication - Speech</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="830">
        <xs:annotation>
          <xs:documentation>2320 00|Communication - Data Transmission</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="831">
        <xs:annotation>
          <xs:documentation>2321 00|Uhf Communication</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="919">
        <xs:annotation>
          <xs:documentation>2330 00|Cabin Entertainment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="832">
        <xs:annotation>
          <xs:documentation>2331 00|Cabin Address System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="833">
        <xs:annotation>
          <xs:documentation>2340 00|Interphone System (Maint. To Cockpit)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="834">
        <xs:annotation>
          <xs:documentation>2350 00|Integrated Audio System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1510">
        <xs:annotation>
          <xs:documentation>2370 00|Audio And Video Monitoring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="835">
        <xs:annotation>
          <xs:documentation>2370 01|Cockpit Voice Recorder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="836">
        <xs:annotation>
          <xs:documentation>2370 03|Cvr Area Mike</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="773">
        <xs:annotation>
          <xs:documentation>2400 00|Electrical Power - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="774">
        <xs:annotation>
          <xs:documentation>2410 00|Generator Drive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="775">
        <xs:annotation>
          <xs:documentation>2410 01|Constant Speed Drive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="776">
        <xs:annotation>
          <xs:documentation>2420 00|Ac Generation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="777">
        <xs:annotation>
          <xs:documentation>2420 01|Ac Generator/Alternator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="778">
        <xs:annotation>
          <xs:documentation>2420 25|Ac Circuit Breaker/Fuse</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="779">
        <xs:annotation>
          <xs:documentation>2420 30|Apu Generator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1611">
        <xs:annotation>
          <xs:documentation>2421 00|Integrated Drive Gen System A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="780">
        <xs:annotation>
          <xs:documentation>2430 00|Dc Generation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="781">
        <xs:annotation>
          <xs:documentation>2430 01|Dc Generator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="782">
        <xs:annotation>
          <xs:documentation>2430 02|Dc Regulator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="783">
        <xs:annotation>
          <xs:documentation>2430 03|Battery</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="784">
        <xs:annotation>
          <xs:documentation>2430 04|Ram Air Turbine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="785">
        <xs:annotation>
          <xs:documentation>2430 24|Dc Circuit Breaker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1511">
        <xs:annotation>
          <xs:documentation>2440 00|External Power</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="786">
        <xs:annotation>
          <xs:documentation>2450 00|Distribution Ac</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="787">
        <xs:annotation>
          <xs:documentation>2450 02|Busbar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="788">
        <xs:annotation>
          <xs:documentation>2450 04|Circuit Breaker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="789">
        <xs:annotation>
          <xs:documentation>2450 10|Relay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1512">
        <xs:annotation>
          <xs:documentation>2460 00|Distribution Dc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="699">
        <xs:annotation>
          <xs:documentation>2500 00|Aircraft Furnishing - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="702">
        <xs:annotation>
          <xs:documentation>2510 00|Cockpit Furnishing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705">
        <xs:annotation>
          <xs:documentation>2510 01|Seat - Pilot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="706">
        <xs:annotation>
          <xs:documentation>2510 02|Seat - Other Flight Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="707">
        <xs:annotation>
          <xs:documentation>2510 03|Shoulder Harness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="700">
        <xs:annotation>
          <xs:documentation>2520 00|Cabin Furnishing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="709">
        <xs:annotation>
          <xs:documentation>2520 01|Seat - Pax</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710">
        <xs:annotation>
          <xs:documentation>2520 02|Seatbelt - Pax</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="703">
        <xs:annotation>
          <xs:documentation>2520 04|Carpet/Upholstery</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="708">
        <xs:annotation>
          <xs:documentation>2520 07|Seat - Cabin Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="704">
        <xs:annotation>
          <xs:documentation>2530 00|Galley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="711">
        <xs:annotation>
          <xs:documentation>2530 15|Stair/Elevator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="713">
        <xs:annotation>
          <xs:documentation>2540 00|Toilet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="701">
        <xs:annotation>
          <xs:documentation>2550 00|Cargo Hold</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="731">
        <xs:annotation>
          <xs:documentation>2550 01|Cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="712">
        <xs:annotation>
          <xs:documentation>2550 02|Tie Down</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="734">
        <xs:annotation>
          <xs:documentation>2550 03|Cargo Restraint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="735">
        <xs:annotation>
          <xs:documentation>2550 04|Baggage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="733">
        <xs:annotation>
          <xs:documentation>2550 07|Cargo Winch (Helicopters)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="732">
        <xs:annotation>
          <xs:documentation>2550 08|Cargo Hook/Strop (Helicopters)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="714">
        <xs:annotation>
          <xs:documentation>2560 00|Emergency Equipment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="724">
        <xs:annotation>
          <xs:documentation>2560 01|Lifevest/Jacket</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="723">
        <xs:annotation>
          <xs:documentation>2560 02|Liferaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="717">
        <xs:annotation>
          <xs:documentation>2560 03|Escape Slide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="719">
        <xs:annotation>
          <xs:documentation>2560 05|Emergency Locator Beacon (Elb)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="725">
        <xs:annotation>
          <xs:documentation>2560 06|Smoke Mask/Goggles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="716">
        <xs:annotation>
          <xs:documentation>2560 08|Escape Rope</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="721">
        <xs:annotation>
          <xs:documentation>2560 09|First Aid Equipment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="715">
        <xs:annotation>
          <xs:documentation>2560 12|Crash Axe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="720">
        <xs:annotation>
          <xs:documentation>2560 13|Emergency Radio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="726">
        <xs:annotation>
          <xs:documentation>2560 14|Underwater Sonar Beacon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1513">
        <xs:annotation>
          <xs:documentation>2570 00|Accessory Compartments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1612">
        <xs:annotation>
          <xs:documentation>2580 00|Insulation A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1514">
        <xs:annotation>
          <xs:documentation>2600 00|Fire Protection - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="888">
        <xs:annotation>
          <xs:documentation>2610 00|Fire Detection</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="890">
        <xs:annotation>
          <xs:documentation>2610 01|Cargo Compartment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="891">
        <xs:annotation>
          <xs:documentation>2610 02|Galley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="892">
        <xs:annotation>
          <xs:documentation>2610 03|Heater</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="893">
        <xs:annotation>
          <xs:documentation>2610 04|Pneumatic Duct</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="896">
        <xs:annotation>
          <xs:documentation>2610 05|Toilet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="894">
        <xs:annotation>
          <xs:documentation>2611 00|Powerplane Fire Warning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="889">
        <xs:annotation>
          <xs:documentation>2612 00|Apu Fire Warning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="897">
        <xs:annotation>
          <xs:documentation>2620 00|Fire Extinguishing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="901">
        <xs:annotation>
          <xs:documentation>2621 00|Powerplant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="899">
        <xs:annotation>
          <xs:documentation>2621 01|Fire Bottle (Engine)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="898">
        <xs:annotation>
          <xs:documentation>2622 00|Apu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="903">
        <xs:annotation>
          <xs:documentation>2623 00|Otherextinguishing System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="900">
        <xs:annotation>
          <xs:documentation>2623 01|Portable Fire Extinguisher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1515">
        <xs:annotation>
          <xs:documentation>2630 00|Explosion Suppresion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="902">
        <xs:annotation>
          <xs:documentation>2640 00|Indication System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="740">
        <xs:annotation>
          <xs:documentation>2700 00|Aeroplane Flight Control - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="745">
        <xs:annotation>
          <xs:documentation>2710 00|Aileron And Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="746">
        <xs:annotation>
          <xs:documentation>2711 00|Aileron System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="747">
        <xs:annotation>
          <xs:documentation>2711 02|Aileron Control Column</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="748">
        <xs:annotation>
          <xs:documentation>2712 00|Aileron Trim System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="750">
        <xs:annotation>
          <xs:documentation>2720 00|Rudder And Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="749">
        <xs:annotation>
          <xs:documentation>2721 00|Rudder System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="754">
        <xs:annotation>
          <xs:documentation>2721 02|Rudder Pedal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="752">
        <xs:annotation>
          <xs:documentation>2722 00|Rudder Trim System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="753">
        <xs:annotation>
          <xs:documentation>2723 00|Rudder Feel System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="751">
        <xs:annotation>
          <xs:documentation>2724 00|Yaw Damper System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1516">
        <xs:annotation>
          <xs:documentation>2730 00|Elevator And Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="742">
        <xs:annotation>
          <xs:documentation>2731 00|Elevator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="741">
        <xs:annotation>
          <xs:documentation>2731 03|Elevator Control Column</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="743">
        <xs:annotation>
          <xs:documentation>2732 00|Elevator Trim System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="744">
        <xs:annotation>
          <xs:documentation>2733 00|Elevator Feel System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="759">
        <xs:annotation>
          <xs:documentation>2734 00|Stall Protection System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="760">
        <xs:annotation>
          <xs:documentation>2735 00|Stall Warning System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="761">
        <xs:annotation>
          <xs:documentation>2736 00|Mach Trim</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="762">
        <xs:annotation>
          <xs:documentation>2740 00|Horizontal Stabilisers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="763">
        <xs:annotation>
          <xs:documentation>2741 00|Horizontal Stabiliser Trim</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="756">
        <xs:annotation>
          <xs:documentation>2750 00|Trailing Edge Flap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="757">
        <xs:annotation>
          <xs:documentation>2760 00|Speedbrake/Spoilers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="758">
        <xs:annotation>
          <xs:documentation>2762 00|Spoiler System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1517">
        <xs:annotation>
          <xs:documentation>2770 00|Gust Lock And Damper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="764">
        <xs:annotation>
          <xs:documentation>2777 00|Gust Lock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="755">
        <xs:annotation>
          <xs:documentation>2780 00|Lift Augmentation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1613">
        <xs:annotation>
          <xs:documentation>2790 00|Electrical Flight Control System A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="842">
        <xs:annotation>
          <xs:documentation>2800 00|Fuel System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="843">
        <xs:annotation>
          <xs:documentation>2800 06|Fuel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="861">
        <xs:annotation>
          <xs:documentation>2800 07|Cross Feed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="844">
        <xs:annotation>
          <xs:documentation>2800 10|Anti-Ice Additive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="845">
        <xs:annotation>
          <xs:documentation>2810 00|Storage System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="846">
        <xs:annotation>
          <xs:documentation>2810 01|Tank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="854">
        <xs:annotation>
          <xs:documentation>2810 02|Fuel Vent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="859">
        <xs:annotation>
          <xs:documentation>2810 06|Tank Cap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="855">
        <xs:annotation>
          <xs:documentation>2810 09|Fuel Tank Drain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="848">
        <xs:annotation>
          <xs:documentation>2810 10|Filters/Screen (Tank)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="849">
        <xs:annotation>
          <xs:documentation>2810 12|Filters/Screen (Distribution)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="850">
        <xs:annotation>
          <xs:documentation>2820 00|Fuel Distribution System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="852">
        <xs:annotation>
          <xs:documentation>2820 01|Fuel Booster Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="847">
        <xs:annotation>
          <xs:documentation>2820 02|Distribution Pipe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="851">
        <xs:annotation>
          <xs:documentation>2820 08|Fuel Selector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="856">
        <xs:annotation>
          <xs:documentation>2820 10|Distribution System Fuel Drain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="857">
        <xs:annotation>
          <xs:documentation>2820 11|Distribution System Water Drain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="853">
        <xs:annotation>
          <xs:documentation>2821 03|Fuel Trim Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="858">
        <xs:annotation>
          <xs:documentation>2830 00|Fuel Jettison/Dump System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="860">
        <xs:annotation>
          <xs:documentation>2840 00|Quantity, Pressure Indication</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1614">
        <xs:annotation>
          <xs:documentation>2850 00|Fuel Management A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="790">
        <xs:annotation>
          <xs:documentation>2900 00|Hydraulic System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="791">
        <xs:annotation>
          <xs:documentation>2910 00|Main System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="798">
        <xs:annotation>
          <xs:documentation>2910 01|Reservoir/Tank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="794">
        <xs:annotation>
          <xs:documentation>2910 04|Line, Fitting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="797">
        <xs:annotation>
          <xs:documentation>2910 05|Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="795">
        <xs:annotation>
          <xs:documentation>2910 06|Engine Driven Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="792">
        <xs:annotation>
          <xs:documentation>2910 08|Hydraulic Fluid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="799">
        <xs:annotation>
          <xs:documentation>2910 44|Regulator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="800">
        <xs:annotation>
          <xs:documentation>2910 45|Seal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="801">
        <xs:annotation>
          <xs:documentation>2910 46|Relief Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="802">
        <xs:annotation>
          <xs:documentation>2910 47|By-Pass Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="803">
        <xs:annotation>
          <xs:documentation>2920 00|Auxiliary System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="796">
        <xs:annotation>
          <xs:documentation>2920 11|Ram Air Turbine (Rat)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="793">
        <xs:annotation>
          <xs:documentation>2930 00|Indicating System (Pressure,Temperature)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="874">
        <xs:annotation>
          <xs:documentation>3000 00|Ice/Rain Protection System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="875">
        <xs:annotation>
          <xs:documentation>3000 02|De-Icing Fluid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="876">
        <xs:annotation>
          <xs:documentation>3010 00|Aerofoil Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="877">
        <xs:annotation>
          <xs:documentation>3020 00|Intake Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="878">
        <xs:annotation>
          <xs:documentation>3030 00|Pitot &amp; Static Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="879">
        <xs:annotation>
          <xs:documentation>3040 00|Window Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="880">
        <xs:annotation>
          <xs:documentation>3041 00|Rain Repellent System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="881">
        <xs:annotation>
          <xs:documentation>3042 00|Windshield Washer System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="882">
        <xs:annotation>
          <xs:documentation>3043 00|Windshield Wiper System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="883">
        <xs:annotation>
          <xs:documentation>3050 00|Antennas And Radomes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="884">
        <xs:annotation>
          <xs:documentation>3060 00|Propellers And Rotors</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="885">
        <xs:annotation>
          <xs:documentation>3070 00|Water Line Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="886">
        <xs:annotation>
          <xs:documentation>3080 00|Ice Detection System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="887">
        <xs:annotation>
          <xs:documentation>3090 00|Indication System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1518">
        <xs:annotation>
          <xs:documentation>3100 00|Recording Systems</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="920">
        <xs:annotation>
          <xs:documentation>3130 00|Flight Recorders</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="921">
        <xs:annotation>
          <xs:documentation>3130 01|Flight Data Recorder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="922">
        <xs:annotation>
          <xs:documentation>3130 10|Maintenance Data Recorder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="923">
        <xs:annotation>
          <xs:documentation>3140 00|Central Computer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="924">
        <xs:annotation>
          <xs:documentation>3150 00|Central Warnings/Master Caution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1519">
        <xs:annotation>
          <xs:documentation>3170 00|Automatic Data Reporting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="660">
        <xs:annotation>
          <xs:documentation>3200 00|Landing Gear (Lg) - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="662">
        <xs:annotation>
          <xs:documentation>3210 00|Main Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="661">
        <xs:annotation>
          <xs:documentation>3210 01|Main Lg Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="664">
        <xs:annotation>
          <xs:documentation>3220 00|Nose Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="663">
        <xs:annotation>
          <xs:documentation>3220 01|Nose Lg Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="665">
        <xs:annotation>
          <xs:documentation>3230 00|Extend/Retract Mechanism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="685">
        <xs:annotation>
          <xs:documentation>3230 01|Up Lock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="686">
        <xs:annotation>
          <xs:documentation>3230 02|Down Lock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="687">
        <xs:annotation>
          <xs:documentation>3230 17|Gear Lever/Selector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="666">
        <xs:annotation>
          <xs:documentation>3230 21|Emergency Extension System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="667">
        <xs:annotation>
          <xs:documentation>3240 00|Wheels/Brakes - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="668">
        <xs:annotation>
          <xs:documentation>3241 00|Wheels/Tires - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="669">
        <xs:annotation>
          <xs:documentation>3241 01|Main Lg Wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="670">
        <xs:annotation>
          <xs:documentation>3241 03|Main Lg Tire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="672">
        <xs:annotation>
          <xs:documentation>3241 04|Nose Lg Wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="673">
        <xs:annotation>
          <xs:documentation>3241 06|Nose Lg Tire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="671">
        <xs:annotation>
          <xs:documentation>3241 11|Main Lg Axle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="674">
        <xs:annotation>
          <xs:documentation>3241 12|Nose Lg Axle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="675">
        <xs:annotation>
          <xs:documentation>3242 00|Brake System - Normal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="688">
        <xs:annotation>
          <xs:documentation>3242 11|Parking Brake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="676">
        <xs:annotation>
          <xs:documentation>3242 14|Brake System - Emergency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="677">
        <xs:annotation>
          <xs:documentation>3244 00|Brake - Antiskid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="689">
        <xs:annotation>
          <xs:documentation>3250 00|Nosewheel Steering</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="678">
        <xs:annotation>
          <xs:documentation>3260 00|Lg Indicating/Warning System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1520">
        <xs:annotation>
          <xs:documentation>3270 00|Auxiliary Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="684">
        <xs:annotation>
          <xs:documentation>3270 02|Tail Wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="679">
        <xs:annotation>
          <xs:documentation>3270 04|Float</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="683">
        <xs:annotation>
          <xs:documentation>3270 05|Skid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="718">
        <xs:annotation>
          <xs:documentation>3270 06|Emergency Flotation (Helicopter)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="681">
        <xs:annotation>
          <xs:documentation>3270 10|Ski</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="680">
        <xs:annotation>
          <xs:documentation>3270 15|Emergency Float (Helicopter)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="682">
        <xs:annotation>
          <xs:documentation>3270 20|Ski/Wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="904">
        <xs:annotation>
          <xs:documentation>3300 00|Lighting - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="908">
        <xs:annotation>
          <xs:documentation>3310 00|Cockpit Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="907">
        <xs:annotation>
          <xs:documentation>3320 00|Cabin Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="932">
        <xs:annotation>
          <xs:documentation>3320 01|Seatbelt/No Smoking Sign</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1521">
        <xs:annotation>
          <xs:documentation>3330 00|Cargo And Service Compartments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="905">
        <xs:annotation>
          <xs:documentation>3340 00|Exterior Lighting - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="913">
        <xs:annotation>
          <xs:documentation>3340 01|Navigation Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="911">
        <xs:annotation>
          <xs:documentation>3340 02|Landing Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="915">
        <xs:annotation>
          <xs:documentation>3340 03|Taxi Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="910">
        <xs:annotation>
          <xs:documentation>3340 04|Ice Inspection Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="906">
        <xs:annotation>
          <xs:documentation>3340 06|Anticollision Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="914">
        <xs:annotation>
          <xs:documentation>3340 07|Strobe Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="912">
        <xs:annotation>
          <xs:documentation>3340 11|Logo Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="909">
        <xs:annotation>
          <xs:documentation>3350 00|Emergency Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="804">
        <xs:annotation>
          <xs:documentation>3400 00|Flight Navigation Systems - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1522">
        <xs:annotation>
          <xs:documentation>3410 00|Flight Environment / Adirs A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805">
        <xs:annotation>
          <xs:documentation>3410 04|Air Data Computer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="806">
        <xs:annotation>
          <xs:documentation>3411 01|Altimeter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="807">
        <xs:annotation>
          <xs:documentation>3411 05|Altitude Alert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="808">
        <xs:annotation>
          <xs:documentation>3412 01|Airspeed Indicator/Machmeter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="809">
        <xs:annotation>
          <xs:documentation>3413 01|Vertical Speed Indicator (Vsi-Ivsi)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="810">
        <xs:annotation>
          <xs:documentation>3418 00|Flight Management System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1523">
        <xs:annotation>
          <xs:documentation>3420 00|Attitude &amp; Dir / Standby Nav Sys A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="811">
        <xs:annotation>
          <xs:documentation>3421 01|Attitude (Gyro/Horizon/Adi)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="812">
        <xs:annotation>
          <xs:documentation>3421 14|Turn/Bank Indicator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="814">
        <xs:annotation>
          <xs:documentation>3422 00|Is/Vor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="813">
        <xs:annotation>
          <xs:documentation>3422 01|Compass (Hsi Ets.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1447">
        <xs:annotation>
          <xs:documentation>3430 00|Landing And Taxi Aids</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1448">
        <xs:annotation>
          <xs:documentation>3440 00|Independent Position Determining</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="815">
        <xs:annotation>
          <xs:documentation>3441 00|Weather Radar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="816">
        <xs:annotation>
          <xs:documentation>3442 00|Ins</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="817">
        <xs:annotation>
          <xs:documentation>3443 00|Doppler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="818">
        <xs:annotation>
          <xs:documentation>3444 00|Gpws (Ground Proximity Warning System)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="819">
        <xs:annotation>
          <xs:documentation>3445 00|Radio Altimeter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="820">
        <xs:annotation>
          <xs:documentation>3446 00|Satellite Navigation System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1449">
        <xs:annotation>
          <xs:documentation>3450 00|Dependent Position Determining</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="821">
        <xs:annotation>
          <xs:documentation>3451 00|Adf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="822">
        <xs:annotation>
          <xs:documentation>3452 00|Dme</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="823">
        <xs:annotation>
          <xs:documentation>3453 00|Transponder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="824">
        <xs:annotation>
          <xs:documentation>3454 00|Loran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="825">
        <xs:annotation>
          <xs:documentation>3455 00|Vlf Navigation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="826">
        <xs:annotation>
          <xs:documentation>3456 00|Position Computing System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1450">
        <xs:annotation>
          <xs:documentation>3460 00|Flight Management Computer System Boeing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="827">
        <xs:annotation>
          <xs:documentation>3470 03|Heads-Up Display</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="917">
        <xs:annotation>
          <xs:documentation>3480 00|Airborne Collision Avoidance System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="925">
        <xs:annotation>
          <xs:documentation>3500 00|Oxygen System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="926">
        <xs:annotation>
          <xs:documentation>3510 00|Oxygen System/Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="927">
        <xs:annotation>
          <xs:documentation>3520 00|Oxygen System/Passenger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="928">
        <xs:annotation>
          <xs:documentation>3530 00|Oxygen System/Portable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="929">
        <xs:annotation>
          <xs:documentation>3600 00|Pneumatic Systems - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1451">
        <xs:annotation>
          <xs:documentation>3610 00|Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1452">
        <xs:annotation>
          <xs:documentation>3620 00|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="931">
        <xs:annotation>
          <xs:documentation>3700 00|Vacuum Systems - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1453">
        <xs:annotation>
          <xs:documentation>3710 00|Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1454">
        <xs:annotation>
          <xs:documentation>3720 00|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="930">
        <xs:annotation>
          <xs:documentation>3800 00|Drinkable And Waste Water System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1455">
        <xs:annotation>
          <xs:documentation>3900 00|Electrical Systems - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1456">
        <xs:annotation>
          <xs:documentation>3910 00|Instrument And Control Panel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1457">
        <xs:annotation>
          <xs:documentation>3920 00|Equipment Racks</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1615">
        <xs:annotation>
          <xs:documentation>4500 00|Central Maintenance Computer (Cmc)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1616">
        <xs:annotation>
          <xs:documentation>4510 00|Cmc System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1617">
        <xs:annotation>
          <xs:documentation>4540 00|Cmc Printer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1618">
        <xs:annotation>
          <xs:documentation>4600 00|Information Systems General A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1619">
        <xs:annotation>
          <xs:documentation>4620 00|Cockpit Information System A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1620">
        <xs:annotation>
          <xs:documentation>4630 00|Maintenance Information System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="918">
        <xs:annotation>
          <xs:documentation>4900 00|Auxiliary Power - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1458">
        <xs:annotation>
          <xs:documentation>4910 00|Assembly And Cowl</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1459">
        <xs:annotation>
          <xs:documentation>4920 00|Core Engine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1460">
        <xs:annotation>
          <xs:documentation>4930 00|Fuel Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1461">
        <xs:annotation>
          <xs:documentation>4940 00|Start/Ignition System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1462">
        <xs:annotation>
          <xs:documentation>4950 00|Bleed Air System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1463">
        <xs:annotation>
          <xs:documentation>4960 00|Controls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1464">
        <xs:annotation>
          <xs:documentation>4970 00|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1465">
        <xs:annotation>
          <xs:documentation>4980 00|Exhaust</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1466">
        <xs:annotation>
          <xs:documentation>4990 00|Oil System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="602">
        <xs:annotation>
          <xs:documentation>5100 00|Airframe Structure - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="728">
        <xs:annotation>
          <xs:documentation>5100 02|Redux Bonding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="729">
        <xs:annotation>
          <xs:documentation>5100 03|Electric Bonding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="730">
        <xs:annotation>
          <xs:documentation>5100 06|Composite Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1467">
        <xs:annotation>
          <xs:documentation>5120 00|Processes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1468">
        <xs:annotation>
          <xs:documentation>5130 00|Materials</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1469">
        <xs:annotation>
          <xs:documentation>5140 00|Fasteners</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="636">
        <xs:annotation>
          <xs:documentation>5200 00|Doors - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1475">
        <xs:annotation>
          <xs:documentation>5210 00|Passenger/Crew Doors</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="639">
        <xs:annotation>
          <xs:documentation>5220 00|Emergency Exit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="637">
        <xs:annotation>
          <xs:documentation>5230 00|Cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="641">
        <xs:annotation>
          <xs:documentation>5240 00|Service/Access</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="640">
        <xs:annotation>
          <xs:documentation>5250 00|Interior</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="642">
        <xs:annotation>
          <xs:documentation>5260 00|Stair</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="643">
        <xs:annotation>
          <xs:documentation>5270 00|Warning System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1470">
        <xs:annotation>
          <xs:documentation>5280 00|Landing Gear Doors</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1621">
        <xs:annotation>
          <xs:documentation>5290 00|Miscellaneous Doors(Rat...) A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="618">
        <xs:annotation>
          <xs:documentation>5300 00|Fuselage - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620">
        <xs:annotation>
          <xs:documentation>5310 00|Main Frame</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="621">
        <xs:annotation>
          <xs:documentation>5310 01|Bulkhead</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="626">
        <xs:annotation>
          <xs:documentation>5310 04|Longeron/Stringer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="622">
        <xs:annotation>
          <xs:documentation>5310 08|Door Frame</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="624">
        <xs:annotation>
          <xs:documentation>5310 10|Floor Beam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1471">
        <xs:annotation>
          <xs:documentation>5320 00|Auxiliary Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="629">
        <xs:annotation>
          <xs:documentation>5330 00|Skin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="625">
        <xs:annotation>
          <xs:documentation>5330 07|Panel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="619">
        <xs:annotation>
          <xs:documentation>5340 00|Attachment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="623">
        <xs:annotation>
          <xs:documentation>5350 00|Fairings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="627">
        <xs:annotation>
          <xs:documentation>5350 01|Nose Cone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="628">
        <xs:annotation>
          <xs:documentation>5350 02|Tail Cone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1622">
        <xs:annotation>
          <xs:documentation>5370 00|Rear Fuselage A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1623">
        <xs:annotation>
          <xs:documentation>5390 00|Attach Fittings A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="630">
        <xs:annotation>
          <xs:documentation>5400 00|Nacelle/Pylon - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="634">
        <xs:annotation>
          <xs:documentation>5410 00|Main Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="633">
        <xs:annotation>
          <xs:documentation>5410 01|Firewall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1472">
        <xs:annotation>
          <xs:documentation>5411 00|Frames</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="635">
        <xs:annotation>
          <xs:documentation>5430 00|Skin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="631">
        <xs:annotation>
          <xs:documentation>5440 00|Attachment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="632">
        <xs:annotation>
          <xs:documentation>5450 00|Pylon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="650">
        <xs:annotation>
          <xs:documentation>5500 00|Stabilisers - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="651">
        <xs:annotation>
          <xs:documentation>5510 00|Horizontal Stabiliser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="652">
        <xs:annotation>
          <xs:documentation>5520 00|Elevator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="653">
        <xs:annotation>
          <xs:documentation>5520 10|Elevator Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="654">
        <xs:annotation>
          <xs:documentation>5530 00|Vertical Stabiliser (Fin)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="655">
        <xs:annotation>
          <xs:documentation>5540 00|Rudder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="656">
        <xs:annotation>
          <xs:documentation>5540 09|Rudder Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="657">
        <xs:annotation>
          <xs:documentation>5550 00|Attachments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="658">
        <xs:annotation>
          <xs:documentation>5560 00|Fairings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="659">
        <xs:annotation>
          <xs:documentation>5570 00|Canard</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="644">
        <xs:annotation>
          <xs:documentation>5600 00|Windows - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="647">
        <xs:annotation>
          <xs:documentation>5610 00|Cockpit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="646">
        <xs:annotation>
          <xs:documentation>5610 07|Canopy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="645">
        <xs:annotation>
          <xs:documentation>5620 00|Cabin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="648">
        <xs:annotation>
          <xs:documentation>5630 00|Door Window</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="649">
        <xs:annotation>
          <xs:documentation>5640 00|Inspection Window</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="603">
        <xs:annotation>
          <xs:documentation>5700 00|Wing - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1473">
        <xs:annotation>
          <xs:documentation>5710 00|Centre Wing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="604">
        <xs:annotation>
          <xs:documentation>5710 01|Front Spar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605">
        <xs:annotation>
          <xs:documentation>5710 02|Rear Spar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="606">
        <xs:annotation>
          <xs:documentation>5710 03|Centre Spar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="607">
        <xs:annotation>
          <xs:documentation>5710 04|Spar Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="616">
        <xs:annotation>
          <xs:documentation>5710 05|Strut</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="608">
        <xs:annotation>
          <xs:documentation>5710 07|Rib/Stringer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="617">
        <xs:annotation>
          <xs:documentation>5710 09|Bracing Wire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1474">
        <xs:annotation>
          <xs:documentation>5720 00|Outer Wing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="612">
        <xs:annotation>
          <xs:documentation>5720 01|Leading Edge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="613">
        <xs:annotation>
          <xs:documentation>5720 02|Trailing Edge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="614">
        <xs:annotation>
          <xs:documentation>5720 03|Wingtips</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615">
        <xs:annotation>
          <xs:documentation>5720 05|Winglet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="609">
        <xs:annotation>
          <xs:documentation>5730 00|Skin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610">
        <xs:annotation>
          <xs:documentation>5740 00|Attachments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="690">
        <xs:annotation>
          <xs:documentation>5750 00|Flight Control Surfaces - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="695">
        <xs:annotation>
          <xs:documentation>5750 01|Leading Edge Flap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="696">
        <xs:annotation>
          <xs:documentation>5750 02|Leading Edge Slat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="693">
        <xs:annotation>
          <xs:documentation>5750 06|Flap Vane</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="698">
        <xs:annotation>
          <xs:documentation>5750 09|Trailing Edge Flap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="697">
        <xs:annotation>
          <xs:documentation>5750 10|Speed Brake/Spoiler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="611">
        <xs:annotation>
          <xs:documentation>5760 00|Ailerons And Elevons</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1476">
        <xs:annotation>
          <xs:documentation>5770 00|Spoilers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1006">
        <xs:annotation>
          <xs:documentation>6100 00|Propeller - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1007">
        <xs:annotation>
          <xs:documentation>6110 00|Propeller Assembly</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1011">
        <xs:annotation>
          <xs:documentation>6110 01|Blade</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1014">
        <xs:annotation>
          <xs:documentation>6110 02|Hub</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1009">
        <xs:annotation>
          <xs:documentation>6110 03|Hub Bolts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1018">
        <xs:annotation>
          <xs:documentation>6110 04|Spinner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1019">
        <xs:annotation>
          <xs:documentation>6110 08|Pitch Change Mechanism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1013">
        <xs:annotation>
          <xs:documentation>6110 09|Fine Pitch Lock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1008">
        <xs:annotation>
          <xs:documentation>6120 00|Propeller Control - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1016">
        <xs:annotation>
          <xs:documentation>6120 01|Pitch Control Unit (Incl.  Csu)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="943">
        <xs:annotation>
          <xs:documentation>6120 05|Propeller Control/Pitch Lever</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1015">
        <xs:annotation>
          <xs:documentation>6120 06|Synchronisation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1010">
        <xs:annotation>
          <xs:documentation>6120 07|Auto Feather System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1012">
        <xs:annotation>
          <xs:documentation>6120 09|Feather Motor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1017">
        <xs:annotation>
          <xs:documentation>6120 10|Reversing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1020">
        <xs:annotation>
          <xs:documentation>6130 00|Propeller Brake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1021">
        <xs:annotation>
          <xs:documentation>6140 00|Propeller Indications</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1124">
        <xs:annotation>
          <xs:documentation>6200 00|Main Rotor - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1125">
        <xs:annotation>
          <xs:documentation>6210 00|Blades</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1136">
        <xs:annotation>
          <xs:documentation>6220 00|Heads</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1137">
        <xs:annotation>
          <xs:documentation>6230 00|Mast/Swashplate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1485">
        <xs:annotation>
          <xs:documentation>6240 00|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1141">
        <xs:annotation>
          <xs:documentation>6300 00|Main Rotor Drive - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1486">
        <xs:annotation>
          <xs:documentation>6320 00|Main Gearbox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1487">
        <xs:annotation>
          <xs:documentation>6330 00|Transmission Mounts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1488">
        <xs:annotation>
          <xs:documentation>6340 00|Indicating System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1153">
        <xs:annotation>
          <xs:documentation>6400 00|Tail Rotor - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1489">
        <xs:annotation>
          <xs:documentation>6410 00|Blades</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1490">
        <xs:annotation>
          <xs:documentation>6420 00|Head</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1491">
        <xs:annotation>
          <xs:documentation>6430 00|Reserved</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1492">
        <xs:annotation>
          <xs:documentation>6440 00|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1157">
        <xs:annotation>
          <xs:documentation>6500 00|Tail Rotor Drive- General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1493">
        <xs:annotation>
          <xs:documentation>6510 00|Drive Shaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1494">
        <xs:annotation>
          <xs:documentation>6520 00|Gearboxes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1495">
        <xs:annotation>
          <xs:documentation>6530 00|Reserved</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1496">
        <xs:annotation>
          <xs:documentation>6540 00|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="765">
        <xs:annotation>
          <xs:documentation>6700 00|Rotorcraft Flight Control - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1497">
        <xs:annotation>
          <xs:documentation>6710 00|Main Rotor Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1498">
        <xs:annotation>
          <xs:documentation>6720 00|Tail Rotor Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1499">
        <xs:annotation>
          <xs:documentation>6730 00|Servo System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1030">
        <xs:annotation>
          <xs:documentation>7100 00|Powerplant Installation - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1055">
        <xs:annotation>
          <xs:documentation>7110 00|Cowlings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1031">
        <xs:annotation>
          <xs:documentation>7120 00|Mounts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1032">
        <xs:annotation>
          <xs:documentation>7130 00|Fire Seals</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1500">
        <xs:annotation>
          <xs:documentation>7140 00|Attach Fittings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1501">
        <xs:annotation>
          <xs:documentation>7150 00|Electrical Harness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1502">
        <xs:annotation>
          <xs:documentation>7160 00|Air Intake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1119">
        <xs:annotation>
          <xs:documentation>7170 00|Drains</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1000">
        <xs:annotation>
          <xs:documentation>7200 00|Engine(Turbine/Turboprop) - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1001">
        <xs:annotation>
          <xs:documentation>7210 00|Reduction Gear &amp; Shaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1503">
        <xs:annotation>
          <xs:documentation>7220 00|Air Inlet Section (Core Engine)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1504">
        <xs:annotation>
          <xs:documentation>7230 00|Compressor Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1088">
        <xs:annotation>
          <xs:documentation>7240 00|Combustion Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1089">
        <xs:annotation>
          <xs:documentation>7240 01|Outer Casing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1090">
        <xs:annotation>
          <xs:documentation>7240 02|Liner/Flame Tube</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1091">
        <xs:annotation>
          <xs:documentation>7240 04|Fuel Nozzle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1092">
        <xs:annotation>
          <xs:documentation>7250 00|Turbine Engine - Turbine Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1102">
        <xs:annotation>
          <xs:documentation>7260 00|Accessory Drive Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1505">
        <xs:annotation>
          <xs:documentation>7270 00|Bypass Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="963">
        <xs:annotation>
          <xs:documentation>7300 00|Powerplant Fuel System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="964">
        <xs:annotation>
          <xs:documentation>7310 00|Powerplant Fuel Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="969">
        <xs:annotation>
          <xs:documentation>7310 01|Engine Driven Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="974">
        <xs:annotation>
          <xs:documentation>7310 02|Line, Fitting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="976">
        <xs:annotation>
          <xs:documentation>7310 03|Powerplant Fuel Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="970">
        <xs:annotation>
          <xs:documentation>7310 07|Fuel/Fluid Cooler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="965">
        <xs:annotation>
          <xs:documentation>7320 00|Powerplant Fuel Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="968">
        <xs:annotation>
          <xs:documentation>7320 01|Carburettor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="975">
        <xs:annotation>
          <xs:documentation>7320 02|Mixture Control Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="942">
        <xs:annotation>
          <xs:documentation>7320 03|Mixture Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="966">
        <xs:annotation>
          <xs:documentation>7320 06|Fuel Control Unit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="972">
        <xs:annotation>
          <xs:documentation>7320 20|Fuel Injector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="971">
        <xs:annotation>
          <xs:documentation>7320 22|Fuel Control Computer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="973">
        <xs:annotation>
          <xs:documentation>7320 24|Fuel Trimmer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="937">
        <xs:annotation>
          <xs:documentation>7320 25|Carburettor Heat Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="967">
        <xs:annotation>
          <xs:documentation>7330 00|Powerplant Fuel Indication</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="951">
        <xs:annotation>
          <xs:documentation>7330 01|Fuel Contents</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="952">
        <xs:annotation>
          <xs:documentation>7330 02|Fuel Flow</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="953">
        <xs:annotation>
          <xs:documentation>7330 03|Fuel Pressure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="954">
        <xs:annotation>
          <xs:documentation>7330 04|Fuel Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="947">
        <xs:annotation>
          <xs:documentation>7330 12|Carburettor Air Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="990">
        <xs:annotation>
          <xs:documentation>7400 00|Ignition System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="991">
        <xs:annotation>
          <xs:documentation>7410 00|Ignition - Electrical Supply</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="997">
        <xs:annotation>
          <xs:documentation>7410 01|Magneto/Distributor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="992">
        <xs:annotation>
          <xs:documentation>7420 00|Ignition - Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="998">
        <xs:annotation>
          <xs:documentation>7420 01|Spark Plug</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="996">
        <xs:annotation>
          <xs:documentation>7420 02|Igniter Plug</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="995">
        <xs:annotation>
          <xs:documentation>7420 06|High Tension Wiring/Harness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="993">
        <xs:annotation>
          <xs:documentation>7430 00|Ignition - Switching</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="999">
        <xs:annotation>
          <xs:documentation>7430 01|Switch (Ignition - Magneto)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="994">
        <xs:annotation>
          <xs:documentation>7440 00|Ignition - Indications</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1114">
        <xs:annotation>
          <xs:documentation>7500 00|Engine Air</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1115">
        <xs:annotation>
          <xs:documentation>7510 00|Engine Anti-Ice A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1116">
        <xs:annotation>
          <xs:documentation>7520 00|Cooling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1117">
        <xs:annotation>
          <xs:documentation>7530 00|Component Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1118">
        <xs:annotation>
          <xs:documentation>7540 00|Engine Air Indications A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="935">
        <xs:annotation>
          <xs:documentation>7600 00|Engine Control - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="936">
        <xs:annotation>
          <xs:documentation>7610 00|Power Control - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="940">
        <xs:annotation>
          <xs:documentation>7610 02|Thrust Reverser Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="939">
        <xs:annotation>
          <xs:documentation>7610 03|High Pressure Cock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="938">
        <xs:annotation>
          <xs:documentation>7610 25|Throttle/Power Lever</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="944">
        <xs:annotation>
          <xs:documentation>7700 00|Engine Indications - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1477">
        <xs:annotation>
          <xs:documentation>7710 00|Power Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="959">
        <xs:annotation>
          <xs:documentation>7710 01|Rpm (Ni, N2, Etc.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="949">
        <xs:annotation>
          <xs:documentation>7710 03|Engine Pressure Ratio (Epr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="961">
        <xs:annotation>
          <xs:documentation>7710 04|Torque</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="955">
        <xs:annotation>
          <xs:documentation>7710 16|Manifold Pressure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="945">
        <xs:annotation>
          <xs:documentation>7720 00|Engine Temp. Indications - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="948">
        <xs:annotation>
          <xs:documentation>7720 01|Cylinder Head Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="950">
        <xs:annotation>
          <xs:documentation>7720 02|Exhaust Gas Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="960">
        <xs:annotation>
          <xs:documentation>7720 11|Turbine Inlet Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="946">
        <xs:annotation>
          <xs:documentation>7730 00|Engine Analysers - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="962">
        <xs:annotation>
          <xs:documentation>7730 04|Vibration Indicator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1060">
        <xs:annotation>
          <xs:documentation>7800 00|Engine Exhaust System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1478">
        <xs:annotation>
          <xs:documentation>7810 00|Collector/Nozzle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1061">
        <xs:annotation>
          <xs:documentation>7810 07|Exhaust Manifold</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1100">
        <xs:annotation>
          <xs:documentation>7810 08|Tail Cone/Exhaust Cone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1062">
        <xs:annotation>
          <xs:documentation>7810 09|Exhaust Pipe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1101">
        <xs:annotation>
          <xs:documentation>7810 10|Jet Pipe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1068">
        <xs:annotation>
          <xs:documentation>7810 25|Clamp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1063">
        <xs:annotation>
          <xs:documentation>7820 00|Noise Suppression</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1064">
        <xs:annotation>
          <xs:documentation>7820 03|Muffler/Silencer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1103">
        <xs:annotation>
          <xs:documentation>7830 00|Turbine Engine - Thrust Reverser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1104">
        <xs:annotation>
          <xs:documentation>7830 01|Fan Reverser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1105">
        <xs:annotation>
          <xs:documentation>7830 02|Turbine Reverser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1106">
        <xs:annotation>
          <xs:documentation>7830 03|Clamshell Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1107">
        <xs:annotation>
          <xs:documentation>7830 04|Blocker Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1112">
        <xs:annotation>
          <xs:documentation>7830 08|Cascade</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1108">
        <xs:annotation>
          <xs:documentation>7830 14|Actuator - Hydraulic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1109">
        <xs:annotation>
          <xs:documentation>7830 15|Actuator - Pneumatic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1110">
        <xs:annotation>
          <xs:documentation>7830 16|Actuator - Electric</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1111">
        <xs:annotation>
          <xs:documentation>7830 17|Actuator - Mechanical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1069">
        <xs:annotation>
          <xs:documentation>7850 00|Exhaust System Indications</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="958">
        <xs:annotation>
          <xs:documentation>7850 01|Reverser Position</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="977">
        <xs:annotation>
          <xs:documentation>7900 00|Powerplant Lubrication System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="978">
        <xs:annotation>
          <xs:documentation>7900 01|Engine Oil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="979">
        <xs:annotation>
          <xs:documentation>7910 00|Engine Oil Storage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="988">
        <xs:annotation>
          <xs:documentation>7910 01|Tank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="982">
        <xs:annotation>
          <xs:documentation>7910 08|Filter Cap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="980">
        <xs:annotation>
          <xs:documentation>7920 00|Engine Oil Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="984">
        <xs:annotation>
          <xs:documentation>7920 01|Line/Hose/Fitting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="987">
        <xs:annotation>
          <xs:documentation>7920 02|Seal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="983">
        <xs:annotation>
          <xs:documentation>7920 05|Filter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="981">
        <xs:annotation>
          <xs:documentation>7920 07|Cooler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="986">
        <xs:annotation>
          <xs:documentation>7920 20|Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="989">
        <xs:annotation>
          <xs:documentation>7930 00|Indicating System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="956">
        <xs:annotation>
          <xs:documentation>7930 01|Oil Pressure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="957">
        <xs:annotation>
          <xs:documentation>7930 03|Oil Contents</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="985">
        <xs:annotation>
          <xs:documentation>7930 04|Chip Detector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1026">
        <xs:annotation>
          <xs:documentation>8000 00|Engine Starting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1027">
        <xs:annotation>
          <xs:documentation>8010 00|Engine Cranking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1028">
        <xs:annotation>
          <xs:documentation>8010 01|Starter - Electric</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1029">
        <xs:annotation>
          <xs:documentation>8010 02|Starter - Air</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1120">
        <xs:annotation>
          <xs:documentation>8100 00|Turbine (Reciprocating Only)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1065">
        <xs:annotation>
          <xs:documentation>8120 00|Turbocharger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1066">
        <xs:annotation>
          <xs:documentation>8120 01|Turbo Charger Turbine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1067">
        <xs:annotation>
          <xs:documentation>8120 02|Waste Gate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1121">
        <xs:annotation>
          <xs:documentation>8200 00|Water Injection System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1122">
        <xs:annotation>
          <xs:documentation>8200 01|Water-Methanol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1024">
        <xs:annotation>
          <xs:documentation>8300 00|Accessory Gearboxes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1025">
        <xs:annotation>
          <xs:documentation>8310 00|Accessory Driveshaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1479">
        <xs:annotation>
          <xs:documentation>8500 00|Engine (Reciprocating) - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1480">
        <xs:annotation>
          <xs:documentation>8510 00|Front Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1481">
        <xs:annotation>
          <xs:documentation>8520 00|Power Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1482">
        <xs:annotation>
          <xs:documentation>8530 00|Cylinder Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1483">
        <xs:annotation>
          <xs:documentation>8540 00|Rear Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="DescriptorEnum">
    <xs:annotation>
      <xs:documentation>Restriction 35 (not nillable)</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Nature of flight|TRANSPORT PASSENGER A TO A|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Nature of flight|TRANSPORT PASSENGER A TO B|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Nature of flight|FREIGHT ONLY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1368">
        <xs:annotation>
          <xs:documentation>Nature of flight|AIR AMBULANCE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Nature of flight|AGRICULTURAL|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1369">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Advertising</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1370">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Commercial Photography</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1371">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Survey/inspection</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1372">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Navaid Calibration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1373">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Construction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1374">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Surveillance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1375">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Aerial Application/dropping</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1376">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Mustering</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1377">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Hunting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1378">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Policing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1379">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Search And Rescue</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1380">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Flight Test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1381">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Demo (including Air Show)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1382">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Experimentation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1383">
        <xs:annotation>
          <xs:documentation>Nature of flight|OTHER AERIAL WORK|Towing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>Nature of flight|TRAINING DUAL|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Nature of flight|TRAINING SOLO|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11">
        <xs:annotation>
          <xs:documentation>Nature of flight|FERRY/POSITIONING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>Nature of flight|TEST|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>Nature of flight|BUSINESS AND EXECUTIVE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:documentation>Nature of flight|PARACHUTING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1384">
        <xs:annotation>
          <xs:documentation>Nature of flight|AEROBATICS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="13">
        <xs:annotation>
          <xs:documentation>Nature of flight|PRIVATE OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1524">
        <xs:annotation>
          <xs:documentation>Nature of flight|MILITARY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="15">
        <xs:annotation>
          <xs:documentation>Flight Phase|PARKED|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="16">
        <xs:annotation>
          <xs:documentation>Flight Phase|TAXIING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1431">
        <xs:annotation>
          <xs:documentation>Flight Phase|HOVER TAXI|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="17">
        <xs:annotation>
          <xs:documentation>Flight Phase|TAKEOFF|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1367">
        <xs:annotation>
          <xs:documentation>Flight Phase|CLIMB|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="18">
        <xs:annotation>
          <xs:documentation>Flight Phase|HOVER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="19">
        <xs:annotation>
          <xs:documentation>Flight Phase|CRUISE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="20">
        <xs:annotation>
          <xs:documentation>Flight Phase|CIRCUIT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="21">
        <xs:annotation>
          <xs:documentation>Flight Phase|AEROBATICS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1432">
        <xs:annotation>
          <xs:documentation>Flight Phase|AGRICULTURAL MANOEUVRES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="22">
        <xs:annotation>
          <xs:documentation>Flight Phase|HOLDING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="23">
        <xs:annotation>
          <xs:documentation>Flight Phase|DESCENT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="24">
        <xs:annotation>
          <xs:documentation>Flight Phase|APPROACH|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="25">
        <xs:annotation>
          <xs:documentation>Flight Phase|LANDING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1964">
        <xs:annotation>
          <xs:documentation>Flight Phase|UNKNOWN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="27">
        <xs:annotation>
          <xs:documentation>Effect on flight|NIL|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="28">
        <xs:annotation>
          <xs:documentation>Effect on flight|FLIGHT DELAYED/CANCELLED|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="29">
        <xs:annotation>
          <xs:documentation>Effect on flight|ABORTED TAKEOFF|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="30">
        <xs:annotation>
          <xs:documentation>Effect on flight|FAILURE TO GET AIRBORNE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="31">
        <xs:annotation>
          <xs:documentation>Effect on flight|EMERGENCY/PRECAUTIONARY DESCENT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="32">
        <xs:annotation>
          <xs:documentation>Effect on flight|EMERGENCY/PRECAUTIONARY LANDING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="33">
        <xs:annotation>
          <xs:documentation>Effect on flight|GO-AROUND/MISSED APPROACH|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="34">
        <xs:annotation>
          <xs:documentation>Effect on flight|ABNORMAL APPROACH|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="35">
        <xs:annotation>
          <xs:documentation>Effect on flight|DIVERSION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="36">
        <xs:annotation>
          <xs:documentation>Effect on flight|TURNBACK|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="37">
        <xs:annotation>
          <xs:documentation>Effect on flight|FUEL DUMPING/BURNOFF|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="38">
        <xs:annotation>
          <xs:documentation>Effect on flight|ENGINE(S) SHUTDOWN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="39">
        <xs:annotation>
          <xs:documentation>Effect on flight|SIGNIFICANT LOSS OF CONTROL/PERFORMANCE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="40">
        <xs:annotation>
          <xs:documentation>Effect on flight|AVOIDING ACTION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="41">
        <xs:annotation>
          <xs:documentation>Effect on flight|OVERWEIGHT LANDING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="42">
        <xs:annotation>
          <xs:documentation>Effect on flight|LANDING OVERRUN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="43">
        <xs:annotation>
          <xs:documentation>Effect on flight|ABNORMAL LANDING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="44">
        <xs:annotation>
          <xs:documentation>Effect on flight|RUNWAY EXCURSION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="45">
        <xs:annotation>
          <xs:documentation>Effect on flight|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="48">
        <xs:annotation>
          <xs:documentation>Operational Incident|AIRFRAME FAILURE|Initial Failure Of Control Surface</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="49">
        <xs:annotation>
          <xs:documentation>Operational Incident|AIRFRAME FAILURE|Initial Failure Of Fuselage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="50">
        <xs:annotation>
          <xs:documentation>Operational Incident|AIRFRAME FAILURE|Initial Failure Of Empennage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="51">
        <xs:annotation>
          <xs:documentation>Operational Incident|AIRFRAME FAILURE|Initial Failure Of Wing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="52">
        <xs:annotation>
          <xs:documentation>Operational Incident|AIRFRAME FAILURE|Initial Failure - Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="55">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Aircraft Standing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="56">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Aerodrome Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="57">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Animal (not Bird)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="58">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Bird</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="59">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Chimney/mast/pole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="60">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Ditch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="61">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Embankment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="62">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Fence/fence Post</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="63">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Person</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="64">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Building</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="65">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Approach Lights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="66">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Taxiway/runway Lights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="67">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Tree</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="68">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Vehicle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="69">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Wire/cable/powerline</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="70">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION/STRIKE OBJECT|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="71">
        <xs:annotation>
          <xs:documentation>Operational Incident|NEAR COLLISION /STRIKE OBJECT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="74">
        <xs:annotation>
          <xs:documentation>Operational Incident|COLLISION WITH AIRCRAFT ON GROUND|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="75">
        <xs:annotation>
          <xs:documentation>Operational Incident|NEAR COLLISION AIRCRAFT ON GROUND|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="76">
        <xs:annotation>
          <xs:documentation>Operational Incident|NEAR COLLISION TERRAIN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="79">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Apu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="80">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Avionics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="81">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Brake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="82">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|De-icing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="83">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Doors/panels</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="84">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Electrical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="85">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Flight Controls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="86">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Fuel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="87">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="88">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Hydraulic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="89">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Instruments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="90">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Navigation System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="91">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Pneumatic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="92">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Pressurisation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="93">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Tyre/wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1392">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Main Rotor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1393">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Tail Rotor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1394">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Main Rotor Transmissions/gearbox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1395">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Maint Rotor Tail Shaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1396">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Tail Rotor Drive Shaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="94">
        <xs:annotation>
          <xs:documentation>Operational Incident|COMPONENT/SYSTEM MALFUNCTION|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="97">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Foreign Object Damage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="98">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Ground Resonance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="99">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Lightning Strike</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="100">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Overstressed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Struck By Propellor / Rotor / Jet Blast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="102">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Sinking Through Surface</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="103">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Struck By Object</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="104">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Struck By Stairs / Equipment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Turbulence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="106">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Unlawful Act</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="107">
        <xs:annotation>
          <xs:documentation>Operational Incident|DAMAGE TO AIRCRAFT|Wind</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="109">
        <xs:annotation>
          <xs:documentation>Operational Incident|GEAR COLLAPSED/RETRACTED|Main Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110">
        <xs:annotation>
          <xs:documentation>Operational Incident|GEAR COLLAPSED/RETRACTED|Nose Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="111">
        <xs:annotation>
          <xs:documentation>Operational Incident|GEAR COLLAPSED/RETRACTED|Complete Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="112">
        <xs:annotation>
          <xs:documentation>Operational Incident|GEAR COLLAPSED/RETRACTED|Other Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="114">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL|Directional Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL|Mush/stall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="116">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL|Spin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="117">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL|Spiral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="118">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL|Pitch Control (porpoise)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="121">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL (HELICOPTER)|Dynamic Roll-over (heli)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="122">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL (HELICOPTER)|Inadequate Rotor Rpm (heli)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="123">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL (HELICOPTER)|Settling With Power (heli)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="124">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL (HELICOPTER)|Uncontrolled Rotation (heli)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125">
        <xs:annotation>
          <xs:documentation>Operational Incident|LOSS OF CONTROL (HELICOPTER)|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="129">
        <xs:annotation>
          <xs:documentation>Operational Incident|ENGINE POWER LOSS|Fuel Starvation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130">
        <xs:annotation>
          <xs:documentation>Operational Incident|ENGINE POWER LOSS|Mechanical/engine Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="131">
        <xs:annotation>
          <xs:documentation>Operational Incident|ENGINE POWER LOSS|Non Mechanical Engine Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="132">
        <xs:annotation>
          <xs:documentation>Operational Incident|ENGINE POWER LOSS|Simulated Engine Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="133">
        <xs:annotation>
          <xs:documentation>Operational Incident|ENGINE POWER LOSS|Transmission Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="134">
        <xs:annotation>
          <xs:documentation>Operational Incident|ENGINE POWER LOSS|Driveshaft Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135">
        <xs:annotation>
          <xs:documentation>Operational Incident|ENGINE POWER LOSS|Unspecified</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145">
        <xs:annotation>
          <xs:documentation>Operational Incident|FIRE/EXPLOSION/FUMES|Fire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="146">
        <xs:annotation>
          <xs:documentation>Operational Incident|FIRE/EXPLOSION/FUMES|Fumes/smoke</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="148">
        <xs:annotation>
          <xs:documentation>Operational Incident|FLIGHT CREW ILLNESS/INCAPACITATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150">
        <xs:annotation>
          <xs:documentation>Operational Incident|INJURIES TO PERSONS|Turbulence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="151">
        <xs:annotation>
          <xs:documentation>Operational Incident|INJURIES TO PERSONS|Abrupt Manoeuvre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="152">
        <xs:annotation>
          <xs:documentation>Operational Incident|INJURIES TO PERSONS|Struck By Propellor/rotor/jet Blast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="153">
        <xs:annotation>
          <xs:documentation>Operational Incident|INJURIES TO PERSONS|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="154">
        <xs:annotation>
          <xs:documentation>Operational Incident|EVACUATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="156">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Cargo Shifted</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1528">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Passenger smoking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1992">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Prohibited item found in carry-on bag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1993">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Prohibited item found in hold bag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1527">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Wrongly loaded cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="254">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Insecure Barrier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1525">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Unruly behaviour</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1526">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Passenger aboard wrong aircraft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1966">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Mix of screened/unscreened passengers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1975">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Airlines failure to control passengers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1967">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Screening detection failure-Passenger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1968">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Screening detection failure-Carryon bag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1969">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Screening detection failure-Hold baggage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1970">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Passenger/Baggage reconciliation failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1971">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Misuse of Airport Identity Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1973">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|AAA process failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1974">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Fencing incident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1980">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Intoxicated passengers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1994">
        <xs:annotation>
          <xs:documentation>Operational Incident|PASSENGER/CARGO RELATED OCCURRENCE|Passenger boarding reconciliation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="158">
        <xs:annotation>
          <xs:documentation>Operational Incident|TAKE-OFF OR LANDING|Scraped Wingtip/cowling/float</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="159">
        <xs:annotation>
          <xs:documentation>Operational Incident|TAKE-OFF OR LANDING|Tail Scrape/overrotation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="160">
        <xs:annotation>
          <xs:documentation>Operational Incident|TAKE-OFF OR LANDING|Groundloop/swerve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="162">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Landing Beside Runway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="163">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Undershoot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="164">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Hard Landing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="165">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Overrun</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="166">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Wheels Down Landing On Water</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="167">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Intentional Wheels-up Landing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="168">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Unintentional Wheels Up Landing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="169">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Intent Unknown Wheels-up Landing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="170">
        <xs:annotation>
          <xs:documentation>Operational Incident|LANDING OCCURRENCE|Nose Down/overturned</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="171">
        <xs:annotation>
          <xs:documentation>Operational Incident|MISSING AIRCRAFT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="173">
        <xs:annotation>
          <xs:documentation>Operational Incident|VALID WARNING/ALERT SYSTEM|Fire/smoke/fumes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="174">
        <xs:annotation>
          <xs:documentation>Operational Incident|VALID WARNING/ALERT SYSTEM|Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="175">
        <xs:annotation>
          <xs:documentation>Operational Incident|VALID WARNING/ALERT SYSTEM|Gpws</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1581">
        <xs:annotation>
          <xs:documentation>Operational Incident|VALID WARNING/ALERT SYSTEM|Windshear Alert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="176">
        <xs:annotation>
          <xs:documentation>Operational Incident|VALID WARNING/ALERT SYSTEM|Tcas</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1430">
        <xs:annotation>
          <xs:documentation>Operational Incident|VALID WARNING/ALERT SYSTEM|Stall Warning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="177">
        <xs:annotation>
          <xs:documentation>Operational Incident|INVALID WARNING/ALERT SYSTEM|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="178">
        <xs:annotation>
          <xs:documentation>Operational Incident|FAILURE OF EMERGENCY EQUIP/PROCS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1439">
        <xs:annotation>
          <xs:documentation>Operational Incident|EMERGENCY DECLARATION|Incerfa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1440">
        <xs:annotation>
          <xs:documentation>Operational Incident|EMERGENCY DECLARATION|Alerfa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1441">
        <xs:annotation>
          <xs:documentation>Operational Incident|EMERGENCY DECLARATION|Detresfa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1442">
        <xs:annotation>
          <xs:documentation>Operational Incident|EMERGENCY DECLARATION|Mayday</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1443">
        <xs:annotation>
          <xs:documentation>Operational Incident|EMERGENCY DECLARATION|Pan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="181">
        <xs:annotation>
          <xs:documentation>Operational Incident|FUEL/FLUIDS OCCURRENCE|Critically Low Or Exhausted</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="182">
        <xs:annotation>
          <xs:documentation>Operational Incident|FUEL/FLUIDS OCCURRENCE|Incorrect Quantities Loaded</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="183">
        <xs:annotation>
          <xs:documentation>Operational Incident|FUEL/FLUIDS OCCURRENCE|Contaminated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="184">
        <xs:annotation>
          <xs:documentation>Operational Incident|FUEL/FLUIDS OCCURRENCE|Incorrect Type</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="186">
        <xs:annotation>
          <xs:documentation>Operational Incident|GO-AROUND/OVERSHOOT/MISSED APPROACH|Cross Wind</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="187">
        <xs:annotation>
          <xs:documentation>Operational Incident|GO-AROUND/OVERSHOOT/MISSED APPROACH|Atc Requirement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="188">
        <xs:annotation>
          <xs:documentation>Operational Incident|GO-AROUND/OVERSHOOT/MISSED APPROACH|Obstructed Runway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="189">
        <xs:annotation>
          <xs:documentation>Operational Incident|GO-AROUND/OVERSHOOT/MISSED APPROACH|Unstable Approach</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="190">
        <xs:annotation>
          <xs:documentation>Operational Incident|GO-AROUND/OVERSHOOT/MISSED APPROACH|Windshear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="191">
        <xs:annotation>
          <xs:documentation>Operational Incident|GO-AROUND/OVERSHOOT/MISSED APPROACH|Wake Turbulence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="192">
        <xs:annotation>
          <xs:documentation>Operational Incident|GO-AROUND/OVERSHOOT/MISSED APPROACH|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1635">
        <xs:annotation>
          <xs:documentation>Operational Incident|INFLIGHT ICING ENCOUNTER|Moderate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1636">
        <xs:annotation>
          <xs:documentation>Operational Incident|INFLIGHT ICING ENCOUNTER|Severe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1965">
        <xs:annotation>
          <xs:documentation>Operational Incident|OTHER|Keys left in aircraft.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="194">
        <xs:annotation>
          <xs:documentation>Operational Incident|UNKNOWN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="196">
        <xs:annotation>
          <xs:documentation>Airspace Incident|NEAR COLLISION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="197">
        <xs:annotation>
          <xs:documentation>Airspace Incident|LOSS OF SEPARATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="198">
        <xs:annotation>
          <xs:documentation>Airspace Incident|UNAUTH ALTITUDE PENETRATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="199">
        <xs:annotation>
          <xs:documentation>Airspace Incident|UNAUTH AIRSPACE INCURSION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="201">
        <xs:annotation>
          <xs:documentation>Airspace Incident|BREACH OF OTHER CLEARANCE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="202">
        <xs:annotation>
          <xs:documentation>Airspace Incident|PILOT POSITION REPORTING DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="203">
        <xs:annotation>
          <xs:documentation>Airspace Incident|PILOT FLIGHT PLANNING DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="204">
        <xs:annotation>
          <xs:documentation>Airspace Incident|PILOT READBACK DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205">
        <xs:annotation>
          <xs:documentation>Airspace Incident|ATS FLIGHT INFORMATION DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="206">
        <xs:annotation>
          <xs:documentation>Airspace Incident|ATS CLEARANCE/INSTRUCTION DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="207">
        <xs:annotation>
          <xs:documentation>Airspace Incident|ATS FLIGHT PLANNING SYSTEM DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="208">
        <xs:annotation>
          <xs:documentation>Airspace Incident|ATS COORDINATION DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="209">
        <xs:annotation>
          <xs:documentation>Airspace Incident|FLIGHT ASSIST|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1575">
        <xs:annotation>
          <xs:documentation>Airspace Incident|CONTROLLER/PILOT DATALINK COMMUNICATIONS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1576">
        <xs:annotation>
          <xs:documentation>Airspace Incident|TRAFFIC COLLISION AVOIDANCE SYSTEM|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1577">
        <xs:annotation>
          <xs:documentation>Airspace Incident|REDUCED NAVIGATION PERFORMANCE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1578">
        <xs:annotation>
          <xs:documentation>Airspace Incident|REDUCED VERTICAL SEPARATION MINIMA|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1579">
        <xs:annotation>
          <xs:documentation>Airspace Incident|GLOBAL POSITIONING SYSTEM|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1580">
        <xs:annotation>
          <xs:documentation>Airspace Incident|SHORT TERM CONFLICT ALERT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="211">
        <xs:annotation>
          <xs:documentation>Airspace Incident|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="213">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|FAILURE/NON AVAILABILITY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="214">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|COVERAGE/INTENSITY DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|ALIGNMENT/COURSE DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="216">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|EXCESSIVE BENDS/ROUGHNESS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="217">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|FALSE OVERHEAD/DISTANCE INDICATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="218">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|IDENTIFICATION DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="219">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|READABILITY DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="221">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|INTEFERENCE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1582">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|SOFTWARE DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="222">
        <xs:annotation>
          <xs:documentation>Facility Malfunction|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1534">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL SURFACE DEFICIENCY|Runway - Physical Surface</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1535">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL SURFACE DEFICIENCY|Runway verge - Physical Surface</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1536">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL SURFACE DEFICIENCY|Taxiway - Physical Surface</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1537">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL SURFACE DEFICIENCY|Taxiway stub - Physical Surface</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1538">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL SURFACE DEFICIENCY|Other Physical Surface Deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1549">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|SURFACE MARKING DEFICIENCY|Runway - Surface marking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1550">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|SURFACE MARKING DEFICIENCY|Taxiway - Surface marking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1551">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|SURFACE MARKING DEFICIENCY|Apron - Surface marking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1552">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|SURFACE MARKING DEFICIENCY|Aircraft stand - Surface marking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1553">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|SURFACE MARKING DEFICIENCY|Vehicle parking - Surface marking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1554">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|SURFACE MARKING DEFICIENCY|Vehicle guidance lines - Surface marking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1555">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|SURFACE MARKING DEFICIENCY|Passenger walkway - Surface marking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1556">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|SURFACE MARKING DEFICIENCY|Other Surface marking deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1563">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|WILDLIFE INCURSION|Wildlife Escape</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1564">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|WILDLIFE INCURSION|Wildlife Gained Entry</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1565">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|WILDLIFE INCURSION|Wildlife incursion - reason unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1539">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL OBSTRUCTION|Parking incorrectly</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1540">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL OBSTRUCTION|FOD runway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1541">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL OBSTRUCTION|FOD apron</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1543">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL OBSTRUCTION|Aircraft excursion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1544">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL OBSTRUCTION|Infringement of OLS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1545">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PHYSICAL OBSTRUCTION|Other physical obstruction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1557">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|EQUIPMENT/INSTALLATION DEFICIENCY|HZD not identified</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1558">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|EQUIPMENT/INSTALLATION DEFICIENCY|Runway lighting deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1559">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|EQUIPMENT/INSTALLATION DEFICIENCY|Visual aid deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1560">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|EQUIPMENT/INSTALLATION DEFICIENCY|Apron Floodlighting deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1561">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|EQUIPMENT/INSTALLATION DEFICIENCY|Sign deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1562">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|EQUIPMENT/INSTALLATION DEFICIENCY|Other Equipment/Installation deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1566">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|APRON MANAGEMENT DEFICIENCY|Incorrect use of stand</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1567">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|APRON MANAGEMENT DEFICIENCY|Collision</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1568">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|APRON MANAGEMENT DEFICIENCY|Near Miss</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1987">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PROTECTED SURFACE INFRINGEMENT|Runway Incursion Category A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1988">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PROTECTED SURFACE INFRINGEMENT|Runway Incursion Category B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1542">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PROTECTED SURFACE INFRINGEMENT|Runway Incursion Category C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1989">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PROTECTED SURFACE INFRINGEMENT|Runway Incursion Category D</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1990">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PROTECTED SURFACE INFRINGEMENT|Runway Incursion Category E</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="231">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|EMERGENCY PLAN DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1546">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PUBLIC PROTECTION DEFICIENCY|Inadequate passenger supervision</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1547">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PUBLIC PROTECTION DEFICIENCY|Injury/damage from blast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1548">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|PUBLIC PROTECTION DEFICIENCY|Other Public Protection deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1569">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|GROUND VECHICLE CONTROL DEFICIENCY|Ground vehicle speeding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1570">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|GROUND VECHICLE CONTROL DEFICIENCY|Ground vehicle failure to give way</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1571">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|GROUND VECHICLE CONTROL DEFICIENCY|Inadequate ground vehicle lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1572">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|GROUND VECHICLE CONTROL DEFICIENCY|Insecure ground vehicle load</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1573">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|GROUND VECHICLE CONTROL DEFICIENCY|No ground vehicle licence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1574">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|GROUND VECHICLE CONTROL DEFICIENCY|Other Ground Vehicle Control deficiency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="233">
        <xs:annotation>
          <xs:documentation>Aerodrome Occurrence|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235">
        <xs:annotation>
          <xs:documentation>Dangerous Goods|SPILLAGE/LEAKAGE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="236">
        <xs:annotation>
          <xs:documentation>Dangerous Goods|FUMES/GAS/SMOKE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="237">
        <xs:annotation>
          <xs:documentation>Dangerous Goods|CONTAINER/PACKAGE BREAKAGE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="238">
        <xs:annotation>
          <xs:documentation>Dangerous Goods|MISDECLARATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="239">
        <xs:annotation>
          <xs:documentation>Dangerous Goods|NONDECLARATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240">
        <xs:annotation>
          <xs:documentation>Dangerous Goods|INCORRECT PACKAGING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="241">
        <xs:annotation>
          <xs:documentation>Dangerous Goods|INCORRECT LOADING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="242">
        <xs:annotation>
          <xs:documentation>Dangerous Goods|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="244">
        <xs:annotation>
          <xs:documentation>Bird Hazard|STRIKE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245">
        <xs:annotation>
          <xs:documentation>Bird Hazard|NEAR STRIKE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="247">
        <xs:annotation>
          <xs:documentation>Security Occurrence|SABOTAGE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="248">
        <xs:annotation>
          <xs:documentation>Security Occurrence|HIJACK/UNLAWFUL SEIZURE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="249">
        <xs:annotation>
          <xs:documentation>Security Occurrence|BOMB/DEVICE WARNING/SCARE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250">
        <xs:annotation>
          <xs:documentation>Security Occurrence|UNAUTHORISED/UNLAWFUL ACCESS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="251">
        <xs:annotation>
          <xs:documentation>Security Occurrence|UNAUTHORISED CARRIAGE - WEAPON|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="253">
        <xs:annotation>
          <xs:documentation>Security Occurrence|ACT OF VIOLENCE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1976">
        <xs:annotation>
          <xs:documentation>Security Occurrence|OTHER|Endangering transport</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1977">
        <xs:annotation>
          <xs:documentation>Security Occurrence|OTHER|Suspicious items incidents</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1978">
        <xs:annotation>
          <xs:documentation>Security Occurrence|OTHER|EDD/ETD detection incidents</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1982">
        <xs:annotation>
          <xs:documentation>Cargo Security Incident|UNLAWFUL INTERFERENCE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1984">
        <xs:annotation>
          <xs:documentation>Cargo Security Incident|ITEM DETECTED|Weapon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1985">
        <xs:annotation>
          <xs:documentation>Cargo Security Incident|ITEM DETECTED|Explosive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1986">
        <xs:annotation>
          <xs:documentation>Cargo Security Incident|ITEM DETECTED|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="257">
        <xs:annotation>
          <xs:documentation>Promulgated Information Occurrence|INNACURATE INFORMATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="258">
        <xs:annotation>
          <xs:documentation>Promulgated Information Occurrence|INCOMPLETE INFORMATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="259">
        <xs:annotation>
          <xs:documentation>Promulgated Information Occurrence|AMBIGUOUS INFORMATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="260">
        <xs:annotation>
          <xs:documentation>Promulgated Information Occurrence|PROMULGATION DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="261">
        <xs:annotation>
          <xs:documentation>Promulgated Information Occurrence|OTHER DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="263">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|REGULATORY DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="264">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|AIRCRAFT OPERATIONS DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1991">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|AIRCRAFT MAINTENANCE DEFICIENCY|Suspected unapproved parts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="266">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|AERODROME OPERATIONS DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="267">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|AIR TRAFFIC SERVICES DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="268">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|AERO TELECOMS DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1972">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|SECURITY OPERATIONS DEFICIENCY|PILC Incident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="252">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|SECURITY OPERATIONS DEFICIENCY|Theft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="270">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|DANGEROUS GOODS OPERATIONS DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="271">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|PROMULGATED INFO DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="272">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|METEOROLOGICAL SERVICES DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1434">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|OBJECT IN NAVIGABLE AIRSPACE|Kites/model Aircraft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1435">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|OBJECT IN NAVIGABLE AIRSPACE|Structures</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1436">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|OBJECT IN NAVIGABLE AIRSPACE|Weapons</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1437">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|OBJECT IN NAVIGABLE AIRSPACE|Lights/lasers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1438">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|OBJECT IN NAVIGABLE AIRSPACE|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="273">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|OTHER DEFICIENCY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1995">
        <xs:annotation>
          <xs:documentation>Aviation Related Concern|NOISE COMPLAINT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="276">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|AIRFRAME FAILURE|Initial Failure Of Control Surface</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="277">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|AIRFRAME FAILURE|Initial Failure Of Fuselage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="278">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|AIRFRAME FAILURE|Initial Failure Of Empennage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="279">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|AIRFRAME FAILURE|Initial Failure Of Wing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="280">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|AIRFRAME FAILURE|Initial Failure - Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="281">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|AIRFRAME FAILURE|General Breakup/disintegration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="283">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Aircraft Standing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="284">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Aerodrome Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="285">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Animal (not Bird)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="286">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Bird</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="287">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Chimney/mast/pole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="288">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Ditch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="289">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Embankment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="290">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Fence/fence Post</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="291">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Person</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="292">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Building</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="293">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Approach Lights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="294">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Taxiway/runway Lights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="295">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Tree</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="296">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Vehicle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="297">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Wire/cable/powerline</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="298">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION/STRIKE OBJECT|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="300">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION TERRAIN|Collision Level Terrain/water</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="301">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION TERRAIN|Collision Hill/mountain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="303">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION WITH MOVING AIRCRAFT|Both Aircraft Airborne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="304">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION WITH MOVING AIRCRAFT|One Aircraft Airborne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COLLISION WITH MOVING AIRCRAFT|Both Moving On Ground</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Apu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="308">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Avionics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Brake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="310">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|De-icing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="311">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Doors/panels</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Electrical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="313">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Flight Controls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="314">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Fuel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="316">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Hydraulic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="317">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Instruments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="318">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Navigation System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="319">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Pneumatic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Pressurisation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="321">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Tyre/wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1387">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Main Rotor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1388">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Tail Rotor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1389">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Main Rotor Transmission/gearbox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1390">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Main Rotor Tail Shaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1391">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Tail Rotor Drive Shaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="322">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|COMPONENT/SYSTEM MALFUNCTION|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="324">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Explosive Decompression</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Foreign Object Damage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="326">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Ground Resonance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="327">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Lightning Strike</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="328">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Overstressed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="329">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Struck By Propellor / Rotor / Jet Blast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Sinking Through Surface</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="331">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Struck By Object</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="332">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Struck By Stairs / Equipment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="333">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Turbulence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="334">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Unlawful Act</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|DAMAGE TO AIRCRAFT|Wind</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="337">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|GEAR COLLAPSED/RETRACTED|Main Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="338">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|GEAR COLLAPSED/RETRACTED|Nose Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="339">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|GEAR COLLAPSED/RETRACTED|Complete Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|GEAR COLLAPSED/RETRACTED|Other Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="342">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (AEROPLANE)|Directional Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="343">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (AEROPLANE)|Mush/stall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="344">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (AEROPLANE)|Spin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (AEROPLANE)|Spiral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="346">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (AEROPLANE)|Pitch Control (porpoise)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="349">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (HELICOPTER)|Dynamic Roll-over (heli)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (HELICOPTER)|Inadequate Rotor Rpm (heli)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="351">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (HELICOPTER)|Settling With Power (heli)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="352">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (HELICOPTER)|Uncontrolled Rotation (heli)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="353">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LOSS OF CONTROL (HELICOPTER)|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Uncontained Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="356">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Engine Tearaway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="357">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Fuel Starvation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="358">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Mechanical/engine Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="359">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Non Mechanical Engine Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="360">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Simulated Engine Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="361">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Transmission Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="362">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Driveshaft Failure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="363">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|ENGINE POWER LOSS|Unspecified</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="365">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|PROPELLOR FAILURE|Propellor Separation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="366">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|PROPELLOR FAILURE|Propellor Runaway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="368">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|SEPARATION IN FLIGHT|Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="369">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|SEPARATION IN FLIGHT|Panel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="370">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|SEPARATION IN FLIGHT|Window</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="371">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|SEPARATION IN FLIGHT|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="373">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|FIRE/EXPLOSION/FUMES|Fire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="374">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|FIRE/EXPLOSION/FUMES|Fumes/smoke</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="375">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|FIRE/EXPLOSION/FUMES|Explosion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="376">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|FLIGHT CREW ILLNESS/INCAPACITATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="378">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|INJURIES TO PERSONS|Turbulence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="379">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|INJURIES TO PERSONS|Abrupt Manoeuvre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="380">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|INJURIES TO PERSONS|Struck By Propellor/rotor/jet Blast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="381">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|INJURIES TO PERSONS|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="384">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|PASSENGER/CARGO RELATED OCCURRENCE|Cargo Shifted</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="386">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|TAKE-OFF OR LANDING|Scraped Wingtip/cowling/float</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="387">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|TAKE-OFF OR LANDING|Tail Scrape/overrotation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="388">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|TAKE-OFF OR LANDING|Groundloop/swerve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="390">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Landing Beside Runway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="391">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Undershoot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="392">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Hard Landing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="393">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Overrun</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="394">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Wheels Down Landing On Water</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="395">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Intentional Wheels-up Landing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="396">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Unintentional Wheels Up Landing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="397">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Intent Unknown Wheels-up Landing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="398">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|LANDING OCCURRENCE|Nose Down/overturned</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1638">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|INFLIGHT ICING ENCOUNTER|Moderate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1639">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|INFLIGHT ICING ENCOUNTER|Severe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="404">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405">
        <xs:annotation>
          <xs:documentation>Aircraft Accident|UNKNOWN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="407">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|AIRFRAME FAILURE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Aircraft Standing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="416">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Aerodrome Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="419">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Chimney/mast/pole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Ditch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="421">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Embankment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="422">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Fence/fence Post</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="423">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Person</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="424">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Building</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Approach Lights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="426">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Taxiway/runway Lights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="427">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Tree</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="428">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Vehicle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="429">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Wire/cable/powerline</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION/STRIKE OBJECT|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="432">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION TERRAIN|Collision Level Terrain/water</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="433">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION TERRAIN|Collision Hill/mountain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION WITH MOVING AIRCRAFT|Both Aircraft Airborne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="436">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|COLLISION WITH MOVING AIRCRAFT|One Aircraft Airborne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="464">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|DAMAGE TO AIRCRAFT|Turbulence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="467">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|LOSS OF CONTROL|Directional Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="468">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|LOSS OF CONTROL|Mush/stall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="469">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|LOSS OF CONTROL|Spin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="470">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|LOSS OF CONTROL|Spiral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="471">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|LOSS OF CONTROL|Pitch Control (porpoise)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="472">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|LOSS OF CONTROL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="487">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|FLIGHT CREW ILLNESS/INCAPACITATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="489">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|INJURIES TO PERSONS|Turbulence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="490">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|INJURIES TO PERSONS|Abrupt Manoeuvre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="492">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|INJURIES TO PERSONS|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="502">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="503">
        <xs:annotation>
          <xs:documentation>Hang Glider Accident|UNKNOWN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505">
        <xs:annotation>
          <xs:documentation>Parachute Accident|PARACHUTE FAILURE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="513">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Aircraft Standing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="514">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Aerodrome Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="517">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Chimney/mast/pole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="518">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Ditch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="519">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Embankment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Fence/fence Post</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="521">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Person</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="522">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Building</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="523">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Approach Lights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="524">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Taxiway/runway Lights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Tree</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="526">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Vehicle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="527">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Wire/cable/powerline</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="528">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION/STRIKE OBJECT|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION TERRAIN|Collision Level Terrain/water</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="531">
        <xs:annotation>
          <xs:documentation>Parachute Accident|COLLISION TERRAIN|Collision Hill/mountain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="532">
        <xs:annotation>
          <xs:documentation>Parachute Accident|Collision With Aircraft|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="563">
        <xs:annotation>
          <xs:documentation>Parachute Accident|LOSS OF CONTROL|Directional Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="564">
        <xs:annotation>
          <xs:documentation>Parachute Accident|LOSS OF CONTROL|Mush/stall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="565">
        <xs:annotation>
          <xs:documentation>Parachute Accident|LOSS OF CONTROL|Spin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="566">
        <xs:annotation>
          <xs:documentation>Parachute Accident|LOSS OF CONTROL|Spiral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="567">
        <xs:annotation>
          <xs:documentation>Parachute Accident|LOSS OF CONTROL|Pitch Control (porpoise)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="568">
        <xs:annotation>
          <xs:documentation>Parachute Accident|LOSS OF CONTROL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="583">
        <xs:annotation>
          <xs:documentation>Parachute Accident|FLIGHT CREW ILLNESS/INCAPACITATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="585">
        <xs:annotation>
          <xs:documentation>Parachute Accident|INJURIES TO PERSONS|Turbulence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="586">
        <xs:annotation>
          <xs:documentation>Parachute Accident|INJURIES TO PERSONS|Abrupt Manoeuvre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="587">
        <xs:annotation>
          <xs:documentation>Parachute Accident|INJURIES TO PERSONS|Struck By Propellor/rotor/jet Blast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="588">
        <xs:annotation>
          <xs:documentation>Parachute Accident|INJURIES TO PERSONS|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="598">
        <xs:annotation>
          <xs:documentation>Parachute Accident|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="599">
        <xs:annotation>
          <xs:documentation>Parachute Accident|UNKNOWN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="869">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Compressor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="867">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Distribution System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="868">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Pneumatic Ducting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="873">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Recirculation Fan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="866">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Pressurisation System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="871">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Pressurisation Control System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="870">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Outflow Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="863">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Heating System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="864">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Cooling System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1506">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Temperature Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="865">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Temperature Auto System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1507">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Humidity Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="872">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIR CONDITIONING  - GENERAL|Temperature/pressure Indication</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="838">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|Autopilot / Flight Director System -A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="839">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|Yaw Damper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="840">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|Speed/altitude</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="841">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|Autothrottle/speed Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1509">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|System monitoring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1607">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|Flight Augmentation(FAC)  A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1608">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|Flight Management System (FMS)  A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1609">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|Flight Mngmnt and Guidance System -A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1610">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUTOFLIGHT SYSTEM - GENERAL|Autoland Faults/AFS Fault Isolation A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="829">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Communication - Speech</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="830">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Communication - Data Transmission</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="831">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|UHF Communication</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="919">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Cabin Entertainment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="832">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Cabin Address System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="833">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Interphone System (maint. to cockpit)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="834">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Integrated Audio System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1510">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Audio and Video monitoring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="835">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Cockpit Voice Recorder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="836">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|COMMUNICATION SYSTEMS - GENERAL|Cvr Area Mike</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="774">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Generator Drive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="775">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Constant Speed Drive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="776">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|AC Generation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="777">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|AC Generator/alternator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="778">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|AC Circuit Breaker/fuse</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="779">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Apu Generator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1611">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Integrated Drive Gen System A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="780">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|DC Generation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="781">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|DC Generator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="782">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|DC Regulator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="783">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Battery</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="784">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Ram Air Turbine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="785">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|DC Circuit Breaker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1511">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|External power</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="786">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Distribution AC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="787">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Busbar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="788">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Circuit Breaker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="789">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Relay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1512">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL POWER - GENERAL|Distribution DC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="702">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|COCKPIT FURNISHING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Seat - Pilot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="706">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Seat - Other Flight Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="707">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Shoulder Harness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="700">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|CABIN FURNISHING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="709">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Seat - Pax</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Seatbelt - Pax</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="703">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Carpet/upholstery</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="708">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Seat - Cabin Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="704">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|GALLEY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="711">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Stair/elevator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="713">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Toilet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="701">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|CARGO HOLD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="731">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="712">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Tie Down</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="734">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Cargo Restraint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="735">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Baggage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="733">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Cargo Winch (helicopters)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="732">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Cargo Hook/strop (helicopters)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="714">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|EMERGENCY EQUIPMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="724">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Lifevest/jacket</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="723">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Liferaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="717">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Escape Slide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="719">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Emergency Locator Beacon (elb)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="725">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Smoke Mask/goggles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="716">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Escape Rope</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="721">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|First Aid Equipment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="715">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Crash Axe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="720">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Emergency Radio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="726">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Underwater Sonar Beacon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1513">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|ACCESSORY COMPARTMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1612">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRCRAFT FURNISHING - GENERAL|Insulation A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="888">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Fire Detection</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="890">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Cargo Compartment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="891">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Galley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="892">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Heater</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="893">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Pneumatic Duct</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="896">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Toilet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="894">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Powerplane Fire Warning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="889">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|APU Fire Warning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="897">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Fire Extinguishing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="901">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Powerplant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="899">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Fire Bottle (engine)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="898">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|APU</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="903">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|OtherExtinguishing System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="900">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Portable Fire Extinguisher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1515">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Explosion Suppresion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="902">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FIRE PROTECTION - GENERAL|Indication System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="745">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Aileron and Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="746">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Aileron System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="747">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Aileron Control Column</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="748">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Aileron Trim System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="750">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Rudder and Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="749">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Rudder System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="754">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Rudder Pedal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="752">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Rudder Trim System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="753">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Rudder Feel System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="751">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Yaw Damper System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1516">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Elevator and Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="742">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Elevator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="741">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Elevator Control Column</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="743">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Elevator Trim System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="744">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Elevator Feel System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="759">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Stall Protection System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="760">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Stall Warning System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="761">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Mach Trim</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="762">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Horizontal Stabilisers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="763">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Horizontal Stabiliser Trim</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="756">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Trailing Edge Flap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="757">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Speedbrake/spoilers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="758">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Spoiler System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1517">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Gust Lock and Damper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="764">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Gust Lock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="755">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Lift Augmentation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1613">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AEROPLANE FLIGHT CONTROL - GENERAL|Electrical Flight Control System A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="843">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="861">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Cross Feed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="844">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Anti-ice Additive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="845">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Storage System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="846">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Tank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="854">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel Vent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="859">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Tank Cap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="855">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel Tank Drain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="848">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Filters/screen (tank)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="849">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Filters/screen (distribution)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="850">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel Distribution System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="852">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel Booster Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="847">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Distribution Pipe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="851">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel Selector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="856">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Distribution System Fuel Drain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="857">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Distribution System Water Drain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="853">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel Trim Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="858">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel Jettison/dump System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="860">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Quantity, Pressure Indication</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1614">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUEL SYSTEM - GENERAL|Fuel management A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="791">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Main System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="798">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Reservoir/tank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="794">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Line, Fitting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="797">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="795">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Engine Driven Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="792">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Hydraulic Fluid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="799">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Regulator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="800">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Seal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="801">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Relief Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="802">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|By-pass Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="803">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Auxiliary System - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="796">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Ram Air Turbine (rat)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="793">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|HYDRAULIC SYSTEM - GENERAL|Indicating System (pressure,temperature)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="875">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|De-icing Fluid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="876">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Aerofoil Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="877">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Intake Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="878">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Pitot &amp; Static Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="879">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Window Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="880">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Rain Repellent System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="881">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Windshield Washer System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="882">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Windshield Wiper System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="883">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Antennas and Radomes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="884">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Propellers and Rotors</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="885">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Water Line Ice System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="886">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Ice Detection System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="887">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ICE/RAIN PROTECTION SYSTEM - GENERAL|Indication System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="920">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|RECORDING SYSTEMS|Flight Recorders</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="921">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|RECORDING SYSTEMS|Flight Data Recorder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="922">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|RECORDING SYSTEMS|Maintenance Data Recorder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="923">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|RECORDING SYSTEMS|Central Computer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="924">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|RECORDING SYSTEMS|Central Warnings/master Caution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1519">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|RECORDING SYSTEMS|Automatic Data Reporting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="662">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Main Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="661">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Main LG Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="664">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Nose Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="663">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Nose LG Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="665">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Extend/retract Mechanism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="685">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Up Lock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="686">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Down Lock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="687">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Gear Lever/selector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="666">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Emergency Extension System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="667">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Wheels/brakes - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="668">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Wheels/tires - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="669">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Main LG Wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="670">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Main LG Tire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="672">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Nose LG Wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="673">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Nose LG Tire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="671">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Main LG Axle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="674">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Nose LG Axle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="675">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Brake System - Normal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="688">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Parking Brake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="676">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Brake System - Emergency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="677">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Brake - Antiskid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="689">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Nosewheel Steering</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="678">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|LG Indicating/warning System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1520">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Auxiliary Gear</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="684">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Tail Wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="679">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Float</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="683">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Skid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="718">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Emergency Flotation (helicopter)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="681">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Ski</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="680">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Emergency Float (helicopter)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="682">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LANDING GEAR (LG) - GENERAL|Ski/wheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="908">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Cockpit Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="907">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Cabin Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="932">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Seatbelt/no Smoking Sign</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1521">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Cargo and Service Compartments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="905">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Exterior Lighting - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="913">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Navigation Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="911">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Landing Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="915">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Taxi Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="910">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Ice Inspection Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="906">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Anticollision Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="914">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Strobe Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="912">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Logo Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="909">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|LIGHTING - GENERAL|Emergency Light</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1522">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Flight Environment / ADIRS A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Air Data Computer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="806">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Altimeter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="807">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Altitude Alert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="808">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Airspeed Indicator/machmeter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="809">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Vertical Speed Indicator (VSI-IVSI)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="810">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Flight Management System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1523">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Attitude &amp; Dir / Standby Nav Sys A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="811">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Attitude (gyro/horizon/adi)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="812">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Turn/bank Indicator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="814">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|IS/VOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="813">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Compass (HSI ETS.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1447">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Landing and Taxi Aids</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="815">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Weather Radar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="816">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|INS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="817">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Doppler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="818">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Gpws (ground Proximity Warning System)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="819">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Radio Altimeter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="820">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Satellite Navigation System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1448">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Independent Position Determining</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1449">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Dependent Position Determining</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="821">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|ADF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="822">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|DME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="823">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Transponder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="824">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Loran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="825">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|VLF Navigation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="826">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Position Computing System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1450">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Flight Management Computer System Boeing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="827">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Heads-up Display</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="917">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FLIGHT NAVIGATION SYSTEMS - GENERAL|Airborne Collision Avoidance System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="926">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|OXYGEN SYSTEM - GENERAL|Oxygen System/crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="927">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|OXYGEN SYSTEM - GENERAL|Oxygen System/passenger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="928">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|OXYGEN SYSTEM - GENERAL|Oxygen System/portable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1451">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PNEUMATIC SYSTEMS - GENERAL|Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1452">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PNEUMATIC SYSTEMS - GENERAL|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1453">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|VACUUM SYSTEMS - GENERAL|Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1454">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|VACUUM SYSTEMS - GENERAL|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="930">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DRINKABLE AND WASTE WATER SYSTEM|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1456">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL SYSTEMS - GENERAL|Instrument and Control Panel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1457">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ELECTRICAL SYSTEMS - GENERAL|Equipment Racks</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1616">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|CENTRAL MAINTENANCE COMPUTER (CMC)|CMC System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1617">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|CENTRAL MAINTENANCE COMPUTER (CMC)|CMC Printer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1619">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|INFORMATION SYSTEMS GENERAL A320|Cockpit Information System A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1620">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|INFORMATION SYSTEMS GENERAL A320|Maintenance Information System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1458">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Assembly and cowl</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1459">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Core engine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1460">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Fuel Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1461">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Start/Ignition system</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1462">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Bleed Air System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1463">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Controls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1464">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1465">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Exhaust</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1466">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AUXILIARY POWER - GENERAL|Oil System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="728">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRFRAME STRUCTURE - GENERAL|Redux Bonding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="729">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRFRAME STRUCTURE - GENERAL|Electric Bonding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="730">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRFRAME STRUCTURE - GENERAL|Composite Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1467">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRFRAME STRUCTURE - GENERAL|Processes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1468">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRFRAME STRUCTURE - GENERAL|Materials</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1469">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|AIRFRAME STRUCTURE - GENERAL|Fasteners</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1475">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Passenger/Crew Doors</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="639">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Emergency Exit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="637">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="641">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Service/access</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="640">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Interior</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="642">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Stair</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="643">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Warning System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1470">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Landing Gear Doors</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1621">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|DOORS - GENERAL|Miscellaneous Doors(Rat...) A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Main Frame</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="621">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Bulkhead</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="626">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Longeron/stringer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="622">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Door Frame</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="624">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Floor Beam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1471">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Auxiliary structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="629">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Skin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="625">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Panel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="619">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Attachment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="623">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Fairings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="627">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Nose Cone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="628">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Tail Cone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1622">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Rear Fuselage A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1623">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|FUSELAGE - GENERAL|Attach Fittings A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="634">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|NACELLE/PYLON - GENERAL|Main Structure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="633">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|NACELLE/PYLON - GENERAL|Firewall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1472">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|NACELLE/PYLON - GENERAL|Frames</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="635">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|NACELLE/PYLON - GENERAL|Skin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="631">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|NACELLE/PYLON - GENERAL|Attachment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="632">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|NACELLE/PYLON - GENERAL|Pylon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="651">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|Horizontal Stabiliser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="652">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|Elevator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="653">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|Elevator Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="654">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|Vertical Stabiliser (fin)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="655">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|Rudder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="656">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|Rudder Tab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="657">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|Attachments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="658">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|Fairings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="659">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|STABILISERS - GENERAL|CANARD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="647">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WINDOWS - GENERAL|Cockpit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="646">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WINDOWS - GENERAL|Canopy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="645">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WINDOWS - GENERAL|Cabin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="648">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WINDOWS - GENERAL|Door Window</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="649">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WINDOWS - GENERAL|Inspection Window</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1473">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Centre Wing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="604">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Front Spar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Rear Spar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="606">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Centre Spar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="607">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Spar Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="616">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Strut</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="608">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Rib/stringer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="617">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Bracing Wire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1474">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Outer Wing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="612">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Leading Edge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="613">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Trailing Edge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="614">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Wingtips</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Winglet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="609">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Skin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Attachments</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="690">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Flight Control Surfaces - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="695">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Leading Edge Flap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="696">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Leading Edge Slat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="693">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Flap Vane</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="698">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Trailing Edge Flap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="697">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Speed Brake/spoiler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="611">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Ailerons and Elevons</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1476">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WING - GENERAL|Spoilers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1007">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Propeller Assembly</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1011">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Blade</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1014">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Hub</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1009">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Hub Bolts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1018">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Spinner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1019">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Pitch Change Mechanism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1013">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Fine Pitch Lock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1008">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Propeller Control - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1016">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Pitch Control Unit (incl.  Csu)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="943">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Propeller Control/pitch Lever</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1015">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Synchronisation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1010">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Auto Feather System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1012">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Feather Motor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1017">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Reversing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1020">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Propeller Brake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1021">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|PROPELLER - GENERAL|Propeller Indications</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1125">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|MAIN ROTOR - GENERAL|Blades</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1136">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|MAIN ROTOR - GENERAL|Heads</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1137">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|MAIN ROTOR - GENERAL|Mast/Swashplate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1485">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|MAIN ROTOR - GENERAL|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1486">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|MAIN ROTOR DRIVE - GENERAL|Main Gearbox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1487">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|MAIN ROTOR DRIVE - GENERAL|Transmission Mounts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1488">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|MAIN ROTOR DRIVE - GENERAL|Indicating System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1489">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TAIL ROTOR - GENERAL|Blades</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1490">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TAIL ROTOR - GENERAL|Head</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1491">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TAIL ROTOR - GENERAL|Reserved</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1492">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TAIL ROTOR - GENERAL|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1493">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TAIL ROTOR DRIVE- GENERAL|Drive Shaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1494">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TAIL ROTOR DRIVE- GENERAL|Gearboxes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1495">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TAIL ROTOR DRIVE- GENERAL|Reserved</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1496">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TAIL ROTOR DRIVE- GENERAL|Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1497">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ROTORCRAFT FLIGHT CONTROL - GENERAL|Main Rotor Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1498">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ROTORCRAFT FLIGHT CONTROL - GENERAL|Tail Rotor Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1499">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ROTORCRAFT FLIGHT CONTROL - GENERAL|Servo System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1055">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT INSTALLATION - GENERAL|Cowlings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1031">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT INSTALLATION - GENERAL|Mounts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1032">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT INSTALLATION - GENERAL|Fire Seals</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1500">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT INSTALLATION - GENERAL|Attach Fittings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1501">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT INSTALLATION - GENERAL|Electrical Harness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1502">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT INSTALLATION - GENERAL|Air Intake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1119">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT INSTALLATION - GENERAL|Drains</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1001">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|Reduction Gear &amp; Shaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1503">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|Air Inlet Section (Core Engine)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1504">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|Compressor Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1088">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|Combustion Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1089">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|Outer Casing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1090">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|Liner/flame Tube</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1091">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|Fuel Nozzle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1092">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|TURBINE ENGINE - TURBINE SECTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1102">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|ACCESSORY DRIVE SECTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1505">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE(TURBINE/TURBOPROP) - GENERAL|Bypass Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="964">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Powerplant Fuel Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="969">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Engine Driven Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="974">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Line, Fitting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="976">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Powerplant Fuel Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="970">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel/fluid Cooler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="965">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Powerplant Fuel Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="968">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Carburettor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="975">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Mixture Control Valve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="942">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Mixture Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="966">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel Control Unit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="972">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel Injector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="971">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel Control Computer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="973">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel Trimmer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="937">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Carburettor Heat Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="967">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Powerplant Fuel Indication</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="951">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel Contents</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="952">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel Flow</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="953">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel Pressure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="954">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Fuel Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="947">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT FUEL SYSTEM - GENERAL|Carburettor Air Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="991">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|Ignition - Electrical Supply</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="997">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|Magneto/distributor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="992">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|Ignition - Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="998">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|Spark Plug</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="996">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|Igniter Plug</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="995">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|High Tension Wiring/harness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="993">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|Ignition - Switching</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="999">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|Switch (ignition - Magneto)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="994">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|IGNITION SYSTEM|Ignition - Indications</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1115">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE AIR|Engine Anti-ice A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1116">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE AIR|Cooling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1117">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE AIR|Component Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1118">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE AIR|Engine Air Indications A320</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="936">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE CONTROL - GENERAL|Power Control - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="940">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE CONTROL - GENERAL|Thrust Reverser Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="939">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE CONTROL - GENERAL|High Pressure Cock</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="938">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE CONTROL - GENERAL|Throttle/power Lever</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1477">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Power Indicating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="959">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Rpm (ni, N2, Etc.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="949">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Engine Pressure Ratio (epr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="961">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Torque</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="955">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Manifold Pressure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="945">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Engine Temp. Indications - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="948">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Cylinder Head Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="950">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Exhaust Gas Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="960">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Turbine Inlet Temperature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="946">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Engine Analysers - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="962">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE INDICATIONS - GENERAL|Vibration Indicator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1478">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE EXHAUST SYSTEM|Collector/Nozzle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1061">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE EXHAUST SYSTEM|Exhaust Manifold</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1100">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE EXHAUST SYSTEM|Tail Cone/exhaust Cone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1062">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE EXHAUST SYSTEM|Exhaust Pipe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1101">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE EXHAUST SYSTEM|Jet Pipe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1068">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE EXHAUST SYSTEM|Clamp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1063">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE EXHAUST SYSTEM|Noise Suppression</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1064">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE EXHAUST SYSTEM|Muffler/silencer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1104">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Fan Reverser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1105">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Turbine Reverser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1106">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Clamshell Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1107">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Blocker Door</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1112">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Cascade</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1108">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Actuator - Hydraulic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1109">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Actuator - Pneumatic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1110">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Actuator - Electric</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1111">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Actuator - Mechanical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1069">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Exhaust System Indications</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="958">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE ENGINE - THRUST REVERSER|Reverser Position</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="978">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Engine Oil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="979">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Engine Oil Storage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="988">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Tank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="982">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Filter Cap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="980">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Engine Oil Distribution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="984">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Line/hose/fitting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="987">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Seal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="983">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Filter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="981">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Cooler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="986">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Pump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="989">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Indicating System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="956">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Oil Pressure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="957">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Oil Contents</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="985">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|POWERPLANT LUBRICATION SYSTEM|Chip Detector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1027">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE STARTING|Engine Cranking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1028">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE STARTING|Starter - Electric</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1029">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE STARTING|Starter - Air</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1065">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE (RECIPROCATING ONLY)|Turbocharger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1066">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE (RECIPROCATING ONLY)|Turbo Charger Turbine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1067">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|TURBINE (RECIPROCATING ONLY)|Waste Gate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1122">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|WATER INJECTION SYSTEM|Water-methanol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1025">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ACCESSORY GEARBOXES|Accessory Driveshaft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1480">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE (RECIPROCATING) - GENERAL|Front Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1481">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE (RECIPROCATING) - GENERAL|Power Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1482">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE (RECIPROCATING) - GENERAL|Cylinder Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1483">
        <xs:annotation>
          <xs:documentation>Defect Subjects (ATA100)|ENGINE (RECIPROCATING) - GENERAL|Rear Section</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1163">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Ils</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1164">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Ils Llz</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1165">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Ils Gp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1166">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Ils Marker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1167">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Mls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1168">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Dme</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1169">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Ndb</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1170">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Vor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1446">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Gps</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1583">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Gnss</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1171">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Unknown Navigation Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1172">
        <xs:annotation>
          <xs:documentation>Facility Type|NAVIGATION|Other Navigation Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1174">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Hf Com</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1175">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Vhf Com</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1176">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Uhf Com</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1177">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Aftn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1584">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Satcom</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1585">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Data Link Communication System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1586">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Atis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1587">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Voice Switch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1588">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|National Communications/Data Network</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1178">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Unknown Communications Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1179">
        <xs:annotation>
          <xs:documentation>Facility Type|COMMUNICATIONS|Other Communications Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1181">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Psr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1182">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Ssr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1183">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Fdps</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1184">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Recorder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1589">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Ocs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1590">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Ads</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1591">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Aircat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1592">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Stca</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1593">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Vhfdf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1185">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Unknown Surveillance Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1186">
        <xs:annotation>
          <xs:documentation>Facility Type|SURVEILLANCE|Other Surveillance Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1188">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Approach Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1189">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Vasis/papi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1190">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Stop Bar Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1191">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Taxiway Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1192">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Ramp/apron Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1193">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Sign</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1194">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Parking Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1195">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Obstruction Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1196">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Aerobeacon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1594">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Runway End Identifier Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1595">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Runway Lighting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1596">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Hazard Beacon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1597">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Wind Direction Indicator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1598">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Pilot Activated Lighting Control</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1197">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Unknown Lighting Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1198">
        <xs:annotation>
          <xs:documentation>Facility Type|LIGHTING|Other Lighting Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1200">
        <xs:annotation>
          <xs:documentation>Facility Type|METEOROLOGY|Qnh Source</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1201">
        <xs:annotation>
          <xs:documentation>Facility Type|METEOROLOGY|Wind Speed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1202">
        <xs:annotation>
          <xs:documentation>Facility Type|METEOROLOGY|Wind Direction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1203">
        <xs:annotation>
          <xs:documentation>Facility Type|METEOROLOGY|Rvr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1599">
        <xs:annotation>
          <xs:documentation>Facility Type|METEOROLOGY|Cloud Base</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1600">
        <xs:annotation>
          <xs:documentation>Facility Type|METEOROLOGY|Volmet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1204">
        <xs:annotation>
          <xs:documentation>Facility Type|METEOROLOGY|Unknown Met Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1205">
        <xs:annotation>
          <xs:documentation>Facility Type|METEOROLOGY|Other Met Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1206">
        <xs:annotation>
          <xs:documentation>Facility Type|ELBA|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1602">
        <xs:annotation>
          <xs:documentation>Facility Type|POWER SUPPLY|Mains Power Supply</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1603">
        <xs:annotation>
          <xs:documentation>Facility Type|POWER SUPPLY|Uninterruptable Power Supply</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1604">
        <xs:annotation>
          <xs:documentation>Facility Type|POWER SUPPLY|Standby Generator Power Supply</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1605">
        <xs:annotation>
          <xs:documentation>Facility Type|POWER SUPPLY|Other Power Supply</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1606">
        <xs:annotation>
          <xs:documentation>Facility Type|MISCELLANEOUS|Remote Control/Monitoring System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1209">
        <xs:annotation>
          <xs:documentation>Facility Type|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1208">
        <xs:annotation>
          <xs:documentation>Facility Type|UNKNOWN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1212">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIRCRAFT OPERATOR - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1213">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIRCRAFT OPERATOR - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1214">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIRCRAFT OPERATOR - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1215">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIRCRAFT OPERATOR - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1217">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|TRAINING ORGANISATION - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1218">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|TRAINING ORGANISATION - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1219">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|TRAINING ORGANISATION - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1220">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|TRAINING ORGANISATION - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1222">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MAINTENANCE ORGANISATION - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1223">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MAINTENANCE ORGANISATION - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1224">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MAINTENANCE ORGANISATION - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1225">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MAINTENANCE ORGANISATION - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1227">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MANUFACTURER - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1228">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MANUFACTURER - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1229">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MANUFACTURER - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1230">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MANUFACTURER - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1232">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AERODROME OPERATOR - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1233">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AERODROME OPERATOR - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1234">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AERODROME OPERATOR - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1235">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AERODROME OPERATOR - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1237">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIR TRAFFIC SERVICE PROVIDER - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1238">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIR TRAFFIC SERVICE PROVIDER - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1239">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIR TRAFFIC SERVICE PROVIDER - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1240">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIR TRAFFIC SERVICE PROVIDER - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1242">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AERO TELECOMMS PROVIDER - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1243">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AERO TELECOMMS PROVIDER - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1244">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AERO TELECOMMS PROVIDER - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1245">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AERO TELECOMMS PROVIDER - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1247">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIS PROVIDER|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1248">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIS PROVIDER|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1249">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIS PROVIDER|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1250">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|AIS PROVIDER|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1252">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MET SERVICE PROVIDER - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1253">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MET SERVICE PROVIDER - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1254">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MET SERVICE PROVIDER - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1255">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|MET SERVICE PROVIDER - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1257">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|SECURITY SERVICE PROVIDER - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1258">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|SECURITY SERVICE PROVIDER - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1259">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|SECURITY SERVICE PROVIDER - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1260">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|SECURITY SERVICE PROVIDER - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1262">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|FREIGHT FORWARDER/COURIER - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1263">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|FREIGHT FORWARDER/COURIER - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1264">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|FREIGHT FORWARDER/COURIER - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1265">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|FREIGHT FORWARDER/COURIER - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1267">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|CAA - GENERAL|Ho Management</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1268">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|CAA - GENERAL|Unit Mgmnt/supervisory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1269">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|CAA - GENERAL|Staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1270">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|CAA - GENERAL|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1272">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Pilot-in-command</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1273">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Co-pilot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1274">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Instructor/check Pilot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1275">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Pilot Of Other Aircraft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1276">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Dual Student/pilot Under Check</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1277">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Flight Engineer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1278">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Other Flight Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1279">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Cabin Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1280">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Passenger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1281">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Loader</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1444">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Shipper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1282">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Driver Of Vehicle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1283">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Ground Instructor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1284">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Ramp/line Crewman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1285">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Flight Ops Officer/dispatcher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1286">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Air Traffic Controller</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1287">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Flight Service Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1288">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Meteorological Briefer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1289">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Meteorological Forecaster</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1290">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Telecommunications Technician</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1291">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Aircraft Maintenance Engineer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1292">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Caa Assesor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1293">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Member Of Public</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1294">
        <xs:annotation>
          <xs:documentation>YY Organisation/Person|PERSON|Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1296">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INAPPROPRIATE GOALS OR POLICIES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1297">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|ORGANISATION STRUCTURAL DEFICIENCIES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1298">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE COMMUNICATIONS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1299">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE PLANNING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1300">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE CONTROL AND MONITORING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1301">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|DESIGN  DEFICIENCIES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1302">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE DEFENCES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1303">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|UNSUITABLE MATERIALS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1304">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|UNSUITABLE EQUIPMENT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1305">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE PROCEDURES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1306">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE TRAINING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1307">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|POOR COORDINATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1308">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE SPECIFICATIONS/REQUIREMENTS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1309">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|POOR DECISIONS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1310">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE RESOURCE MANAGEMENT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1311">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|POOR WORK ENVIRONMENT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1312">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|INADEQUATE REGULATION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1313">
        <xs:annotation>
          <xs:documentation>ZZ Organisation Factors|OTHER ORGANISATION FACTOR|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1315">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|TASK UNFAMILIARITY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1316">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|TIME SHORTAGE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1317">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|POOR SIGNAL:NOISE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1318">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|POOR HUMAN-SYSTEM INTERFACE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1319">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|DESIGNER USER MISMATCH|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1320">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|ERROR IRREVERSIBILITY|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1321">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|INFORMATION OVERLOAD|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1322">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|NEGATIVE TASK TRANSFER (HABITS)|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1386">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|TASK OVERLOAD|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1323">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|RISK MISPERCEPTION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1324">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|POOR SYSTEM FEEDBACK|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1325">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|INEXPERIENCE (NOT LACK OF TRAINING)|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1326">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|LACK OF KNOWLEDGE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1327">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|TASK/EDUCATION MISMATCH|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1328">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|POOR INSTRUCTIONS/PROCEDURES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1329">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|INADEQUATE CHECKING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1330">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|HOSTILE ENVIRONMENT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1331">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|OTHER ENVIRONMENTAL FACTOR (EG WEATHER)|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1332">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|INTERPRETATION DIFFICULTIES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1333">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|DISTURBED SLEEP PATTERNS|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1334">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|FATIGUE - OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1335">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|DRUGS/ALCOHOL|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1336">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|VISUAL ILLUSION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1337">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|DISORIENTATION/VERTIGO|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1338">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|PHYSIOLOGICAL OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1339">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|MONOTONY/BOREDOM|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1340">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|LACK OF CONFIDENCE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1341">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|POOR ATTENTION SPAN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1342">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|PSYCHOLOGICAL OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1343">
        <xs:annotation>
          <xs:documentation>ZZ Local Error Factors|OTHER ERROR ENFORCING CONDITION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1345">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|LACK OF SAFETY CULTURE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1346">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|MANAGEMENT/STAFF CONFLICT|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1347">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|POOR MORALE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1348">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|POOR SUPERVISION &amp; CHECKING|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1349">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|GROUP VIOLATION CONDONING ATTITUDE|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1350">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|HAZARD MISPERCEPTION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1351">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|LACK OF MANAGEMENT CARE/CONCERN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1352">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|LACK OF PRIDE IN WORK|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1353">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|RISK TAKING CULTURE ENCOURAGED|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1354">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|COMPLACENCY (IE IT CAN'T HAPPEN)|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1355">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|LEARNED HELPLESSNESS (IE WHO CARES)|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1356">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|PERCEIVED LICENSE TO BEND RULES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1357">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|AGE/SEX FACTOR|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1358">
        <xs:annotation>
          <xs:documentation>ZZ Local Violation Factors|OTHER VIOLATION ENFORCING CONDITION|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1360">
        <xs:annotation>
          <xs:documentation>ZZ Active Failure Factors|PRIMARILY "STRUCTURAL/MECHANICAL"|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1361">
        <xs:annotation>
          <xs:documentation>ZZ Active Failure Factors|STATE CHANGE NOT DETECTED "INFORMATION"|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1362">
        <xs:annotation>
          <xs:documentation>ZZ Active Failure Factors|INACCURATE SYSTEM "DIAGNOSIS"|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1363">
        <xs:annotation>
          <xs:documentation>ZZ Active Failure Factors|INAPPROPRIATE "GOAL"|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1364">
        <xs:annotation>
          <xs:documentation>ZZ Active Failure Factors|INAPPROPRIATE "STRATEGY"|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1365">
        <xs:annotation>
          <xs:documentation>ZZ Active Failure Factors|INAPPROPRIATE "PROCEDURES"|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1366">
        <xs:annotation>
          <xs:documentation>ZZ Active Failure Factors|POOR PROCEDURE "ACTION"|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1385">
        <xs:annotation>
          <xs:documentation>ZZ Active Failure Factors|ACTIONS INCONSISTENT WITH PROCEDURES|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1398">
        <xs:annotation>
          <xs:documentation>Published Information Details|PLANNING MANUAL|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1400">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Intro/gen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1401">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Emerg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1402">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Com</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1403">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Ops</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1404">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart-Arr/Dep Proc Gen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1405">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart - Noise Abatement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1406">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart - Star</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1407">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart - Instr Approach</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1408">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart - Ground Movements</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1409">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart - Visual Docking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1410">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart - Sid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1411">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart - Aerodrome Plate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1412">
        <xs:annotation>
          <xs:documentation>Published Information Details|IFG|Chart - Operational Data</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1414">
        <xs:annotation>
          <xs:documentation>Published Information Details|VFG &amp; VFG HELI|Com</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1415">
        <xs:annotation>
          <xs:documentation>Published Information Details|VFG &amp; VFG HELI|V F R Procedures</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1416">
        <xs:annotation>
          <xs:documentation>Published Information Details|VFG &amp; VFG HELI|S A R</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1417">
        <xs:annotation>
          <xs:documentation>Published Information Details|VFG &amp; VFG HELI|Chart - Operational Data</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1418">
        <xs:annotation>
          <xs:documentation>Published Information Details|VFG &amp; VFG HELI|Chart - Arr/dep Procedures</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1419">
        <xs:annotation>
          <xs:documentation>Published Information Details|VFG &amp; VFG HELI|Chart - Ground Movements</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1420">
        <xs:annotation>
          <xs:documentation>Published Information Details|VFG &amp; VFG HELI|Chart - Noise Abatement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1421">
        <xs:annotation>
          <xs:documentation>Published Information Details|ERC|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1422">
        <xs:annotation>
          <xs:documentation>Published Information Details|VTC|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1423">
        <xs:annotation>
          <xs:documentation>Published Information Details|AREA CHART|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1425">
        <xs:annotation>
          <xs:documentation>Published Information Details|SUPPS|Supp A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1426">
        <xs:annotation>
          <xs:documentation>Published Information Details|SUPPS|Supp B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1427">
        <xs:annotation>
          <xs:documentation>Published Information Details|NOTAM|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1529">
        <xs:annotation>
          <xs:documentation>Published Information Details|Jeppesen|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1530">
        <xs:annotation>
          <xs:documentation>Published Information Details|Airborne Nav System Db|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1531">
        <xs:annotation>
          <xs:documentation>Published Information Details|Company Flight Planning System|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1532">
        <xs:annotation>
          <xs:documentation>Published Information Details|Company Route Guide|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1533">
        <xs:annotation>
          <xs:documentation>Published Information Details|International AIP|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1429">
        <xs:annotation>
          <xs:documentation>Published Information Details|OTHER|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1428">
        <xs:annotation>
          <xs:documentation>Published Information Details|UNKNOWN|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1641">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Airline Operations - Large Aeroplanes|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1642">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Airline Operations - Medium Aeroplanes|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1643">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Airline Operations - Small Aeroplanes|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1644">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Airline Operations - Helicopter|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1645">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Sport Transport|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1646">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Other Commercial Operations - Aeroplane|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1647">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Other Commercial Operations - Helicopter|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1648">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Agricultural Operations - Aeroplane|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1649">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Agricultural Operations - Helicopter|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1650">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Agricultural Operations - Sport|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1651">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Private Operations - Aeroplane|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1652">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Private Operations - Helicopter|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1653">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Private Operations - Sport|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1654">
        <xs:annotation>
          <xs:documentation>Safety Target Group|Other|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1656">
        <xs:annotation>
          <xs:documentation>Aircraft Registration Status|New Zealand Registered|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1657">
        <xs:annotation>
          <xs:documentation>Aircraft Registration Status|Foreign Registered|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1958">
        <xs:annotation>
          <xs:documentation>Aircraft Registration Status|Hang Glider|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1959">
        <xs:annotation>
          <xs:documentation>Aircraft Registration Status|Parachute|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1960">
        <xs:annotation>
          <xs:documentation>Aircraft Registration Status|New Zealand - Not Registered|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1961">
        <xs:annotation>
          <xs:documentation>Aircraft Registration Status|Foreign Registered  New Zealand Resident|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1962">
        <xs:annotation>
          <xs:documentation>Aircraft Registration Status|Not an Aircraft|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1963">
        <xs:annotation>
          <xs:documentation>Aircraft Registration Status|Other|</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:schema>
