ADD Term | Description |
---|
BagEventCode | Code for an event that happened to a bag (Baggage). Often the event will really be for a BagTag as that is what is scanned, and it is "assumed" that a bag is associated with it. Some events are predefined, see "Legal values" below. Other, system specific, events can be added as needed. |
BagEventTimestamp | Timestamp defining when a BagEventCode occurred. |
BagEventDescription | Descriptive text for an event (BagEventCode) that happened to a bag (Baggage). The descriptions are system specific, and there can be multiple descriptions for the same BagEventCode. |
BagEventAirportIATA | The AirportIATA code associated with the BagEventLocation where a BagEventCode occurred. |
BagEventLocation | The location where a BagEventCode occurred. The location is identified with a text string that is meaningful in the context it is used. The way/codes to identify a location will typically vary across the different implementations. |
BagEventErrorCode | The relevant error code for events that indicate some form of failure, for instance BagRejected, BagSecScreenRejected and BagToBhsBinProblem. Having the error code in a separate element makes it easier to process the different errors. Any description of the error should be in BagEventDescription. |