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

FuelDistributionStepElement

A quantity or ratio allocated to a specific tank or set of tanks during a fuel distribution step.

Properties

Name Description Type Required Generic Enum Ignore
fuelDistributionStep A step in the fueling of an aircraft describing the quantities to distribute to each of the corresponding tanks. FuelDistributionStep true false
fuelVolumeMeasure Fuel quantity volume that is included in a specific tank or set of tanks after the fuel distribution step is carried out. LiquidVolumeMeasure false false
fuelWeightMeasure Fuel quantity weight that is included in a specific tank or set of tanks after the fuel distribution step is carried out. WeightMeasure false false
ratio Fuel quantity that is included in a specific tank or set of tanks after the fuel distribution step is carried out, specified as a ratio with respect to other tanks within the fuel distribution step. number false false
tankName A procedure for filling the complete set of tanks (All Tanks) of an aircraft or an individual fuel tank, which might be composite when multiple tanks have been combined under one. FuelingProcedure true false
{
  "fuelDistributionStep" : {
    "fuelDistribution" : { },
    "fuelDistributionStepElement" : [ { } ],
    "stepName" : "string",
    "stepNumber" : "integer",
    "volumeRangeFromMeasure" : { },
    "volumeRangeToMeasure" : { },
    "weightRangeFromMeasure" : { },
    "weightRangeToMeasure" : { }
  },
  "fuelVolumeMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "fuelWeightMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "ratio" : "number",
  "tankName" : {
    "aircraftGroupConfiguration" : { },
    "cumulativeInd" : "boolean",
    "fuelDensityMeasure" : { },
    "fuelDensityVolumeUnitCode" : { },
    "fuelDistributionStepElement" : [ { } ],
    "fuelEffect" : [ { } ],
    "fuelingProcedureName" : "string",
    "maximumFuelDensityMeasure" : { },
    "maximumVolumeMeasure" : { },
    "maximumWeightMeasure" : { },
    "minimumFuelDensityMeasure" : { },
    "remark" : [ { } ],
    "standardInd" : "boolean",
    "tankName" : "string",
    "taxiFuelBurnOrder" : [ { } ]
  }
}