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

TaxiFuelBurnOrder

A tank order for taxi fuel burn.

Properties

Name Description Type Required Generic Enum Ignore
ratio Ratio of fuel burn for the specific tank with respect to other tanks for the same sequence. number false false
seqNumber Identifies the tank burning sequence during taxiing. integer 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
taxiFuelProcedure A tank sequence for fuel burn and fuel quantity used during the taxiing of an aircraft depending on certain conditions (Standard, Training Flights, etc. ...). TaxiFuelProcedure true false
{
  "ratio" : "number",
  "seqNumber" : "integer",
  "tankName" : {
    "aircraftGroupConfiguration" : { },
    "cumulativeInd" : "boolean",
    "fuelDensityMeasure" : { },
    "fuelDensityVolumeUnitCode" : { },
    "fuelDistributionStepElement" : [ { } ],
    "fuelEffect" : [ { } ],
    "fuelingProcedureName" : "string",
    "maximumFuelDensityMeasure" : { },
    "maximumVolumeMeasure" : { },
    "maximumWeightMeasure" : { },
    "minimumFuelDensityMeasure" : { },
    "remark" : [ { } ],
    "standardInd" : "boolean",
    "tankName" : "string",
    "taxiFuelBurnOrder" : [ { } ]
  },
  "taxiFuelProcedure" : {
    "aircraftGroupConfiguration" : { },
    "standardTaxiFuelWeightMeasure" : { },
    "taxiFuelBurnOrder" : [ { } ],
    "taxiFuelProcedureName" : "string"
  }
}