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

FuelDistributionStep

A step in the fueling of an aircraft describing the quantities to distribute to each of the corresponding tanks.

Properties

Name Description Type Required Generic Enum Ignore
fuelDistribution A procedure that defines the consecutive steps for fueling an aircraft and the quantities to distribute to each of the corresponding tanks at each step in case a fuel split calculation is required to be performed by the departure control system. FuelDistribution true false
fuelDistributionStepElement A quantity or ratio allocated to a specific tank or set of tanks during a fuel distribution step. array true FuelDistributionStepElement --- false
stepName Name describing the step in the fueling sequence, e.g. 'Fill Wings First', 'Partially Fill Tank A', 'Fill Center Until Full', 'Fill Tank C and D Evenly Until Full'. string false false
stepNumber Identifies the step number in the fueling sequence. integer false false
volumeRangeFromMeasure Minimum fuel quantity volume for the sequence/step. Should be combined with a maximum fuel quantity volume. LiquidVolumeMeasure false false
volumeRangeToMeasure Maximum fuel quantity volume for the sequence/step. Should be combined with a minimum fuel quantity volume. LiquidVolumeMeasure false false
weightRangeFromMeasure Minimum fuel quantity weight for the sequence/step. Should be combined with a maximum fuel quantity weight. WeightMeasure false false
weightRangeToMeasure Maximum fuel quantity weight for the sequence/step. Should be combined with a minimum fuel quantity weight. WeightMeasure false false
{
  "fuelDistribution" : {
    "aircraftGroupConfiguration" : { },
    "conditionName" : "string",
    "fuelDensityMeasure" : { },
    "fuelDensityVolumeUnitCode" : { },
    "fuelDistributionName" : "string",
    "fuelDistributionStep" : [ { } ],
    "maximumVolumeMeasure" : { },
    "maximumWeightMeasure" : { },
    "minimumVolumeMeasure" : { },
    "minimumWeightMeasure" : { },
    "remark" : [ { } ]
  },
  "fuelDistributionStepElement" : [ {
    "fuelDistributionStep" : { },
    "fuelVolumeMeasure" : { },
    "fuelWeightMeasure" : { },
    "ratio" : "number",
    "tankName" : { }
  } ],
  "stepName" : "string",
  "stepNumber" : "integer",
  "volumeRangeFromMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "volumeRangeToMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "weightRangeFromMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "weightRangeToMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  }
}