BagDimension
A measurable extent of a particular bag, such as length, or height.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
bag |
A piece of luggage associated with a passenger, packed for traveling, and necessary or appropriate in connection with a journey. |
Bag |
true |
|
|
false |
heightMeasure |
A measurement of someone or something from head to foot or from base to top. Measure. Unit. Code must be CMT (centimeters). |
LengthMeasure |
false |
|
|
false |
lengthMeasure |
A measurement or extent of something from end to end; the greater of two or the greatest of three dimensions of an object. Measure. Unit. Code must be CMT (centimeters). |
LengthMeasure |
false |
|
|
false |
widthMeasure |
A measurement or extent of the bag from side to side; the lesser of two or the least of three dimensions of the bag. Unit must be CMT (centimeters). |
LengthMeasure |
false |
|
|
false |
{
"bag" : {
"bagDimension" : { },
"bagException" : [ { } ],
"bagLocationCity" : { },
"bagLocationCountry" : { },
"bagLocationRegion" : { },
"bagPhysicalProperty" : { },
"bagPosition" : { },
"bagSegment" : [ { } ],
"bagTag" : { },
"crewMember" : { },
"pax" : { },
"service" : { }
},
"heightMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"lengthMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"widthMeasure" : {
"unitCode" : "string",
"value" : "number"
}
}