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

CabinLayout

A Planned utilization layout of aircraft cabin section/zone.

Properties

Name Description Type Required Generic Enum Ignore
aircraftGroupConfiguration A Specific Configuration of an Aircraft Group. array false AircraftGroupConfiguration --- false
cabinLayoutClassInfo A Cabin Layout information by cabin type. array false CabinLayoutClassInfo --- false
cabinLayoutIdentifier Identifies the cabin layout (seating configuration) for a given aircraft type e.g. 10C/200Y. string false false
iataAircraftType A Grouping of aircrafts with the same form, function and specification, currently flown, or soon to be flown. Possible types are defined in the IATA SSIM. IataAircraftType true false
{
  "aircraftGroupConfiguration" : [ {
    "aircraftGroup" : { },
    "asymmetricalLoadLimitationTable" : [ { } ],
    "balanceOutputRequirement" : [ { } ],
    "cabinComponent" : [ { } ],
    "cabinLayout" : { },
    "cargoHeatingDevice" : [ { } ],
    "cargoVentilationDevice" : [ { } ],
    "centerOfGravityLimitTable" : [ { } ],
    "combinedLoadLimitationTable" : [ { } ],
    "crewDistribution" : [ { } ],
    "cumulativeLoadLimitationTable" : [ { } ],
    "curtailmentTable" : [ { } ],
    "deck" : [ { } ],
    "defaultInd" : "boolean",
    "dowConfiguration" : [ { } ],
    "dowItem" : [ { } ],
    "dryOperatingAircraft" : [ { } ],
    "fleetBalanceArmMeasure" : { },
    "fleetIndexValue" : "number",
    "fleetMacPercent" : "number",
    "fleetWeightMeasure" : { },
    "flightDeckCrewLocation" : [ { } ],
    "floorLoadLimitationTable" : [ { } ],
    "fuelDistribution" : [ { } ],
    "fuelingProcedure" : [ { } ],
    "fuelTank" : [ { } ],
    "holdLayout" : { },
    "idealTrimLineTable" : [ { } ],
    "lateralImbalanceLimitTable" : [ { } ],
    "maximumWeightsTable" : [ { } ],
    "minimumWeightsTable" : [ { } ],
    "pantryDistribution" : [ { } ],
    "paxTrimOutputRequirement" : [ { } ],
    "potableWaterDistribution" : [ { } ],
    "potableWaterTank" : [ { } ],
    "runningLoadLimitationTable" : [ { } ],
    "saleableConfiguration" : [ { } ],
    "stabTable" : [ { } ],
    "startWeightTypeCode" : { },
    "supplementaryInfoRequirement" : [ { } ],
    "swa" : [ { } ],
    "taxiFuelProcedure" : [ { } ],
    "tippingLimitTable" : [ { } ]
  } ],
  "cabinLayoutClassInfo" : [ {
    "cabinLayout" : { },
    "cabinType" : { },
    "seatsQty" : "number"
  } ],
  "cabinLayoutIdentifier" : "string",
  "iataAircraftType" : {
    "aircraft" : [ { } ],
    "aircraftGroup" : [ { } ],
    "cabinLayout" : [ { } ],
    "carrier" : [ { } ],
    "datedOperatingLeg" : [ { } ],
    "flightCriteria" : { },
    "holdLayout" : [ { } ],
    "iataAircraftGroupCode" : { },
    "iataAircraftTypeCode" : { },
    "manufacturerName" : "string",
    "saleableConfiguration" : [ { } ]
  }
}