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

MissingLockCondition

A condition on number of missing locks per lock type and/or lock position.

Properties

Name Description Type Required Generic Enum Ignore
lockPositionCode Position of lock relative to the ULD position. LockPositionCode false false
lockTypeCode Type of lock (Pallet Lock, Lateral Guide, Fixed End Stop, Center Guide, ...). string false false
missingQty The number of missing or inoperable locks to which the specified reduced maximum weight applies. number false false
missingRestraintRule A restriction on weight applicable when one or more locks are inoperable or missing. MissingRestraintRule true false

Referenced By

MissingRestraintRule
{
  "lockPositionCode" : {
    "lockPositionCodeEnum" : { }
  },
  "lockTypeCode" : "string",
  "missingQty" : "number",
  "missingRestraintRule" : {
    "adjacentInd" : "boolean",
    "bayGrouping" : { },
    "emptyUldOnlyInd" : "boolean",
    "lockTypeCode" : "string",
    "missingLockCondition" : [ { } ],
    "missingLockRestriction" : [ { } ],
    "missingQty" : "number",
    "remark" : [ { } ],
    "restrictedWeightMeasure" : { },
    "uldLoadPosition" : { },
    "verticalInd" : "boolean"
  }
}