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

CabinCrewDistributionElement

A specific allocation in a crew distribution related to cabin 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
cabinCrewLocation A Seat location for cabin crew. CabinCrewLocation true false
crewDistribution An Allocation of crew (flight deck and cabin crew) and their baggage to associated locations. CrewDistribution true false
crewQty Number of cabin crew allocated to the associated location. number false 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",
  "cabinCrewLocation" : {
    "balanceArmCentroidMeasure" : { },
    "cabinCrewDistributionElement" : [ { } ],
    "cabinCrewLocationIdentifier" : "string",
    "deck" : { },
    "lateralArmCentroidMeasure" : { },
    "seatsQty" : "number",
    "weightUnitIndexValue" : "number"
  },
  "crewDistribution" : {
    "aircraftGroupConfiguration" : { },
    "cabinCrewDistributionElement" : [ { } ],
    "crewDistributionCode" : "string",
    "dowConfiguration" : [ { } ],
    "flightDeckCrewDistributionElement" : [ { } ],
    "remark" : [ { } ]
  },
  "crewQty" : "number",
  "seqNumber" : "integer"
}