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

BayGrouping

A grouping of ULD positions (Stack/String) used as a method of maximizing the ULD capacity of a lower hold by not using intermediate locks.

Properties

Name Description Type Required Generic Enum Ignore
balanceArmAftMeasure The linear dimension from the aircraft datum to the aft edge of the Bay Grouping. Used when graphical representation of each deck is available in the supplier's departure control system. LengthMeasure false false
balanceArmForwardMeasure The linear dimension from the aircraft datum to the forward edge of the Bay Grouping. Used when graphical representation of each deck is available in the supplier's departure control system. LengthMeasure false false
bayGroupingIdentifier Identifies a Bay (ULD) Grouping (String/Stack) in an aircraft. As per AHM565 Bay Groupings are identified by joining the identifiers of the first and last bay in the group separated by a hyphen, e.g. 12L-21L. string false false
colorCode The color coding utilized to identify a specific ULD grouping or configuration. string false false
hold A space in an aircraft confined by ceiling, floor, walls and bulkhead, used for carrying load. Hold true false
lateralArmCentroidMeasure Used where lateral imbalance calculations are required for the aircraft type. Specify values as negative for linear dimensions extending to the left of the aircraft centerline and positive for linear dimensions extending to the right of the aircraft centerline. LengthMeasure false false
lateralArmFromMeasure The linear dimension from the aircraft centerline to the left hand edge of the Bay Grouping. Enter values as negative. LengthMeasure false false
lateralArmToMeasure The linear dimension from the aircraft centerline to the right hand edge of the Bay Grouping. Enter values as positive. LengthMeasure false false
maximumWeightMeasure Maximum permitted weight for the Bay Grouping WeightMeasure false false
missingRestraintRule A restriction on weight applicable when one or more locks are inoperable or missing. array false MissingRestraintRule --- false
uldLoadPosition A subdivision of a containerized/palletized compartment. array true UldLoadPosition --- false
{
  "balanceArmAftMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "balanceArmForwardMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "bayGroupingIdentifier" : "string",
  "colorCode" : "string",
  "hold" : {
    "bagSegment" : { },
    "balanceArmAftMeasure" : { },
    "balanceArmCentroidMeasure" : { },
    "balanceArmForwardMeasure" : { },
    "bayGrouping" : [ { } ],
    "bulkInd" : "boolean",
    "cargoHeatingDevice" : [ { } ],
    "cargoVentilationDevice" : [ { } ],
    "combinedLoadLimitation" : [ { } ],
    "deck" : { },
    "door" : [ { } ],
    "holdCompartment" : { },
    "holdIdentifier" : "string",
    "lateralArmCentroidMeasure" : { },
    "lateralArmFromMeasure" : { },
    "lateralArmToMeasure" : { },
    "lock" : [ { } ],
    "maximumWeightMeasure" : { },
    "noRuleIsZeroInd" : "boolean",
    "specialLoadLimitation" : [ { } ],
    "uldLoadPosition" : [ { } ],
    "volumeMeasure" : { },
    "weightUnitIndexValue" : "number"
  },
  "lateralArmCentroidMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "lateralArmFromMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "lateralArmToMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "maximumWeightMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "missingRestraintRule" : [ {
    "adjacentInd" : "boolean",
    "bayGrouping" : { },
    "emptyUldOnlyInd" : "boolean",
    "lockTypeCode" : "string",
    "missingLockCondition" : [ { } ],
    "missingLockRestriction" : [ { } ],
    "missingQty" : "number",
    "remark" : [ { } ],
    "restrictedWeightMeasure" : { },
    "uldLoadPosition" : { },
    "verticalInd" : "boolean"
  } ],
  "uldLoadPosition" : [ {
    "balanceArmAftMeasure" : { },
    "balanceArmCentroidMeasure" : { },
    "balanceArmForwardMeasure" : { },
    "bayGrouping" : [ { } ],
    "bayLock" : [ { } ],
    "cargoHeatingDevice" : [ { } ],
    "cargoVentilationDevice" : [ { } ],
    "combinedLoadLimitation" : [ { } ],
    "hold" : { },
    "holdCompartment" : { },
    "lateralArmCentroidMeasure" : { },
    "lateralArmFromMeasure" : { },
    "lateralArmToMeasure" : { },
    "maximumWeightMeasure" : { },
    "missingRestraintRule" : [ { } ],
    "specialLoadLimitation" : [ { } ],
    "uld" : { },
    "uldCompatibility" : [ { } ],
    "uldLoadPositionIdentifier" : "string",
    "volumeMeasure" : { },
    "weightUnitIndexValue" : "number"
  } ]
}