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

TransportDep

An action or process of leaving of a transport vehicle from any place or location.

Properties

Name Description Type Required Generic Enum Ignore
aircraftParkingPosition A Gate or hard stand where an aircraft may park. AircraftParkingPosition false false
aircraftScheduledDepDateTime The Scheduled Date and Time of Departure of the aircraft at the terminal or departure gate at an airport. string false false
boardingGate An exit/entry from an airport building to an aircraft. Could for example be a boarding gate, arrival gate, departing gate etc. BoardingGate false false
checkIn An action of registering and validating one's readiness to travel. CheckIn false false
checkInDesk A counter in an airport at which a passenger may check in. CheckInDesk false false
datedOperatingLeg A nonstop operation of a transport vehicle between the departure station and the arrival station. Can be used for aircrafts as well as other transport vehicles such as train or bus etc. DatedOperatingLeg true false
depStation A location or facility where air or surface transportation originates, stops and/or terminates, and where passengers and/or cargo can be taken on or off. Station false false
depTerminal A departure and/or arrival building for aircraft, passengers or freight at a station for any transport mode. Terminal false false
handlingBay An infrastructure facility in a recessed or enclosed area for baggage handling. HandlingBay false false
terminalPier A raised structure, including bridge and building supports and walkways, typically supported by widely spread piles or pillars. TerminalPier false false
terminalSatellite A section, open space, or building inside an airport terminal or at its periphery, providing access to the planes through gates. TerminalSatellite false false
{
  "aircraftParkingPosition" : {
    "aircraftParkingPositionIdentifier" : "string",
    "bagActivity" : { },
    "station" : { },
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  },
  "aircraftScheduledDepDateTime" : "string",
  "boardingGate" : {
    "bagActivity" : { },
    "boardingGateIdentifier" : "string",
    "terminal" : { },
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  },
  "checkIn" : {
    "earliestCheckInDateTime" : "string",
    "transportDep" : [ { } ]
  },
  "checkInDesk" : {
    "bagActivity" : { },
    "checkInDeskIdentifier" : "string",
    "terminal" : { },
    "transportDep" : [ { } ]
  },
  "datedOperatingLeg" : {
    "aircraft" : { },
    "cabinCompartment" : [ { } ],
    "carrierAircraftType" : { },
    "changeOfGaugeInd" : "boolean",
    "datedOperatingFlight" : { },
    "datedOperatingLegIdentifier" : "string",
    "datedOperatingSegment" : [ { } ],
    "distanceMeasure" : { },
    "iataAircraftType" : { },
    "inflightService" : [ { } ],
    "onGroundDurationTime" : "string",
    "onwardLeg" : [ { } ],
    "operatingCarrier" : { },
    "paxLeg" : [ { } ],
    "previousLeg" : [ { } ],
    "seatOnLeg" : [ { } ],
    "surfaceTransportVehicle" : { },
    "tailAssignment" : [ { } ],
    "transportArrival" : { },
    "transportDep" : { }
  },
  "depStation" : {
    "affinityArrivalRequest" : [ { } ],
    "affinityDepRequest" : [ { } ],
    "aircraftParkingPosition" : [ { } ],
    "bagActivity" : { },
    "collectionPointTax" : { },
    "destStationDatedOperatingSegment" : [ { } ],
    "destStationOriginDest" : [ { } ],
    "iataLocationCode" : { },
    "originStationDatedOperatingSegment" : [ { } ],
    "originStationOriginDest" : [ { } ],
    "stationCriteria" : { },
    "stationName" : "string",
    "terminal" : [ { } ],
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  },
  "depTerminal" : {
    "bagActivity" : { },
    "baggageClaim" : [ { } ],
    "boardingGate" : [ { } ],
    "checkInDesk" : [ { } ],
    "handlingBay" : [ { } ],
    "iataTerminalCode" : { },
    "station" : { },
    "terminalName" : "string",
    "terminalPier" : [ { } ],
    "terminalSatellite" : [ { } ],
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  },
  "handlingBay" : {
    "bagActivity" : { },
    "handlingBayIdentifier" : "string",
    "terminal" : { },
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  },
  "terminalPier" : {
    "bagActivity" : { },
    "terminal" : { },
    "terminalPierIdentifier" : "string",
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  },
  "terminalSatellite" : {
    "bagActivity" : { },
    "terminal" : { },
    "terminalSatelliteIdentifier" : "string",
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  }
}