SaleableConfigurationSection
A cabin section information of a saleable configuration.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
balanceArmAftMeasure |
The linear dimension from the aircraft datum to the aft edge of the specified cabin section. Used when graphical representation of each cabin section is available in the supplier's departure control system. |
LengthMeasure |
false |
|
|
false |
balanceArmCentroidMeasure |
The linear dimension from the aircraft datum to the mean point at which the CG influence of all passengers in the cabin section is calculated. |
LengthMeasure |
false |
|
|
false |
balanceArmForwardMeasure |
The linear dimension from the aircraft datum to the forward edge of the specified cabin section. Used when graphical representation of each cabin section is available in the supplier's departure control system. |
LengthMeasure |
false |
|
|
false |
cabinSection |
A Division of the cabin into zones for the purpose of balance. |
CabinSection |
true |
|
|
false |
saleableConfiguration |
A planned utilization layout of aircraft cabin section/zone that is fit or able to be sold. |
SaleableConfiguration |
true |
|
|
false |
saleableConfigurationSectionClassInfo |
A cabin section information of a saleable configuration by cabin type. |
array |
false |
SaleableConfigurationSectionClassInfo |
--- |
false |
seatsQty |
Total number of seats in the specified cabin section. |
number |
false |
|
|
false |
weightUnitIndexValue |
The index influence of one weight unit (as defined under aircraft units) of passenger weight within the specified cabin section, assumed to be located at the mean centroid of passenger seats within the cabin section. |
number |
false |
|
|
false |
{
"balanceArmAftMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"balanceArmCentroidMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"balanceArmForwardMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"cabinSection" : {
"balanceArmAftMeasure" : { },
"balanceArmCentroidMeasure" : { },
"balanceArmForwardMeasure" : { },
"cabinSectionIdentifier" : "string",
"deck" : { },
"endRowNumber" : "integer",
"lateralArmFromMeasure" : { },
"lateralArmToMeasure" : { },
"saleableConfigurationSection" : [ { } ],
"seatRow" : [ { } ],
"startRowNumber" : "integer",
"weightUnitIndexValue" : "number"
},
"saleableConfiguration" : {
"aircraftGroupConfiguration" : { },
"iataAircraftType" : { },
"saleableConfigurationClassInfo" : [ { } ],
"saleableConfigurationIdentifier" : "string",
"saleableConfigurationSection" : [ { } ]
},
"saleableConfigurationSectionClassInfo" : [ {
"cabinType" : { },
"saleableConfigurationSection" : { },
"seatsQty" : "number"
} ],
"seatsQty" : "number",
"weightUnitIndexValue" : "number"
}