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

FloorLoadLimitation

A Maximum load acceptable on any m2 (ft2) of an aircraft floor.

Properties

Name Description Type Required Generic Enum Ignore
areaUnitCode Area unit used for area density calculation. When missing the standard aircraft area unit is used. AreaUnitCode false false
balanceArmFromMeasure The balance arm that defines the forward boundary of the zone of the aircraft that is to be considered for the specified area loading. LengthMeasure false false
balanceArmToMeasure The balance arm that defines the aft boundary of the zone of the aircraft that is to be considered for the specified area loading. LengthMeasure 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 false false
floorLoadLimitationTable A Set of related floor load limitations. FloorLoadLimitationTable true false
limitWeightPerAreaMeasure The maximum load permitted per unit of area. WeightMeasure false false
{
  "areaUnitCode" : {
    "areaUnitCodeEnum" : { }
  },
  "balanceArmFromMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "balanceArmToMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "deck" : {
    "aircraftGroupConfiguration" : { },
    "balanceArmAftMeasure" : { },
    "balanceArmForwardMeasure" : { },
    "cabinCompartment" : { },
    "cabinCrewLocation" : [ { } ],
    "cabinSection" : [ { } ],
    "deckCode" : { },
    "floorLoadLimitation" : [ { } ],
    "hold" : [ { } ],
    "lateralArmFromMeasure" : { },
    "lateralArmToMeasure" : { },
    "maximumWeightMeasure" : { },
    "remark" : [ { } ],
    "runningLoadLimitation" : [ { } ],
    "volumeMeasure" : { }
  },
  "floorLoadLimitationTable" : {
    "aircraftGroupConfiguration" : { },
    "conditionText" : "string",
    "floorLoadLimitation" : [ { } ],
    "rangeFromValue" : "number",
    "rangeToValue" : "number",
    "rangeTypeCode" : "string",
    "remark" : [ { } ],
    "tableName" : "string"
  },
  "limitWeightPerAreaMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  }
}