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

TippingLimit

An aft limit on the position of the center of gravity of an aircraft depending on its weight to avoid tipping.

Properties

Name Description Type Required Generic Enum Ignore
indexValue Value of the tipping limit expressed in index units. number false false
macPercent Value of the tipping limit expressed as %MAC/RC. number false false
tippingLimitTable A set of related Tipping Limits. TippingLimitTable true false
weightMeasure Operating weight for which the tipping limit applies. WeightMeasure false false

Referenced By

TippingLimitTable
{
  "indexValue" : "number",
  "macPercent" : "number",
  "tippingLimitTable" : {
    "aircraftGroupConfiguration" : { },
    "conditionText" : "string",
    "rangeFromValue" : "number",
    "rangeToValue" : "number",
    "rangeTypeCode" : "string",
    "remark" : [ { } ],
    "tableName" : "string",
    "tippingLimit" : [ { } ]
  },
  "weightMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  }
}