Source: https://guides.developer.iata.org/docs/download-the-latest-standards

FlightDeckCrewDistributionElement

A specific allocation in a crew distribution related to flight deck crew.

Properties

Name Description Type Required Generic Enum Ignore
baggageLocation A space designated within a hold that can be containerized/palletized or not. HoldCompartment false false
baggageWithCrewInd True if baggage is with the crew, false otherwise. boolean false false
crewDistribution An Allocation of crew (flight deck and cabin crew) and their baggage to associated locations. CrewDistribution true false
crewQty Number of flight deck crew allocated to the associated location. number false false
flightDeckCrewLocation A Seat location for flight deck crew. FlightDeckCrewLocation true false
seqNumber Sequence of seating for determination of crew distribution. integer false false
{
  "baggageLocation" : {
    "bagSegment" : { },
    "balanceArmAftMeasure" : { },
    "balanceArmCentroidMeasure" : { },
    "balanceArmForwardMeasure" : { },
    "cabinCrewDistributionElement" : [ { } ],
    "cargoHeatingDevice" : [ { } ],
    "cargoVentilationDevice" : [ { } ],
    "combinedLoadLimitation" : [ { } ],
    "flightDeckCrewDistributionElement" : [ { } ],
    "hold" : { },
    "holdCompartmentIdentifier" : "string",
    "lateralArmCentroidMeasure" : { },
    "lateralArmFromMeasure" : { },
    "lateralArmToMeasure" : { },
    "maximumWeightMeasure" : { },
    "uldLoadPosition" : { },
    "volumeMeasure" : { },
    "weightUnitIndexValue" : "number"
  },
  "baggageWithCrewInd" : "boolean",
  "crewDistribution" : {
    "aircraftGroupConfiguration" : { },
    "cabinCrewDistributionElement" : [ { } ],
    "crewDistributionCode" : "string",
    "dowConfiguration" : [ { } ],
    "flightDeckCrewDistributionElement" : [ { } ],
    "remark" : [ { } ]
  },
  "crewQty" : "number",
  "flightDeckCrewLocation" : {
    "aircraftGroupConfiguration" : { },
    "balanceArmCentroidMeasure" : { },
    "flightDeckCrewDistributionElement" : [ { } ],
    "flightDeckCrewLocationIdentifier" : "string",
    "lateralArmCentroidMeasure" : { },
    "seatsQty" : "number",
    "weightUnitIndexValue" : "number"
  },
  "seqNumber" : "integer"
}