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

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. ...).

Properties

Name Description Type Required Generic Enum Ignore
aircraftGroupConfiguration A Specific Configuration of an Aircraft Group. AircraftGroupConfiguration true false
standardTaxiFuelWeightMeasure Standard fuel weight burned during taxiing. WeightMeasure false false
taxiFuelBurnOrder A tank order for taxi fuel burn. array true TaxiFuelBurnOrder --- false
taxiFuelProcedureName Specific name or description for the taxi fuel procedure, e.g. 'Standard', ''LHR 09L Departures', 'Training Flights', 'Non Standard Fuel distribution'. string false false
{
  "aircraftGroupConfiguration" : {
    "aircraftGroup" : { },
    "asymmetricalLoadLimitationTable" : [ { } ],
    "balanceOutputRequirement" : [ { } ],
    "cabinComponent" : [ { } ],
    "cabinLayout" : { },
    "cargoHeatingDevice" : [ { } ],
    "cargoVentilationDevice" : [ { } ],
    "centerOfGravityLimitTable" : [ { } ],
    "combinedLoadLimitationTable" : [ { } ],
    "crewDistribution" : [ { } ],
    "cumulativeLoadLimitationTable" : [ { } ],
    "curtailmentTable" : [ { } ],
    "deck" : [ { } ],
    "defaultInd" : "boolean",
    "dowConfiguration" : [ { } ],
    "dowItem" : [ { } ],
    "dryOperatingAircraft" : [ { } ],
    "fleetBalanceArmMeasure" : { },
    "fleetIndexValue" : "number",
    "fleetMacPercent" : "number",
    "fleetWeightMeasure" : { },
    "flightDeckCrewLocation" : [ { } ],
    "floorLoadLimitationTable" : [ { } ],
    "fuelDistribution" : [ { } ],
    "fuelingProcedure" : [ { } ],
    "fuelTank" : [ { } ],
    "holdLayout" : { },
    "idealTrimLineTable" : [ { } ],
    "lateralImbalanceLimitTable" : [ { } ],
    "maximumWeightsTable" : [ { } ],
    "minimumWeightsTable" : [ { } ],
    "pantryDistribution" : [ { } ],
    "paxTrimOutputRequirement" : [ { } ],
    "potableWaterDistribution" : [ { } ],
    "potableWaterTank" : [ { } ],
    "runningLoadLimitationTable" : [ { } ],
    "saleableConfiguration" : [ { } ],
    "stabTable" : [ { } ],
    "startWeightTypeCode" : { },
    "supplementaryInfoRequirement" : [ { } ],
    "swa" : [ { } ],
    "taxiFuelProcedure" : [ { } ],
    "tippingLimitTable" : [ { } ]
  },
  "standardTaxiFuelWeightMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "taxiFuelBurnOrder" : [ {
    "ratio" : "number",
    "seqNumber" : "integer",
    "tankName" : { },
    "taxiFuelProcedure" : { }
  } ],
  "taxiFuelProcedureName" : "string"
}