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

RunningLoadLimitation

A maximum load acceptable on any given fuselage length of the aircraft floor. Can apply to a specific deck or to all decks at a given location.

Properties

Name Description Type Required Generic Enum Ignore
balanceArmFromMeasure The balance arm that defines the forward boundary of the zone of the aircraft that is to be considered for the specified running load. 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 running load. 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
lengthUnitCode Length unit used for linear density calculation. When missing the standard aircraft length unit is used. LengthUnitCode false false
limitWeightPerDistanceMeasure The maximum load permitted per unit of linear dimension. WeightMeasure false false
runningLoadLimitationTable A set of related running load limitations. RunningLoadLimitationTable true false
{
  "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" : { }
  },
  "lengthUnitCode" : {
    "lengthUnitCodeEnum" : { }
  },
  "limitWeightPerDistanceMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "runningLoadLimitationTable" : {
    "aircraftGroupConfiguration" : { },
    "conditionText" : "string",
    "rangeFromValue" : "number",
    "rangeToValue" : "number",
    "rangeTypeCode" : "string",
    "remark" : [ { } ],
    "runningLoadLimitation" : [ { } ],
    "tableName" : "string"
  }
}