Door
A swinging or sliding barrier that will close the entrance to a room or building or vehicle.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
balanceArmAftMeasure |
Linear dimension from the aircraft datum to the aft edge of the door. |
LengthMeasure |
false |
|
|
false |
balanceArmForwardMeasure |
Linear dimension from the aircraft datum to the forward edge of the door. |
LengthMeasure |
false |
|
|
false |
doorIdentifier |
Identifies a door within a hold. E.g. Door 1, Door 2, Door 1L, Door 2R. |
string |
false |
|
|
false |
heightMeasure |
Linear dimension of the height of the door. |
LengthMeasure |
false |
|
|
false |
hold |
A space in an aircraft confined by ceiling, floor, walls and bulkhead, used for carrying load. |
Hold |
true |
|
|
false |
positionCode |
Position of the door; L = Left side of aircraft, R = Right side of aircraft, C = Center of aircraft |
DoorPositionCode |
false |
|
|
false |
{
"balanceArmAftMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"balanceArmForwardMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"doorIdentifier" : "string",
"heightMeasure" : {
"unitCode" : "string",
"value" : "number"
},
"hold" : {
"bagSegment" : { },
"balanceArmAftMeasure" : { },
"balanceArmCentroidMeasure" : { },
"balanceArmForwardMeasure" : { },
"bayGrouping" : [ { } ],
"bulkInd" : "boolean",
"cargoHeatingDevice" : [ { } ],
"cargoVentilationDevice" : [ { } ],
"combinedLoadLimitation" : [ { } ],
"deck" : { },
"door" : [ { } ],
"holdCompartment" : { },
"holdIdentifier" : "string",
"lateralArmCentroidMeasure" : { },
"lateralArmFromMeasure" : { },
"lateralArmToMeasure" : { },
"lock" : [ { } ],
"maximumWeightMeasure" : { },
"noRuleIsZeroInd" : "boolean",
"specialLoadLimitation" : [ { } ],
"uldLoadPosition" : [ { } ],
"volumeMeasure" : { },
"weightUnitIndexValue" : "number"
},
"positionCode" : {
"doorPositionCodeEnum" : { }
}
}