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

PaxStatus

A status of a passenger at a particular time during a process.

Properties

Name Description Type Required Generic Enum Ignore
bagActivity A condition in which things are happening or being done to a bag, such as 'scan a bag'. BagActivity true false
boardingStatusCode The code of the passenger's boarding status. BoardingStatusCode false false
securityProfileStatusInd Indicates a passenger may be subject to more extensive security check and is at increased risk to no-show for flight. boolean false false

Referenced By

BagActivity
{
  "bagActivity" : {
    "activityCode" : { },
    "actualDateTime" : "string",
    "aircraftParkingPosition" : { },
    "baggageClaim" : { },
    "baggageProcess" : { },
    "bagSegment" : { },
    "bagStatus" : { },
    "boardingGate" : { },
    "checkInDesk" : { },
    "descText" : "string",
    "handlingAgency" : { },
    "handlingAgent" : { },
    "handlingBay" : { },
    "handlingStation" : { },
    "offStationInd" : "boolean",
    "operatingCarrier" : { },
    "paxStatus" : { },
    "screeningDeviceIdentifier" : "string",
    "screeningMethodCode" : { },
    "seqOrdinal" : "integer",
    "terminal" : { },
    "terminalPier" : { },
    "terminalSatellite" : { }
  },
  "boardingStatusCode" : {
    "boardingStatusCodeEnum" : { }
  },
  "securityProfileStatusInd" : "boolean"
}