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

PotableWaterTank

A tank of potable water located in the cabin.

Properties

Name Description Type Required Generic Enum Ignore
aircraftGroupConfiguration A Specific Configuration of an Aircraft Group. AircraftGroupConfiguration true false
balanceArmAftMeasure The linear dimension from the aircraft datum to the aft edge of the specified tank location. Used when graphical representation of each specified tank location is available in the supplier's departure control system. LengthMeasure false false
balanceArmCentroidMeasure The linear dimension from the aircraft datum to the potable water tank, at which the departure control system will calculate the center of gravity influence of potable water in that tank. LengthMeasure false false
balanceArmForwardMeasure The linear dimension from the aircraft datum to the forward edge of the specified tank location. Used when graphical representation of each specified tank location is available in the supplier's departure control system. LengthMeasure false false
lateralArmCentroidMeasure The lateral position of the water tank. Used when potable water lateral imbalance influence is required to be calculated. LengthMeasure false false
maximumWeightMeasure Maximum weight of water permitted in the specified tank. WeightMeasure false false
potableWaterDistributionElement A specific allocation in a potable water distribution. array false PotableWaterDistributionElement --- false
potableWaterTankName Name or description of the potable water tank. string false false
weightUnitIndexValue Index influence of one weight unit (as defined under aircraft units) of potable water weight located at that location. number 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" : [ { } ]
  },
  "balanceArmAftMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "balanceArmCentroidMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "balanceArmForwardMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "lateralArmCentroidMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "maximumWeightMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "potableWaterDistributionElement" : [ {
    "indexValue" : "number",
    "potableWaterDistribution" : { },
    "potableWaterTank" : { },
    "tankWeightMeasure" : { }
  } ],
  "potableWaterTankName" : "string",
  "weightUnitIndexValue" : "number"
}