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

CabinCrewLocation

A Seat location for cabin crew.

Properties

Name Description Type Required Generic Enum Ignore
balanceArmCentroidMeasure The linear dimension from the aircraft datum to the cabin crew location, at which the departure control system will calculate the center of gravity influence of crew located at that cabin crew location. LengthMeasure false false
cabinCrewDistributionElement A specific allocation in a crew distribution related to cabin crew. array false CabinCrewDistributionElement --- false
cabinCrewLocationIdentifier Identifies a cabin crew location, e.g. Door 1L, Over wing Exit, Aft Crew Rest, ... string false false
deck A structural floor level. For aircraft having one structural level only, this floor level shall be referred to as the main deck. For aircraft having more than one structural floor level, the different floor levels shall be referred to as 'lower deck', 'main deck' and 'upper deck', starting from bottom to top. Deck true false
lateralArmCentroidMeasure The lateral position of the cabin crew location. Used when crew lateral imbalance influence is required to be calculated, and/or when graphical representation of each crew location is available in the supplier's departure control system. LengthMeasure false false
seatsQty The total number of seats that exist at the specified cabin crew location. number false false
weightUnitIndexValue The index influence of one weight unit (as defined under aircraft units) of crew weight located at that cabin crew location. number false false
{
  "balanceArmCentroidMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "cabinCrewDistributionElement" : [ {
    "baggageLocation" : { },
    "baggageWithCrewInd" : "boolean",
    "cabinCrewLocation" : { },
    "crewDistribution" : { },
    "crewQty" : "number",
    "seqNumber" : "integer"
  } ],
  "cabinCrewLocationIdentifier" : "string",
  "deck" : {
    "aircraftGroupConfiguration" : { },
    "balanceArmAftMeasure" : { },
    "balanceArmForwardMeasure" : { },
    "cabinCompartment" : { },
    "cabinCrewLocation" : [ { } ],
    "cabinSection" : [ { } ],
    "deckCode" : { },
    "floorLoadLimitation" : [ { } ],
    "hold" : [ { } ],
    "lateralArmFromMeasure" : { },
    "lateralArmToMeasure" : { },
    "maximumWeightMeasure" : { },
    "remark" : [ { } ],
    "runningLoadLimitation" : [ { } ],
    "volumeMeasure" : { }
  },
  "lateralArmCentroidMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "seatsQty" : "number",
  "weightUnitIndexValue" : "number"
}