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

CrewMember

A Role of an individual person to be a member of a crew.

Properties

Name Description Type Required Generic Enum Ignore
airline An enterprise operating aircrafts for commercial purposes which (i) performs scheduled or non-scheduled air transport services, or both, which are available to the public for carriage of passengers, mail and/or cargo and (ii) is certified for such purposes by the civil aviation authority of the state in which it is established. Airline true false
bag A piece of luggage associated with a passenger, packed for traveling, and necessary or appropriate in connection with a journey. array false Bag --- false
crewMemberIdentifier Identifier of a crew member as assigned by the airline. string false false
individual A single human being as distinct from a group, class, or family. Individual true false

Referenced By

Airline
Individual
Bag
{
  "airline" : {
    "airlineName" : "string",
    "alliance" : [ { } ],
    "bagActivity" : { },
    "bagTag" : { },
    "contactInfo" : [ { } ],
    "crewMember" : [ { } ],
    "datedOperatingLeg" : { },
    "datedOperatingSegment" : [ { } ],
    "desigCode" : { }
  },
  "bag" : [ {
    "bagDimension" : { },
    "bagException" : [ { } ],
    "bagLocationCity" : { },
    "bagLocationCountry" : { },
    "bagLocationRegion" : { },
    "bagPhysicalProperty" : { },
    "bagPosition" : { },
    "bagSegment" : [ { } ],
    "bagTag" : { },
    "crewMember" : { },
    "pax" : { },
    "service" : { }
  } ],
  "crewMemberIdentifier" : "string",
  "individual" : {
    "addlName" : [ { } ],
    "agent" : [ { } ],
    "birthdate" : "string",
    "birthplaceSimpleText" : "string",
    "birthplaceText" : "string",
    "contactInfo" : [ { } ],
    "crewMember" : [ { } ],
    "employee" : [ { } ],
    "genderCode" : { },
    "givenName" : "string",
    "handlingAgency" : [ { } ],
    "identityDoc" : [ { } ],
    "individualIdentifier" : "string",
    "middleName" : "string",
    "nameTypeCode" : { },
    "pax" : [ { } ],
    "payer" : { },
    "suffixName" : "string",
    "surname" : "string",
    "titleName" : "string"
  }
}