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

BagException

A bag that is excluded from a general statement or does not follow a rule. E.g. a bag that is too heavy for normal process.

Properties

Name Description Type Required Generic Enum Ignore
bag A piece of luggage associated with a passenger, packed for traveling, and necessary or appropriate in connection with a journey. Bag true false
exceptionCode The exception code of the exception control. An exception control is a bag that is excluded from a general statement or does not follow a rule. ExceptionCode false false

Referenced By

Bag
{
  "bag" : {
    "bagDimension" : { },
    "bagException" : [ { } ],
    "bagLocationCity" : { },
    "bagLocationCountry" : { },
    "bagLocationRegion" : { },
    "bagPhysicalProperty" : { },
    "bagPosition" : { },
    "bagSegment" : [ { } ],
    "bagTag" : { },
    "crewMember" : { },
    "pax" : { },
    "service" : { }
  },
  "exceptionCode" : {
    "exceptionCodeEnum" : { }
  }
}