TerminalPier
A raised structure, including bridge and building supports and walkways, typically supported by widely spread piles or pillars.
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 |
false |
|
|
false |
terminal |
A departure and/or arrival building for aircraft, passengers or freight at a station for any transport mode. |
Terminal |
true |
|
|
false |
terminalPierIdentifier |
The identifier of the terminal pier infrastructure facility. |
string |
true |
|
|
false |
transportArrival |
An action or process of arriving of a transport vehicle in any place or location. |
array |
false |
TransportArrival |
--- |
false |
transportDep |
An action or process of leaving of a transport vehicle from any place or location. |
array |
false |
TransportDep |
--- |
false |
{
"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" : { }
},
"terminal" : {
"bagActivity" : { },
"baggageClaim" : [ { } ],
"boardingGate" : [ { } ],
"checkInDesk" : [ { } ],
"handlingBay" : [ { } ],
"iataTerminalCode" : { },
"station" : { },
"terminalName" : "string",
"terminalPier" : [ { } ],
"terminalSatellite" : [ { } ],
"transportArrival" : [ { } ],
"transportDep" : [ { } ]
},
"terminalPierIdentifier" : "string",
"transportArrival" : [ {
"aircraftParkingPosition" : { },
"aircraftScheduledArrivalDateTime" : "string",
"arrivalStation" : { },
"boardingGate" : { },
"checkInDesk" : { },
"datedMarketingSegment" : { },
"datedOperatingLeg" : { },
"handlingBay" : { },
"terminal" : { },
"terminalPier" : { },
"terminalSatellite" : { }
} ],
"transportDep" : [ {
"aircraftParkingPosition" : { },
"aircraftScheduledDepDateTime" : "string",
"boardingGate" : { },
"checkIn" : { },
"checkInDesk" : { },
"datedOperatingLeg" : { },
"depStation" : { },
"depTerminal" : { },
"handlingBay" : { },
"terminalPier" : { },
"terminalSatellite" : { }
} ]
}