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

LangUsage

A Language Code representation.

Properties

Name Description Type Required Generic Enum Ignore
codesetMetadata A Pre-defined code set metadata. CodesetMetadata true false
langCode Language Code representation. Notes: 1. Language code. Example: en, en-US 2. Encoding Schemes: ISO 639-1 Code OR Microsoft National Language Support (NLS) Code 3. Supports ISO 639-1 (two alpha character) neutral language encoding indicated by a name such as 'en' for English. 4. Supports MNLS geographically specific language encoding indicated by a name that includes both locale and country/region information. For example, the locale English (United States) has the language name 'en-US' LangCode false false
pax A person except members of the crew carried or to be carried with the consent of the carrier, on board of any transport vehicle such as aircraft, train, bus, ship. Holds the attributes specific to a one booking, from shopping to fulfillment. Pax true false
responseParameters An information related to how response results should be returned. ResponseParameters true false
text Written or Spoken language description. string false false
{
  "codesetMetadata" : {
    "codesetName" : "string",
    "codesetVersionNumber" : "number",
    "langUsage" : { },
    "metadata" : { },
    "ownerIdentifier" : "string",
    "ownerName" : "string"
  },
  "langCode" : {
    "langCodeEnum" : { }
  },
  "pax" : {
    "ageMeasure" : { },
    "ageOrdinal" : "integer",
    "alacarteofferitem" : [ { } ],
    "bag" : [ { } ],
    "birthdate" : "string",
    "booking" : { },
    "contactInfo" : [ { } ],
    "countryOfCitizenship" : { },
    "countryOfResidence" : { },
    "customerValueNumber" : "number",
    "existingOrderCriteria" : { },
    "fareDetail" : { },
    "foid" : { },
    "identityDoc" : [ { } ],
    "individual" : { },
    "infant" : { },
    "langUsage" : [ { } ],
    "loyaltyProgramAccount" : [ { } ],
    "offeredService" : [ { } ],
    "org" : { },
    "pax" : { },
    "paxGroup" : { },
    "paxIdentifier" : "string",
    "paxSegment" : [ { } ],
    "profileConsentInd" : "boolean",
    "profileIdentifierText" : "string",
    "promotion" : { },
    "ptcCode" : "string",
    "redressCase" : [ { } ],
    "remark" : [ { } ],
    "service" : [ { } ],
    "ticketDocInfo" : { }
  },
  "responseParameters" : {
    "bdc" : { },
    "curParameter" : [ { } ],
    "device" : { },
    "inventoryGuaranteeInd" : "boolean",
    "langUsage" : [ { } ],
    "marketingMessage" : [ { } ],
    "measurementSystemCode" : { },
    "paxGroup" : { },
    "pricingParameter" : { },
    "reasonCode" : "string",
    "securePayerAuthenticationInstructions" : { }
  },
  "text" : "string"
}