Copyright © 2009-2023 Jeppesen. All rights reserved. Your use of the AIM Bookshelf and all supporting documentation is subject to a separate license agreement between you and Jeppesen, a copy of which is included in the zip file or can be obtained from Jeppesen. The AIM Bookshelf is delivered "AS IS" without warranty of any kind and is not guaranteed to be free from errors or defects. You rely on the AIM Bookshelf at your own risk. No support for the AIM Bookshelf is implied through its publication. The AIM Bookshelf is intended solely for use as a reference and examples of interfaces to Jeppesen systems. Jeppesen may revise, update or cease publication at any time, without notice. Building to the specifications set forth in the AIM Bookshelf does not mean that your intended integration needs will be met or that an interface will function as documented. We recommend contacting Jeppesen directly to discuss professional services options with respect to production application integration and validation efforts.

Schema Dispatch.xsd

AIM Bookshelf Click for DP message overviews.
Message ID Associated Complex types 
DP001 DispatchDeskAssignmentType 
DP002 PublishFlightPlanType 
DP003 GetDispatcherDeskListRequestType 
GetDispatcherDeskListResponseType 
DP004 GetFlightReleaseRequestType 
GetFlightReleaseResponseType 
DP005 RetrieveFlightListRequestType 
RetrieveFlightListResponseType 
DP006 CalculationResultRecordType 
DP007 SignFlightReleaseRequestType 
SignFlightReleaseResponseType 
DP008 FlightReleaseSignedQueryRequestType 
FlightReleaseSignedQueryResponseType 
DP009 FlightNoteType 
DP010 SignFlightReleasePublishType 
DP011 FlightPlanRequestType 
FlightPlanResponseType 
DP012 (Publish) RequestAcarsFlightPlanType 
  

complexType AirportCodeCRRType
diagram DPSpec_p1.png
namespace http://www.jeppesen.com/aoc
children iata icao icao other
used by
element AirportCRRType/airport

element AirportCodeCRRType/iata
diagram DPSpec_p2.png
namespace http://www.jeppesen.com/aoc
type IataAirportType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{3} 
annotation
documentation
IATA Airport Code.

element AirportCodeCRRType/icao
diagram DPSpec_p3.png
namespace http://www.jeppesen.com/aoc
type IcaoAirportType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{4} 
annotation
documentation
ICAO Airport Code.

element AirportCodeCRRType/icao
diagram DPSpec_p4.png
namespace http://www.jeppesen.com/aoc
type IcaoAirportType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{4} 
annotation
documentation
ICAO Airport Code.

element AirportCodeCRRType/other
diagram DPSpec_p5.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
annotation
documentation
This represents a customer defined airport. 

complexType AirportCRRType
diagram DPSpec_p6.png
namespace http://www.jeppesen.com/aoc
children airport coordinates elevation
used by
elements CalculationResultRecordType/poaDescription CalculationResultRecordType/podDescription

element AirportCRRType/airport
diagram DPSpec_p7.png
namespace http://www.jeppesen.com/aoc
type AirportCodeCRRType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Airport Code

element AirportCRRType/coordinates
diagram DPSpec_p8.png
namespace http://www.jeppesen.com/aoc
type PointsCoordinatesCRRType
properties
isRef 0
content complex
children latitude longitude
annotation
documentation
Airport geographic location

element AirportCRRType/elevation
diagram DPSpec_p9.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Airport elevation

complexType AlternateAirportsCRRType
diagram DPSpec_p10.png
namespace http://www.jeppesen.com/aoc
children takeOffAlternate alternateLandingAirports
used by
element CalculationResultRecordType/flightPlanAlternateAirports

element AlternateAirportsCRRType/takeOffAlternate
diagram DPSpec_p11.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Populate with IATA only.

element AlternateAirportsCRRType/alternateLandingAirports
diagram DPSpec_p12.png
namespace http://www.jeppesen.com/aoc
type AlternateLandingAirportGroup
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children airport fuel ete distanceToAlternate
annotation
documentation
Alternate airport information. Conditional on selection of alternate airport.

complexType AlternateAirportType
diagram DPSpec_p13.png
namespace http://www.jeppesen.com/aoc
children takeOffAlternate reclearAlternate reclearRequest distanceToAlternate alternateLandingAirports
used by
element PublishFlightPlanType/flightPlanAlternateAirports

element AlternateAirportType/takeOffAlternate
diagram DPSpec_p14.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element AlternateAirportType/reclearAlternate
diagram DPSpec_p15.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element AlternateAirportType/reclearRequest
diagram DPSpec_p16.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Y / N

element AlternateAirportType/distanceToAlternate
diagram DPSpec_p17.png
namespace http://www.jeppesen.com/aoc
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element AlternateAirportType/alternateLandingAirports
diagram DPSpec_p18.png
namespace http://www.jeppesen.com/aoc
type AlternateLandingAirportGroup
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children airport fuel ete distanceToAlternate
annotation
documentation
Alternate airport information. Conditional on selection of alternate airport.

complexType AlternateLandingAirportGroup
diagram DPSpec_p19.png
namespace http://www.jeppesen.com/aoc
children airport fuel ete distanceToAlternate
used by
elements AlternateAirportType/alternateLandingAirports AlternateAirportsCRRType/alternateLandingAirports

element AlternateLandingAirportGroup/airport
diagram DPSpec_p20.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Identification of alternate airport.
Common ICD.

element AlternateLandingAirportGroup/fuel
diagram DPSpec_p21.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Fuel required to alternate airport.
Common ICD.

element AlternateLandingAirportGroup/ete
diagram DPSpec_p22.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
content simple
annotation
documentation
Estimated flying time to alternate airport.

element AlternateLandingAirportGroup/distanceToAlternate
diagram DPSpec_p23.png
namespace http://www.jeppesen.com/aoc
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple

complexType ArrivalAlternatesType
diagram DPSpec_p24.png
namespace http://www.jeppesen.com/aoc
children arrivalAlternateAirports
used by
element ReleasedPlanGroupType/arrivalAlternates

element ArrivalAlternatesType/arrivalAlternateAirports
diagram DPSpec_p25.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other

complexType CalculationResultRecordType
diagram DPSpec_p26.png
namespace http://www.jeppesen.com/aoc
children flightKey userData dispatcherRemarks podDescription poaDescription scenario scheduledDepartureTime status speedSchedule aircraft flightData flightPlanFuel reserveFuel flightPlanRoute mountainDriftdown etpData flightPlanAlternateAirports offToTod arrivalQueue plannedTimes flightPlanWeights reclearData chainedInformation performanceCode atcText atcFiling fmcText costs
used by
element DispatchType/calculationResultRecord
annotation
documentation
DP006 v1 Calculation Result Record

element CalculationResultRecordType/flightKey
diagram DPSpec_p27.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod
annotation
documentation
Basic information to uniquely identify a flight. Common ICD.

element CalculationResultRecordType/userData
diagram DPSpec_p28.png
namespace http://www.jeppesen.com/aoc
type UserDataType
properties
isRef 0
content complex
children userId userName

element CalculationResultRecordType/dispatcherRemarks
diagram DPSpec_p29.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
CDATA

element CalculationResultRecordType/podDescription
diagram DPSpec_p30.png
namespace http://www.jeppesen.com/aoc
type AirportCRRType
properties
isRef 0
content complex
children airport coordinates elevation
annotation
documentation
Point of departure information.

element CalculationResultRecordType/poaDescription
diagram DPSpec_p31.png
namespace http://www.jeppesen.com/aoc
type AirportCRRType
properties
isRef 0
content complex
children airport coordinates elevation
annotation
documentation
Point of arrival information. Common ICD.

element CalculationResultRecordType/scenario
diagram DPSpec_p32.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Flight plan selection code. This is the best plan selection criteria based on company policy.  This is a single character.  Jepp values:  T,F,C,M.    Current FOS values are:  1 = Least Time  (T);  2 = Least Fuel   (F);  3 = Least Cost  (C);  4 = Least Adjusted Cost with adjust factor 1;  5 = Least Adjusted Cost with adjust factor 2;  6 = Least Adjusted Cost with adjust factor 3.

element CalculationResultRecordType/scheduledDepartureTime
diagram DPSpec_p33.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple

element CalculationResultRecordType/status
diagram DPSpec_p34.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
R or D.  R=Released. Update FOS db.  Flight plan thats generated at OFF time.  D=subsequent calculation that is not refiled, updates flight plan of record. 

element CalculationResultRecordType/speedSchedule
diagram DPSpec_p35.png
namespace http://www.jeppesen.com/aoc
type FpRequestSpeedScheduleType
properties
isRef 0
content complex
children primaryCruiseMode primaryCostIndex
annotation
documentation
Selection of Primary Cruise Mode or Primary Cost Index speed. Common ICD.

element CalculationResultRecordType/aircraft
diagram DPSpec_p36.png
namespace http://www.jeppesen.com/aoc
type FpResponseAircraftType
properties
isRef 0
content complex
children equipmentCode aircraftId
annotation
documentation
Aircraft information. Common ICD.

element CalculationResultRecordType/flightData
diagram DPSpec_p37.png
namespace http://www.jeppesen.com/aoc
type FlightDataType
properties
isRef 0
content complex
children flightPlanNumber callSign tripDistance etd taxiOutTime taxiInTime eta ete payload flightLevel flightLevelStep averageWind averageTemp
annotation
documentation
Flight information.

element CalculationResultRecordType/flightPlanFuel
diagram DPSpec_p38.png
namespace http://www.jeppesen.com/aoc
type FlightPlanFuelCRRType
properties
isRef 0
content complex
children fuelReleaseType fuelPolicy ferryFuel adminFuelFerry captainAddFuel captainAddFuelBuffer dispatcherAddFuel dispatcherAddFuelBuffer fuelDensity holdingFuel holdingTime holdingFuelBuffer plannedFuel releaseFuel minTakeoffFuel extraFuel plannedEnrouteFuelBurn additionalEnrouteBurn additionalTaxiBurn additionalMelFuel etpAddFuel alternateFuel ballastFuel taxiIn taxiOut arrival

element CalculationResultRecordType/reserveFuel
diagram DPSpec_p39.png
namespace http://www.jeppesen.com/aoc
type ReserveFuelType
properties
isRef 0
content complex
children b43 domesticReserve internationalReserve enrouteReserve

element CalculationResultRecordType/flightPlanRoute
diagram DPSpec_p40.png
namespace http://www.jeppesen.com/aoc
type RouteSegmentCRRType
properties
isRef 0
content complex
children segmentCheckpoint

element CalculationResultRecordType/mountainDriftdown
diagram DPSpec_p41.png
namespace http://www.jeppesen.com/aoc
type MountainDriftdownType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children hasTerrainClearancePassed wasMountainDriftdownCalc isIcingOnForMountainDriftdown alternateAirport decisionPoint

element CalculationResultRecordType/etpData
diagram DPSpec_p42.png
namespace http://www.jeppesen.com/aoc
type EtpDataCRRType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children equalTimePoints equalTimePointAnalysis equalTimePointDriftdown equalTimePointRule

element CalculationResultRecordType/flightPlanAlternateAirports
diagram DPSpec_p43.png
namespace http://www.jeppesen.com/aoc
type AlternateAirportsCRRType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children takeOffAlternate alternateLandingAirports

element CalculationResultRecordType/offToTod
diagram DPSpec_p44.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Duration of OFF time to top of descent.

element CalculationResultRecordType/arrivalQueue
diagram DPSpec_p45.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Queue time in minutes used in the cost optimization formula. 

element CalculationResultRecordType/plannedTimes
diagram DPSpec_p46.png
namespace http://www.jeppesen.com/aoc
type PlannedTimesType
properties
isRef 0
content complex
children plannedOutTime plannedOffTime plannedOnTime plannedInTime

element CalculationResultRecordType/flightPlanWeights
diagram DPSpec_p47.png
namespace http://www.jeppesen.com/aoc
type FlightPlanWeightsCRRType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children antiIceIndicator rampWeight plannedTOW mTOW mTOWSuffix maxAllowDispatcherOverride maxAllowDispatcherOverrideSuffix mLDW mLDWSuffix mLDWDispatcherOverride mLDWDispatcherOverrideSuffix

element CalculationResultRecordType/reclearData
diagram DPSpec_p48.png
namespace http://www.jeppesen.com/aoc
type ReclearDataType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reclearPointCode isReclearUsedForErsv reclearAlternate reclearRequest originToReclearPointDistance originToReclearPointFuel originToReclearPointTime reclearInitialDestination reclearTas fuelFromReclearPoint timeFromReclearPoint distanceFromReclearPoint fuelFromReclearDestination timeFromReclearDestination distanceFromReclearDestination ersvFuelRequired ersvTimeFromReclearPoint fuelReclearToDestination distanceReclearToDestination ersvFuelFromOrigin ersvTimeFromOrigin fuelFromFinalDestination timeFromFinalDestination distanceFromFinalDestination holdingFuel minimumReclearFuel totalFuelToReclear totalFuelToFinalDestination

element CalculationResultRecordType/chainedInformation
diagram DPSpec_p49.png
namespace http://www.jeppesen.com/aoc
type ChainedFlightsType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children flightKey reason

element CalculationResultRecordType/performanceCode
diagram DPSpec_p50.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
facets
Kind Value annotation 
enumeration 
enumeration 
annotation
documentation
Alternate performance other than normal.  Default = 0=any cruise mode; 1=GDC (for segment of flight)

element CalculationResultRecordType/atcText
diagram DPSpec_p51.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
defines route of flight

element CalculationResultRecordType/atcFiling
diagram DPSpec_p52.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
filing strip CDATA

element CalculationResultRecordType/fmcText
diagram DPSpec_p53.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element CalculationResultRecordType/costs
diagram DPSpec_p54.png
namespace http://www.jeppesen.com/aoc
type CostsType
properties
isRef 0
content complex
children totalCost firCost

complexType ChainedFlightsType
diagram DPSpec_p55.png
namespace http://www.jeppesen.com/aoc
children flightKey reason
used by
element CalculationResultRecordType/chainedInformation

element ChainedFlightsType/flightKey
diagram DPSpec_p56.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod
annotation
documentation
Basic information to uniquely identify a flight. Common ICD.

element ChainedFlightsType/reason
diagram DPSpec_p57.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 
enumeration 
enumeration 
annotation
documentation
Enumerated:  chain for R=Release; F=Fuel; B=Both

complexType CheckpointDataType
diagram DPSpec_p58.png
namespace http://www.jeppesen.com/aoc
children checkpointName checkpointId coordinates altitude windDirection windSpeed temperatureAtAltitude groundSpeed trueAirspeed firId fuelRemaining
used by
element SegmentCheckpointType/checkpointData
annotation
documentation
First checkpoint will always be the POD and the last checkpoint will always be the POA.

element CheckpointDataType/checkpointName
diagram DPSpec_p59.png
namespace http://www.jeppesen.com/aoc
type CheckpointNameType
properties
isRef 0
content complex
children checkpointIdentifier checkpointType countryIcaoCode
annotation
documentation
Checkpoint name.  Includes the named checkpoints - "toc" and "tod".

element CheckpointDataType/checkpointId
diagram DPSpec_p60.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
checkpointId is the same as checkpointIdentifier (in above structure) except if it is a DME fix.

element CheckpointDataType/coordinates
diagram DPSpec_p61.png
namespace http://www.jeppesen.com/aoc
type PointsCoordinatesCRRType
properties
isRef 0
content complex
children latitude longitude
annotation
documentation
Checkpoint Latitude/Longitude

element CheckpointDataType/altitude
diagram DPSpec_p62.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Altitude

element CheckpointDataType/windDirection
diagram DPSpec_p63.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
Degrees

element CheckpointDataType/windSpeed
diagram DPSpec_p64.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
knots

element CheckpointDataType/temperatureAtAltitude
diagram DPSpec_p65.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
Centigrade

element CheckpointDataType/groundSpeed
diagram DPSpec_p66.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
Ground speed

element CheckpointDataType/trueAirspeed
diagram DPSpec_p67.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
True air speed

element CheckpointDataType/firId
diagram DPSpec_p68.png
namespace http://www.jeppesen.com/aoc
type String4to4
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
FIR

element CheckpointDataType/fuelRemaining
diagram DPSpec_p69.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Used if the Flight Planning system performs fuel remaining calculations at checkpoints.

complexType CheckpointNameType
diagram DPSpec_p70.png
namespace http://www.jeppesen.com/aoc
children checkpointIdentifier checkpointType countryIcaoCode
used by
element CheckpointDataType/checkpointName

element CheckpointNameType/checkpointIdentifier
diagram DPSpec_p71.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 13 
annotation
documentation
Values for WaypointId=1-5 char, Fixed DME Id=9; checkpointId used for coordinates.  checkpointIdentifier is the same as checkpointId (below) except if it is a DME fix.

element CheckpointNameType/checkpointType
diagram DPSpec_p72.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration VOR 
enumeration NDB 
enumeration ETP 
enumeration ENT 
enumeration EXT 
enumeration APT 
enumeration TOD 
enumeration TOC 
enumeration DME 
enumeration COR 
enumeration WAY 
annotation
documentation
VOR = VOR checkpoint; NDB = NDB checkpoint; ETP=ETOPS; ENT=either B43 Entrance or ETOPS Entrance;  EXT=B43 Exit or ETOPS Exit; TOD=top of descent; TOC=top of climb, DME=DME fix; COR=coordinates; WAY=424 waypoint

element CheckpointNameType/countryIcaoCode
diagram DPSpec_p73.png
namespace http://www.jeppesen.com/aoc
type String2
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
ICAO country code that represents the country that the waypoint is located

complexType CostsType
diagram DPSpec_p74.png
namespace http://www.jeppesen.com/aoc
children totalCost firCost
used by
element CalculationResultRecordType/costs

element CostsType/totalCost
diagram DPSpec_p75.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
Total cost is in US Dollars

element CostsType/firCost
diagram DPSpec_p76.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Only populated when this is an international flight.  FIR cost is in US Dollars.

complexType CRRFuelQuantityType
diagram DPSpec_p77.png
namespace http://www.jeppesen.com/aoc
type extension of CRRFuelQuantityRestriction
properties
base CRRFuelQuantityRestriction
used by
elements FlightPlanFuelCRRType/arrival FlightPlanFuelCRRType/taxiIn FlightPlanFuelCRRType/taxiOut
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumoptional      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.

attribute CRRFuelQuantityType/@units
type FuelQuantityUnitsEnum
properties
isRef 0
use optional
annotation
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons

attribute CRRFuelQuantityType/@density
type xs:double
properties
isRef 0
annotation
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.

complexType DecisionPointGroupType
diagram DPSpec_p78.png
namespace http://www.jeppesen.com/aoc
children distanceFromOrigin decisionPointText
used by
element MountainDriftdownType/decisionPoint

element DecisionPointGroupType/distanceFromOrigin
diagram DPSpec_p79.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple

element DecisionPointGroupType/decisionPointText
diagram DPSpec_p80.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple

complexType DeskType
diagram DPSpec_p81.png
namespace http://www.jeppesen.com/aoc
children identifier name telephone
used by
elements GetDispatcherDeskListResponseType/desk DispatchDeskFlightLegType/desk

element DeskType/identifier
diagram DPSpec_p82.png
namespace http://www.jeppesen.com/aoc
type String15
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 15 
annotation
documentation

element DeskType/name
diagram DPSpec_p83.png
namespace http://www.jeppesen.com/aoc
type String25
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 25 
annotation
documentation
Dispatcher name, i.e. R. Bova

element DeskType/telephone
diagram DPSpec_p84.png
namespace http://www.jeppesen.com/aoc
type String16
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 16 

complexType DispatchDeskAssignmentType
diagram DPSpec_p85.png
namespace http://www.jeppesen.com/aoc
children flightLegGroup
used by
element DispatchType/dispatchDeskAssignment
annotation
documentation
DP001 v2 Desk Assignment

element DispatchDeskAssignmentType/flightLegGroup
diagram DPSpec_p86.png
namespace http://www.jeppesen.com/aoc
type DispatchDeskFlightLegType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children flightKey desk

complexType DispatchDeskFlightLegType
diagram DPSpec_p87.png
namespace http://www.jeppesen.com/aoc
children flightKey desk
used by
element DispatchDeskAssignmentType/flightLegGroup

element DispatchDeskFlightLegType/flightKey
diagram DPSpec_p88.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod
annotation
documentation
Basic information to uniquely identify a flight. Common ICD.

element DispatchDeskFlightLegType/desk
diagram DPSpec_p89.png
namespace http://www.jeppesen.com/aoc
type DeskType
properties
isRef 0
content complex
children identifier name telephone
annotation
documentation
Dispatch desk.

complexType DispatchType
diagram DPSpec_p90.png
namespace http://www.jeppesen.com/aoc
children dispatchDeskAssignment publishFlightPlan getDispatcherDeskListRequest getDispatcherDeskListResponse getFlightReleaseRequest getFlightReleaseResponse retrieveFlightListRequest retrieveFlightListResponse calculationResultRecord signFlightReleaseRequest signFlightReleaseResponse flightReleaseSignedQueryRequest flightReleaseSignedResponse flightNote signFlightReleasePublish flightPlanRequest flightPlanResponse requestAcarsFlightPlan error
annotation
documentation
Top level type that acts as a container for all Dispatch messages
documentation
Copyright © 2009-2023 Jeppesen.   All rights reserved.
Your use of the AOC Bookshelf and all supporting documentation is subject to a separate license agreement between you and Jeppesen, a copy of which is included in the zip file or can be obtained from Jeppesen.
The AOC Bookshelf is delivered AS IS without warranty of any kind and is not guaranteed to be free from errors or defects.   You rely on the AOC Bookshelf at your own risk.  No support for the AOC Bookshelf is implied through its publication.
The AOC Bookshelf is intended solely for use as a reference and examples of interfaces to Jeppesen systems.  Jeppesen may revise, update or cease publication at any time, without notice.  Building to the specifications set forth in the AOC Bookshelf does not mean that your intended integration needs will be met or that an interface will function as documented.  We recommend contacting Jeppesen directly to discuss professional services options with respect to production application integration and validation efforts.

element DispatchType/dispatchDeskAssignment
diagram DPSpec_p91.png
namespace http://www.jeppesen.com/aoc
type DispatchDeskAssignmentType
properties
isRef 0
content complex
children flightLegGroup
annotation
documentation
DP001 v2 Desk Assignment

element DispatchType/publishFlightPlan
diagram DPSpec_p92.png
namespace http://www.jeppesen.com/aoc
type PublishFlightPlanType
properties
isRef 0
content complex
children userData AccessType gufiId flightKeyChoice tlrRequestId status planStatistics speedSchedule scenario pod poa aircraft flight flightPlanFuel flightPlanRoute flightPlanEqualTimePoints flightPlanAlternateAirports offToTod arrivalQueue holdingTime flightPlanWeights dmiAssociations supportDocs
annotation
documentation
DP002 v9 Publish Flight Plan

element DispatchType/getDispatcherDeskListRequest
diagram DPSpec_p93.png
namespace http://www.jeppesen.com/aoc
type GetDispatcherDeskListRequestType
properties
isRef 0
content complex
children airlineCode
annotation
documentation
DP003 v2 Get Dispatcher Desk List REQUEST

element DispatchType/getDispatcherDeskListResponse
diagram DPSpec_p94.png
namespace http://www.jeppesen.com/aoc
type GetDispatcherDeskListResponseType
properties
isRef 0
content complex
children airlineCode desk
annotation
documentation
DP003 v2 Get Dispatcher List RESPONSE

element DispatchType/getFlightReleaseRequest
diagram DPSpec_p95.png
namespace http://www.jeppesen.com/aoc
type GetFlightReleaseRequestType
properties
isRef 0
content complex
children seeChainedReleases flightKey
annotation
documentation
DP004 v3 Get Flight Release REQUEST

element DispatchType/getFlightReleaseResponse
diagram DPSpec_p96.png
namespace http://www.jeppesen.com/aoc
type GetFlightReleaseResponseType
properties
isRef 0
content complex
children releasedPlanGroup
annotation
documentation
DP004 v3 Get Flight Release RESPONSE

element DispatchType/retrieveFlightListRequest
diagram DPSpec_p97.png
namespace http://www.jeppesen.com/aoc
type RetrieveFlightListRequestType
properties
isRef 0
content complex
children airline dateOfDeparture flightOriginDate pod flightNumber operationalSuffix
annotation
documentation
DP005 vB Retrieve Flight List REQUEST

element DispatchType/retrieveFlightListResponse
diagram DPSpec_p98.png
namespace http://www.jeppesen.com/aoc
type RetrieveFlightListResponseType
properties
isRef 0
content complex
children flightList
annotation
documentation
DP005 vB Retrieve Flight List RESPONSE

element DispatchType/calculationResultRecord
diagram DPSpec_p99.png
namespace http://www.jeppesen.com/aoc
type CalculationResultRecordType
properties
isRef 0
content complex
children flightKey userData dispatcherRemarks podDescription poaDescription scenario scheduledDepartureTime status speedSchedule aircraft flightData flightPlanFuel reserveFuel flightPlanRoute mountainDriftdown etpData flightPlanAlternateAirports offToTod arrivalQueue plannedTimes flightPlanWeights reclearData chainedInformation performanceCode atcText atcFiling fmcText costs
annotation
documentation
DP006 v1 Calculation Result Record

element DispatchType/signFlightReleaseRequest
diagram DPSpec_p100.png
namespace http://www.jeppesen.com/aoc
type SignFlightReleaseRequestType
properties
isRef 0
content complex
children signReleaseGroup
annotation
documentation
DP007 v1 Sign Flight Release REQUEST

element DispatchType/signFlightReleaseResponse
diagram DPSpec_p101.png
namespace http://www.jeppesen.com/aoc
type SignFlightReleaseResponseType
properties
isRef 0
content complex
children signFlightReleaseResponseGroup
annotation
documentation
DP007 v1 Sign Flight Release RESPONSE

element DispatchType/flightReleaseSignedQueryRequest
diagram DPSpec_p102.png
namespace http://www.jeppesen.com/aoc
type FlightReleaseSignedQueryRequestType
properties
isRef 0
content complex
children flightReleaseSignedQueryRequestGroup
annotation
documentation
DP008 v1 Flight Release Signed Query REQUEST

element DispatchType/flightReleaseSignedResponse
diagram DPSpec_p103.png
namespace http://www.jeppesen.com/aoc
type FlightReleaseSignedQueryResponseType
properties
isRef 0
content complex
children flightReleaseSignedResponseGroup
annotation
documentation
DP008 v1 Flight Release Signed RESPONSE

element DispatchType/flightNote
diagram DPSpec_p104.png
namespace http://www.jeppesen.com/aoc
type FlightNoteType
properties
isRef 0
content complex
children flightKey noteStartTime noteEndTime noteCategory typeOfNote appendText noteText
annotation
documentation
DP009 v1 Flight Note PUBLISH company arrival control

element DispatchType/signFlightReleasePublish
diagram DPSpec_p105.png
namespace http://www.jeppesen.com/aoc
type SignFlightReleasePublishType
properties
isRef 0
content complex
children signFlightRelease
annotation
documentation
DP010 v1 Sign Flight Release PUBLISH

element DispatchType/flightPlanRequest
diagram DPSpec_p106.png
namespace http://www.jeppesen.com/aoc
type FlightPlanRequestType
properties
isRef 0
content complex
children userData uniqueId fmcFlightNumber flightIdentInfo poa aircraftId equipmentCode
annotation
documentation
DP011 vB Flight Plan  or 702A Uplink Request

element DispatchType/flightPlanResponse
diagram DPSpec_p107.png
namespace http://www.jeppesen.com/aoc
type FlightPlanResponseType
properties
isRef 0
content complex
children uniqueId fmcFlightNumber flightIdentInfo poa aircraftId estimatedTimeEnroute etd flightPlanDocsType error
annotation
documentation
DP011 vB Flight Plan  or 702A Uplink Response

element DispatchType/requestAcarsFlightPlan
diagram DPSpec_p108.png
namespace http://www.jeppesen.com/aoc
type RequestAcarsFlightPlanType
properties
isRef 0
content complex
children uniqueId flightKey
annotation
documentation
DP012 vA  Request ACARS Flight Plan PUBLISH

element DispatchType/error
diagram DPSpec_p109.png
namespace http://www.jeppesen.com/aoc
type ErrorType
properties
isRef 0
content complex
children code information

complexType EqualTimePointsType
diagram DPSpec_p110.png
namespace http://www.jeppesen.com/aoc
children equalTimePoints equalTimePointAnalysis equalTimePointDriftdown
used by
element PublishFlightPlanType/flightPlanEqualTimePoints

element EqualTimePointsType/equalTimePoints
diagram DPSpec_p111.png
namespace http://www.jeppesen.com/aoc
type FpResponseEtpType
properties
isRef 0
content complex
children etp
annotation
documentation
Equal time point information. Conditional based on flight plan request. Common ICD.

element EqualTimePointsType/equalTimePointAnalysis
diagram DPSpec_p112.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
Y (on) indicates Equal Time Point Analysis was performed.  N (off) indicates Equal Time Point analysis not applicable. 

element EqualTimePointsType/equalTimePointDriftdown
diagram DPSpec_p113.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
ETP driftdown descriptive indicator.  Y (on) indicates 180 minute rule applies.  N (off) indicates 180 minute rule does not apply.

complexType ErrorGroupType
diagram DPSpec_p114.png
namespace http://www.jeppesen.com/aoc
children flightKey errorText

element ErrorGroupType/flightKey
diagram DPSpec_p115.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element ErrorGroupType/errorText
diagram DPSpec_p116.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple

complexType EtpDataCRRType
diagram DPSpec_p117.png
namespace http://www.jeppesen.com/aoc
children equalTimePoints equalTimePointAnalysis equalTimePointDriftdown equalTimePointRule
used by
element CalculationResultRecordType/etpData

element EtpDataCRRType/equalTimePoints
diagram DPSpec_p118.png
namespace http://www.jeppesen.com/aoc
type EtpNameCRRType
properties
isRef 0
content complex
children etp
annotation
documentation
Equal time point information. Conditional based on flight plan request.

element EtpDataCRRType/equalTimePointAnalysis
diagram DPSpec_p119.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
Y (on) indicates Equal Time Point Analysis was performed.  N (off) indicates Equal Time Point analysis not applicable. 

element EtpDataCRRType/equalTimePointDriftdown
diagram DPSpec_p120.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
ETP driftdown descriptive indicator.  Y (on) indicates 180 minute rule applies.  N (off) indicates 180 minute rule does not apply.

element EtpDataCRRType/equalTimePointRule
diagram DPSpec_p121.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 207 
enumeration 90 
enumeration 120 
enumeration 180 
annotation
documentation
The rule by which this calculation was based.

complexType EtpNameCRRType
diagram DPSpec_p122.png
namespace http://www.jeppesen.com/aoc
children etp
used by
element EtpDataCRRType/equalTimePoints

element EtpNameCRRType/etp
diagram DPSpec_p123.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children checkpointId coordinates forwardAirport backwardAirport fuelOnBoard fuelBurnToAlternate
attributes
Name  Type  Use  Default  Fixed  annotation
orderInteger1to1000required      
documentation
Preserve ETP order

attribute EtpNameCRRType/etp/@order
type Integer1to1000
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000 
annotation
documentation
Preserve ETP order

element EtpNameCRRType/etp/checkpointId
diagram DPSpec_p124.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 

element EtpNameCRRType/etp/coordinates
diagram DPSpec_p125.png
namespace http://www.jeppesen.com/aoc
type PointsCoordinatesCRRType
properties
isRef 0
content complex
children latitude longitude
annotation
documentation
Checkpoint Latitude/Longitude; read only

element EtpNameCRRType/etp/forwardAirport
diagram DPSpec_p126.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Forward equal time point

element EtpNameCRRType/etp/backwardAirport
diagram DPSpec_p127.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Backward equal time point

element EtpNameCRRType/etp/fuelOnBoard
diagram DPSpec_p128.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
fuel on board at the etp point

element EtpNameCRRType/etp/fuelBurnToAlternate
diagram DPSpec_p129.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
critical fuel burn to alternate

complexType FlightDataType
diagram DPSpec_p130.png
namespace http://www.jeppesen.com/aoc
children flightPlanNumber callSign tripDistance etd taxiOutTime taxiInTime eta ete payload flightLevel flightLevelStep averageWind averageTemp
used by
element CalculationResultRecordType/flightData

element FlightDataType/flightPlanNumber
diagram DPSpec_p131.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Jeppesen Flight Plan number as is shown on GUI

element FlightDataType/callSign
diagram DPSpec_p132.png
namespace http://www.jeppesen.com/aoc
type CallSignType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Call sign

element FlightDataType/tripDistance
diagram DPSpec_p133.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Trip distance from origin to final destination

element FlightDataType/etd
diagram DPSpec_p134.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Estimated time of departure

element FlightDataType/taxiOutTime
diagram DPSpec_p135.png
namespace http://www.jeppesen.com/aoc
type Duration0to180Minutes
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive PT0M 
maxInclusive PT180M 
annotation
documentation
Airport taxi out time in minutes

element FlightDataType/taxiInTime
diagram DPSpec_p136.png
namespace http://www.jeppesen.com/aoc
type Duration0to180Minutes
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive PT0M 
maxInclusive PT180M 
annotation
documentation
Airport taxi in time in minutes

element FlightDataType/eta
diagram DPSpec_p137.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Estimated time of arrival

element FlightDataType/ete
diagram DPSpec_p138.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:duration
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive PT0H 
maxInclusive PT48H 
annotation
documentation
Time enroute in hours. Duration.

element FlightDataType/payload
diagram DPSpec_p139.png
namespace http://www.jeppesen.com/aoc
type PayloadWeightType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms
annotation
documentation
Payload.  Always include unless asking for payload calculation

element FlightDataType/flightLevel
diagram DPSpec_p140.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Flight level altitude.  This is the first flight level achieved.  If multiple flight levels are used, they are added using flightLevelStep.

element FlightDataType/flightLevelStep
diagram DPSpec_p141.png
namespace http://www.jeppesen.com/aoc
type FlightLevelStepType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children flightLevelStepCheckpoints
annotation
documentation
Checkpoints and flight levels for a step flight.

element FlightDataType/averageWind
diagram DPSpec_p142.png
namespace http://www.jeppesen.com/aoc
type SpeedType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -400 
maxInclusive 400 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsSpeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
annotation
documentation
Average route wind speed

element FlightDataType/averageTemp
diagram DPSpec_p143.png
namespace http://www.jeppesen.com/aoc
type TemperatureType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -459 
maxInclusive 373 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsTemperatureUnitsEnumTyperequired      
documentation
C = Celcius
F = Fahrenheit
K = Kelvin
annotation
documentation
Average route temperature.  (ISA temperature)

complexType FlightLevelStepCheckpointType
diagram DPSpec_p144.png
namespace http://www.jeppesen.com/aoc
children checkpointId flightLevel
used by
element FlightLevelStepType/flightLevelStepCheckpoints

element FlightLevelStepCheckpointType/checkpointId
diagram DPSpec_p145.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 

element FlightLevelStepCheckpointType/flightLevel
diagram DPSpec_p146.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Flight level altitude

complexType FlightLevelStepType
diagram DPSpec_p147.png
namespace http://www.jeppesen.com/aoc
children flightLevelStepCheckpoints
used by
element FlightDataType/flightLevelStep

element FlightLevelStepType/flightLevelStepCheckpoints
diagram DPSpec_p148.png
namespace http://www.jeppesen.com/aoc
type FlightLevelStepCheckpointType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children checkpointId flightLevel

complexType FlightListGroupType
diagram DPSpec_p149.png
namespace http://www.jeppesen.com/aoc
children flightKey callSign poa etd eta
used by
element FlightListType/flightListGroup

element FlightListGroupType/flightKey
diagram DPSpec_p150.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod
annotation
documentation
Basic information to uniquely identify a flight.
Common ICD.

element FlightListGroupType/callSign
diagram DPSpec_p151.png
namespace http://www.jeppesen.com/aoc
type CallSignType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
ATC call sign for the flight.  Common ICD.

element FlightListGroupType/poa
diagram DPSpec_p152.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Arrival airport.  Common ICD.

element FlightListGroupType/etd
diagram DPSpec_p153.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Estimated time of departure

element FlightListGroupType/eta
diagram DPSpec_p154.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Estimated time of arrival

complexType FlightListType
diagram DPSpec_p155.png
namespace http://www.jeppesen.com/aoc
children flightListGroup
used by
element RetrieveFlightListResponseType/flightList

element FlightListType/flightListGroup
diagram DPSpec_p156.png
namespace http://www.jeppesen.com/aoc
type FlightListGroupType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children flightKey callSign poa etd eta

complexType FlightNoteType
diagram DPSpec_p157.png
namespace http://www.jeppesen.com/aoc
children flightKey noteStartTime noteEndTime noteCategory typeOfNote appendText noteText
used by
element DispatchType/flightNote
annotation
documentation
DP009 v1 Flight Note (aka company arrival control)  PUBLISH

element FlightNoteType/flightKey
diagram DPSpec_p158.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element FlightNoteType/noteStartTime
diagram DPSpec_p159.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightNoteType/noteEndTime
diagram DPSpec_p160.png
namespace http://www.jeppesen.com/aoc
type NoteEndTimeType
properties
isRef 0
content complex
children noteEndTime ufn

element FlightNoteType/noteCategory
diagram DPSpec_p161.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple

element FlightNoteType/typeOfNote
diagram DPSpec_p162.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple

element FlightNoteType/appendText
diagram DPSpec_p163.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
True if note text is to be appended.  False if note text is to be replaced.

element FlightNoteType/noteText
diagram DPSpec_p164.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple

complexType FlightPlanDocsType
diagram DPSpec_p165.png
namespace http://www.jeppesen.com/aoc
children flightPlanA633Format flightRelease flightPlanNotes uplink702A dmiAssociations
used by
element FlightPlanResponseType/flightPlanDocsType

element FlightPlanDocsType/flightPlanA633Format
diagram DPSpec_p166.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Flight Plan in ARINC 633 strawman version 25 format.  Flight Plan is  wrapped in CDATA tags.

element FlightPlanDocsType/flightRelease
diagram DPSpec_p167.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The customer's flight release wrapped in CDATA tags.

element FlightPlanDocsType/flightPlanNotes
diagram DPSpec_p168.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Dispatcher flight plan notes.

element FlightPlanDocsType/uplink702A
diagram DPSpec_p169.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
702A formatted uplink data, wrapped in CDATA tags.

element FlightPlanDocsType/dmiAssociations
diagram DPSpec_p170.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children primaryDmi

element FlightPlanDocsType/dmiAssociations/primaryDmi
diagram DPSpec_p171.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ataCode dmiClass controlNumber melEnabled multiplier effectiveTime typeDmiDuration dmiDurationTime position comments secondaryDmi
annotation
documentation
The top, first level of the  hierarchical relationship structure, i.e. parent.

element FlightPlanDocsType/dmiAssociations/primaryDmi/ataCode
diagram DPSpec_p172.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
nillable false
annotation
documentation
ATA or unique identifier for the DMI.  If the ATA code is not used as the unique identifier (e.g. JetPlan), then this field is used to input the unique customer defined identifier.

element FlightPlanDocsType/dmiAssociations/primaryDmi/dmiClass
diagram DPSpec_p173.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration MEL 
enumeration CDL 
enumeration NEF 
enumeration DMI 
enumeration SEL 
annotation
documentation
MEL – Minimum Equipment List
CDL – Configuration Deviation List
NEF - Nonessential Equipment and Furnishings (previously known as PDL - Priority Deferral List)
DMI – Deferred Maintenance Item
SEL - Special Equipment List

element FlightPlanDocsType/dmiAssociations/primaryDmi/controlNumber
diagram DPSpec_p174.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Control number issued for the DMI

element FlightPlanDocsType/dmiAssociations/primaryDmi/melEnabled
diagram DPSpec_p175.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Boolean:  was this MEL enabled by the dispatcher?  true=1= Enabled; false=0 = Disabled. If "melEnabled" tags are not included in the xml, then this DMI has been assigned to aircraft and accepted by the dispatcher, and any degradations have been applied to the Flight Plan.

element FlightPlanDocsType/dmiAssociations/primaryDmi/multiplier
diagram DPSpec_p176.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 99 
annotation
documentation
Defines the number of times the DMI degradation must be applied in the flight plan computation.

element FlightPlanDocsType/dmiAssociations/primaryDmi/effectiveTime
diagram DPSpec_p177.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Time that the date and time DMI assignment takes effect.

element FlightPlanDocsType/dmiAssociations/primaryDmi/typeDmiDuration
diagram DPSpec_p178.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanDocsType/dmiAssociations/primaryDmi/dmiDurationTime
diagram DPSpec_p179.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Identifies the duration of the DMI

element FlightPlanDocsType/dmiAssociations/primaryDmi/position
diagram DPSpec_p180.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Position of the DMI on the aircraft.  Also called location number.

element FlightPlanDocsType/dmiAssociations/primaryDmi/comments
diagram DPSpec_p181.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Dispatcher entered comments.

element FlightPlanDocsType/dmiAssociations/primaryDmi/secondaryDmi
diagram DPSpec_p182.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ataCode dmiClass controlNumber
annotation
documentation
The secondary level of the hiearchical DMI relationship structure, i.e. child.

element FlightPlanDocsType/dmiAssociations/primaryDmi/secondaryDmi/ataCode
diagram DPSpec_p183.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
ATA or unique identifier for the DMI.  If the ATA code is not used as the unique identifier (e.g. JetPlan), then this field is used to input the unique customer defined identifier.

element FlightPlanDocsType/dmiAssociations/primaryDmi/secondaryDmi/dmiClass
diagram DPSpec_p184.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration MEL 
enumeration CDL 
enumeration NEF 
enumeration DMI 
enumeration SEL 
annotation
documentation
MEL – Minimum Equipment List
CDL – Configuration Deviation List
NEF - Nonessential Equipment and Furnishings (previously known as PDL - Priority Deferral List)
DMI – Deferred Maintenance Item
SEL - Special Equipment List

element FlightPlanDocsType/dmiAssociations/primaryDmi/secondaryDmi/controlNumber
diagram DPSpec_p185.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Control number issued for the DMI

complexType FlightPlanFuelCRRType
diagram DPSpec_p186.png
namespace http://www.jeppesen.com/aoc
children fuelReleaseType fuelPolicy ferryFuel adminFuelFerry captainAddFuel captainAddFuelBuffer dispatcherAddFuel dispatcherAddFuelBuffer fuelDensity holdingFuel holdingTime holdingFuelBuffer plannedFuel releaseFuel minTakeoffFuel extraFuel plannedEnrouteFuelBurn additionalEnrouteBurn additionalTaxiBurn additionalMelFuel etpAddFuel alternateFuel ballastFuel taxiIn taxiOut arrival
used by
element CalculationResultRecordType/flightPlanFuel

element FlightPlanFuelCRRType/fuelReleaseType
diagram DPSpec_p187.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanFuelCRRType/fuelPolicy
diagram DPSpec_p188.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration 
enumeration 
annotation
documentation
Enumerations:  I=International, D=Domestic

element FlightPlanFuelCRRType/ferryFuel
diagram DPSpec_p189.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanFuelCRRType/adminFuelFerry
diagram DPSpec_p190.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Y or N

element FlightPlanFuelCRRType/captainAddFuel
diagram DPSpec_p191.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Captain added fuel.  lbs

element FlightPlanFuelCRRType/captainAddFuelBuffer
diagram DPSpec_p192.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Captain Added Fuel in pounds

element FlightPlanFuelCRRType/dispatcherAddFuel
diagram DPSpec_p193.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Dispatcher Add Fuel in pounds

element FlightPlanFuelCRRType/dispatcherAddFuelBuffer
diagram DPSpec_p194.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Dispatcher Add Fuel Buffer in pounds

element FlightPlanFuelCRRType/fuelDensity
diagram DPSpec_p195.png
namespace http://www.jeppesen.com/aoc
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
lbs per gallon. Populated with the value used for the calculation.  Can be either db default value or dispatcher override value.  Example:  6.75

element FlightPlanFuelCRRType/holdingFuel
diagram DPSpec_p196.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Holding fuel in lbs

element FlightPlanFuelCRRType/holdingTime
diagram DPSpec_p197.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Holding Time in minutes.

element FlightPlanFuelCRRType/holdingFuelBuffer
diagram DPSpec_p198.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Holding Fuel buffer is holding fuel that can be consumed during taxi-out.

element FlightPlanFuelCRRType/plannedFuel
diagram DPSpec_p199.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
pln Fuel = total all fuel on board at departure.

element FlightPlanFuelCRRType/releaseFuel
diagram DPSpec_p200.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Rls fuel required for the flight in pounds based on FAA and company criteria.

element FlightPlanFuelCRRType/minTakeoffFuel
diagram DPSpec_p201.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Minimum takeoff fuel is equal to release fuel minus taxi fule, minus the sums of all buffer fuels (example:  dispatcher add fuel).

element FlightPlanFuelCRRType/extraFuel
diagram DPSpec_p202.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Output in pounds (lines 177-180).  Calculated delta between computed rls fuel and dispatcher rls fuel.

element FlightPlanFuelCRRType/plannedEnrouteFuelBurn
diagram DPSpec_p203.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanFuelCRRType/additionalEnrouteBurn
diagram DPSpec_p204.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanFuelCRRType/additionalTaxiBurn
diagram DPSpec_p205.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanFuelCRRType/additionalMelFuel
diagram DPSpec_p206.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
This is the MEL fuel used in the calculation

element FlightPlanFuelCRRType/etpAddFuel
diagram DPSpec_p207.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
output in pounds (lines 158-161).  aka ETOPS Add fuel.

element FlightPlanFuelCRRType/alternateFuel
diagram DPSpec_p208.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanFuelCRRType/ballastFuel
diagram DPSpec_p209.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
For flight plan fuel computations, Ballast fuel (lbs) is not included in Takeoff, Total or Release Fuel amts. 

element FlightPlanFuelCRRType/taxiIn
diagram DPSpec_p210.png
namespace http://www.jeppesen.com/aoc
type CRRFuelQuantityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumoptional      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
airport taxi-in fuel

element FlightPlanFuelCRRType/taxiOut
diagram DPSpec_p211.png
namespace http://www.jeppesen.com/aoc
type CRRFuelQuantityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumoptional      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
airport taxi-out fuel

element FlightPlanFuelCRRType/arrival
diagram DPSpec_p212.png
namespace http://www.jeppesen.com/aoc
type CRRFuelQuantityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumoptional      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
arrival fuel (planned on fuel)

complexType FlightPlanRequestType
diagram DPSpec_p213.png
namespace http://www.jeppesen.com/aoc
children userData uniqueId fmcFlightNumber flightIdentInfo poa aircraftId equipmentCode
used by
element DispatchType/flightPlanRequest
annotation
documentation
DP011vB DRAFT Flight Plan or 702A Uplink  REQUEST

element FlightPlanRequestType/userData
diagram DPSpec_p214.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children userId deskId userName

element FlightPlanRequestType/userData/userId
diagram DPSpec_p215.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0

element FlightPlanRequestType/userData/deskId
diagram DPSpec_p216.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1

element FlightPlanRequestType/userData/userName
diagram DPSpec_p217.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1

element FlightPlanRequestType/uniqueId
diagram DPSpec_p218.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
This is a unique string that is used to identify message conversations.

element FlightPlanRequestType/fmcFlightNumber
diagram DPSpec_p219.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanRequestType/flightIdentInfo
diagram DPSpec_p220.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
content complex
children flightKey flight702aId

element FlightPlanRequestType/flightIdentInfo/flightKey
diagram DPSpec_p221.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element FlightPlanRequestType/flightIdentInfo/flight702aId
diagram DPSpec_p222.png
namespace http://www.jeppesen.com/aoc
type Uplink702aFlightType
properties
isRef 0
content complex
children flightNumber airlineCode pod scratchPadText

element FlightPlanRequestType/poa
diagram DPSpec_p223.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children iata icao icao other
annotation
documentation
Point of arrival information. Common ICD.

element FlightPlanRequestType/aircraftId
diagram DPSpec_p224.png
namespace http://www.jeppesen.com/aoc
type AircraftIdType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children registrationNumber noseNumber serialNumber noseNumber serialNumber serialNumber
annotation
documentation
Aircraft identification

element FlightPlanRequestType/equipmentCode
diagram DPSpec_p225.png
namespace http://www.jeppesen.com/aoc
type EquipmentCodeType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children iata icao icao other
annotation
documentation
Aircraft type IATA or ICAO code

complexType FlightPlanResponseType
diagram DPSpec_p226.png
namespace http://www.jeppesen.com/aoc
children uniqueId fmcFlightNumber flightIdentInfo poa aircraftId estimatedTimeEnroute etd flightPlanDocsType error
used by
element DispatchType/flightPlanResponse
annotation
documentation
DP011 vB DRAFT Flight Plan or 702a  Uplink RESPONSE

element FlightPlanResponseType/uniqueId
diagram DPSpec_p227.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
This is a unique string that is used to identify message conversations.

element FlightPlanResponseType/fmcFlightNumber
diagram DPSpec_p228.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanResponseType/flightIdentInfo
diagram DPSpec_p229.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
content complex
children flightKey flight702aId

element FlightPlanResponseType/flightIdentInfo/flightKey
diagram DPSpec_p230.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element FlightPlanResponseType/flightIdentInfo/flight702aId
diagram DPSpec_p231.png
namespace http://www.jeppesen.com/aoc
type Uplink702aFlightType
properties
isRef 0
content complex
children flightNumber airlineCode pod scratchPadText

element FlightPlanResponseType/poa
diagram DPSpec_p232.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children iata icao icao other

element FlightPlanResponseType/aircraftId
diagram DPSpec_p233.png
namespace http://www.jeppesen.com/aoc
type AircraftIdType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children registrationNumber noseNumber serialNumber noseNumber serialNumber serialNumber
annotation
documentation
Aircraft identification

element FlightPlanResponseType/estimatedTimeEnroute
diagram DPSpec_p234.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Estimated flying time , duration, in xml time format:  HHmmss.  Note:  do not use the Common.xsd ete as it is defined as xml duration.

element FlightPlanResponseType/etd
diagram DPSpec_p235.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Estimated time of departure.   Expect ZULU time.   xml dateTime format.   YYYYMMDDThhmmss.

element FlightPlanResponseType/flightPlanDocsType
diagram DPSpec_p236.png
namespace http://www.jeppesen.com/aoc
type FlightPlanDocsType
properties
isRef 0
content complex
children flightPlanA633Format flightRelease flightPlanNotes uplink702A dmiAssociations

element FlightPlanResponseType/error
diagram DPSpec_p237.png
namespace http://www.jeppesen.com/aoc
type ErrorType
properties
isRef 0
content complex
children code information

complexType FlightPlanWeightsCRRType
diagram DPSpec_p238.png
namespace http://www.jeppesen.com/aoc
children antiIceIndicator rampWeight plannedTOW mTOW mTOWSuffix maxAllowDispatcherOverride maxAllowDispatcherOverrideSuffix mLDW mLDWSuffix mLDWDispatcherOverride mLDWDispatcherOverrideSuffix
used by
element CalculationResultRecordType/flightPlanWeights

element FlightPlanWeightsCRRType/antiIceIndicator
diagram DPSpec_p239.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Anti-ice setting for takeoff performance and load planning system.

element FlightPlanWeightsCRRType/rampWeight
diagram DPSpec_p240.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanWeightsCRRType/plannedTOW
diagram DPSpec_p241.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FlightPlanWeightsCRRType/mTOW
diagram DPSpec_p242.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Maximum Takeoff Weight

element FlightPlanWeightsCRRType/mTOWSuffix
diagram DPSpec_p243.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Maximum Takeoff Weight Source/Suffix

element FlightPlanWeightsCRRType/maxAllowDispatcherOverride
diagram DPSpec_p244.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Max Allowable Dispatcher Override

element FlightPlanWeightsCRRType/maxAllowDispatcherOverrideSuffix
diagram DPSpec_p245.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Max Allowable Dispatcher Override Suffix

element FlightPlanWeightsCRRType/mLDW
diagram DPSpec_p246.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Maximum Landing Weight

element FlightPlanWeightsCRRType/mLDWSuffix
diagram DPSpec_p247.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Maximum Landing Weight Source

element FlightPlanWeightsCRRType/mLDWDispatcherOverride
diagram DPSpec_p248.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Max Landing Weight  Dispatcher Override

element FlightPlanWeightsCRRType/mLDWDispatcherOverrideSuffix
diagram DPSpec_p249.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Max Landing Weight  Dispatcher Override Suffix

complexType FlightPlanWeightsType
diagram DPSpec_p250.png
namespace http://www.jeppesen.com/aoc
children rampWeight mTOW mTOWSource mLDW mLDWSource
used by
element PublishFlightPlanType/flightPlanWeights

element FlightPlanWeightsType/rampWeight
diagram DPSpec_p251.png
namespace http://www.jeppesen.com/aoc
type TotalWeightType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
maxInclusive 4000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms

element FlightPlanWeightsType/mTOW
diagram DPSpec_p252.png
namespace http://www.jeppesen.com/aoc
type TotalWeightType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
maxInclusive 4000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms
annotation
documentation
Maximum Takeoff Weight

element FlightPlanWeightsType/mTOWSource
diagram DPSpec_p253.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Maximum Takeoff Weight Source

element FlightPlanWeightsType/mLDW
diagram DPSpec_p254.png
namespace http://www.jeppesen.com/aoc
type TotalWeightType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
maxInclusive 4000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms
annotation
documentation
Maximum Landing Weight

element FlightPlanWeightsType/mLDWSource
diagram DPSpec_p255.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Maximum Landing Weight Source

complexType FlightReleaseResponseGroupType
diagram DPSpec_p256.png
namespace http://www.jeppesen.com/aoc
children flightKey isFlightChained signatureGroup errorText
used by
element FlightReleaseSignedQueryResponseType/flightReleaseSignedResponseGroup

element FlightReleaseResponseGroupType/flightKey
diagram DPSpec_p257.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element FlightReleaseResponseGroupType/isFlightChained
diagram DPSpec_p258.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
True if flight is chained.  False if flight is not chained.

element FlightReleaseResponseGroupType/signatureGroup
diagram DPSpec_p259.png
namespace http://www.jeppesen.com/aoc
type SignatureGroupType
properties
isRef 0
content complex
children signatureIndicator signatureDateTimeStamp remarks

element FlightReleaseResponseGroupType/errorText
diagram DPSpec_p260.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Explanation of error.  Examples: unknown flight key; no known crew member.

complexType FlightReleaseSignedQueryRequestGroupType
diagram DPSpec_p261.png
namespace http://www.jeppesen.com/aoc
children seeChainedReleases flightKey
used by
element FlightReleaseSignedQueryRequestType/flightReleaseSignedQueryRequestGroup

element FlightReleaseSignedQueryRequestGroupType/seeChainedReleases
diagram DPSpec_p262.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
default true
annotation
documentation
Boolean true=Yes, provide all chained for releases to selected flight; false=only provide chained for release for selected flight.  Default is true=yes.

element FlightReleaseSignedQueryRequestGroupType/flightKey
diagram DPSpec_p263.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

complexType FlightReleaseSignedQueryRequestType
diagram DPSpec_p264.png
namespace http://www.jeppesen.com/aoc
children flightReleaseSignedQueryRequestGroup
used by
element DispatchType/flightReleaseSignedQueryRequest
annotation
documentation
DP008 v1 Flight Release Signed Query REQUEST

element FlightReleaseSignedQueryRequestType/flightReleaseSignedQueryRequestGroup
diagram DPSpec_p265.png
namespace http://www.jeppesen.com/aoc
type FlightReleaseSignedQueryRequestGroupType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children seeChainedReleases flightKey

complexType FlightReleaseSignedQueryResponseType
diagram DPSpec_p266.png
namespace http://www.jeppesen.com/aoc
children flightReleaseSignedResponseGroup
used by
element DispatchType/flightReleaseSignedResponse
annotation
documentation
DP008 v1 Flight Release Signed Query RESPONSE

element FlightReleaseSignedQueryResponseType/flightReleaseSignedResponseGroup
diagram DPSpec_p267.png
namespace http://www.jeppesen.com/aoc
type FlightReleaseResponseGroupType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children flightKey isFlightChained signatureGroup errorText

complexType FuelType
diagram DPSpec_p268.png
namespace http://www.jeppesen.com/aoc
children fuelType tripFuel fuelReleaseType fuelPolicy adminFuelFerry reserveFuel captainAddFuel dispatcherAddedFuel minReleaseFuel domesticReserve internationalReserve enrouteReserve plannedEnrouteFuelBurn additionalEnrouteBurn alternateFuel ferryFuel
used by
element PublishFlightPlanType/flightPlanFuel

element FuelType/fuelType
diagram DPSpec_p269.png
namespace http://www.jeppesen.com/aoc
type FpResponseFuelType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children departure taxiOut taxiIn arrival

element FuelType/tripFuel
diagram DPSpec_p270.png
namespace http://www.jeppesen.com/aoc
type extension of FuelQuantityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.

element FuelType/fuelReleaseType
diagram DPSpec_p271.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FuelType/fuelPolicy
diagram DPSpec_p272.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration 
enumeration 
annotation
documentation
Enumerations:  I=International, D=Domestic

element FuelType/adminFuelFerry
diagram DPSpec_p273.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Y or N

element FuelType/reserveFuel
diagram DPSpec_p274.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
minutes used to calculate Reserve Fuel

element FuelType/captainAddFuel
diagram DPSpec_p275.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Captain added fuel minutes.

element FuelType/dispatcherAddedFuel
diagram DPSpec_p276.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FuelType/minReleaseFuel
diagram DPSpec_p277.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Minimum fuel required for the flight in pounds based on FAA and copany criteria.

element FuelType/domesticReserve
diagram DPSpec_p278.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FuelType/internationalReserve
diagram DPSpec_p279.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FuelType/enrouteReserve
diagram DPSpec_p280.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FuelType/plannedEnrouteFuelBurn
diagram DPSpec_p281.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FuelType/additionalEnrouteBurn
diagram DPSpec_p282.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FuelType/alternateFuel
diagram DPSpec_p283.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element FuelType/ferryFuel
diagram DPSpec_p284.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

complexType GetDispatcherDeskListRequestType
diagram DPSpec_p285.png
namespace http://www.jeppesen.com/aoc
children airlineCode
used by
element DispatchType/getDispatcherDeskListRequest
annotation
documentation
DP003 v2 Get Dispatcher Desk List REQUEST

element GetDispatcherDeskListRequestType/airlineCode
diagram DPSpec_p286.png
namespace http://www.jeppesen.com/aoc
type AirlineCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Airline code. Common ICD.

complexType GetDispatcherDeskListResponseType
diagram DPSpec_p287.png
namespace http://www.jeppesen.com/aoc
children airlineCode desk
used by
element DispatchType/getDispatcherDeskListResponse
annotation
documentation
DP003 v2 Get Dispatcher Desk List RESPONSE

element GetDispatcherDeskListResponseType/airlineCode
diagram DPSpec_p288.png
namespace http://www.jeppesen.com/aoc
type AirlineCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Airline Code. Common ICD.

element GetDispatcherDeskListResponseType/desk
diagram DPSpec_p289.png
namespace http://www.jeppesen.com/aoc
type DeskType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children identifier name telephone
annotation
documentation
Dispatch desk.

complexType GetFlightReleaseRequestType
diagram DPSpec_p290.png
namespace http://www.jeppesen.com/aoc
children seeChainedReleases flightKey
used by
element DispatchType/getFlightReleaseRequest
annotation
documentation
DP004 v3 Get Flight Release REQUEST

element GetFlightReleaseRequestType/seeChainedReleases
diagram DPSpec_p291.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
default true
annotation
documentation
Boolean true=Yes, provide all releases chained to selected flight; false=only provide release for selected flight.  Default is true=yes.

element GetFlightReleaseRequestType/flightKey
diagram DPSpec_p292.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod
annotation
documentation
Basic information to uniquely identify a flight. Common ICD.

complexType GetFlightReleaseResponseType
diagram DPSpec_p293.png
namespace http://www.jeppesen.com/aoc
children releasedPlanGroup
used by
element DispatchType/getFlightReleaseResponse
annotation
documentation
DP004 v3 Get Flight Release RESPONSE

element GetFlightReleaseResponseType/releasedPlanGroup
diagram DPSpec_p294.png
namespace http://www.jeppesen.com/aoc
type ReleasedPlanGroupType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children flightKey chainedRelease poa arrivalAlternates releasedPlan errorText

complexType MountainDriftdownType
diagram DPSpec_p295.png
namespace http://www.jeppesen.com/aoc
children hasTerrainClearancePassed wasMountainDriftdownCalc isIcingOnForMountainDriftdown alternateAirport decisionPoint
used by
element CalculationResultRecordType/mountainDriftdown

element MountainDriftdownType/hasTerrainClearancePassed
diagram DPSpec_p296.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element MountainDriftdownType/wasMountainDriftdownCalc
diagram DPSpec_p297.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element MountainDriftdownType/isIcingOnForMountainDriftdown
diagram DPSpec_p298.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Is anti-icing on?  true=yes; false=no

element MountainDriftdownType/alternateAirport
diagram DPSpec_p299.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iata icao icao other

element MountainDriftdownType/decisionPoint
diagram DPSpec_p300.png
namespace http://www.jeppesen.com/aoc
type DecisionPointGroupType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children distanceFromOrigin decisionPointText

complexType NoteEndTimeType
diagram DPSpec_p301.png
namespace http://www.jeppesen.com/aoc
children noteEndTime ufn
used by
element FlightNoteType/noteEndTime

element NoteEndTimeType/noteEndTime
diagram DPSpec_p302.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple

element NoteEndTimeType/ufn
diagram DPSpec_p303.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
until further notice

complexType PlannedTimesType
diagram DPSpec_p304.png
namespace http://www.jeppesen.com/aoc
children plannedOutTime plannedOffTime plannedOnTime plannedInTime
used by
element CalculationResultRecordType/plannedTimes

element PlannedTimesType/plannedOutTime
diagram DPSpec_p305.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
xml format.  Example: 2007-01-17T09:30:00-05:00

element PlannedTimesType/plannedOffTime
diagram DPSpec_p306.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
xml format.  Example: 2007-01-17T09:30:00-05:00

element PlannedTimesType/plannedOnTime
diagram DPSpec_p307.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
xml format.  Example: 2007-01-17T09:30:00-05:00

element PlannedTimesType/plannedInTime
diagram DPSpec_p308.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
xml format.  Example: 2007-01-17T09:30:00-05:00

complexType PointsCoordinatesCRRType
diagram DPSpec_p309.png
namespace http://www.jeppesen.com/aoc
children latitude longitude
used by
elements AirportCRRType/coordinates CheckpointDataType/coordinates EtpNameCRRType/etp/coordinates

element PointsCoordinatesCRRType/latitude
diagram DPSpec_p310.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
content complex
children hemisphere degrees minutes

element PointsCoordinatesCRRType/latitude/hemisphere
diagram DPSpec_p311.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 
enumeration 
annotation
documentation
N = north
S = south

element PointsCoordinatesCRRType/latitude/degrees
diagram DPSpec_p312.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 90 
annotation
documentation
Degrees

element PointsCoordinatesCRRType/latitude/minutes
diagram DPSpec_p313.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
Minutes and tenths of minutes.  Example:  206 represents 20.6 minutes

element PointsCoordinatesCRRType/longitude
diagram DPSpec_p314.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
content complex
children hemisphere degrees minutes

element PointsCoordinatesCRRType/longitude/hemisphere
diagram DPSpec_p315.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 
enumeration 
annotation
documentation
E=East
W=West

element PointsCoordinatesCRRType/longitude/degrees
diagram DPSpec_p316.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 180 
annotation
documentation
Degrees

element PointsCoordinatesCRRType/longitude/minutes
diagram DPSpec_p317.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
Minutes and tenths of minutes.  Example:  206 represents 20.6 minutes

complexType PublishFlightPlanType
diagram DPSpec_p318.png
namespace http://www.jeppesen.com/aoc
children userData AccessType gufiId flightKeyChoice tlrRequestId status planStatistics speedSchedule scenario pod poa aircraft flight flightPlanFuel flightPlanRoute flightPlanEqualTimePoints flightPlanAlternateAirports offToTod arrivalQueue holdingTime flightPlanWeights dmiAssociations supportDocs
used by
element DispatchType/publishFlightPlan
annotation
documentation
DP002 v9 Publish Flight Plan

element PublishFlightPlanType/userData
diagram DPSpec_p319.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children userId deskId userName

element PublishFlightPlanType/userData/userId
diagram DPSpec_p320.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0

element PublishFlightPlanType/userData/deskId
diagram DPSpec_p321.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1

element PublishFlightPlanType/userData/userName
diagram DPSpec_p322.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1

element PublishFlightPlanType/AccessType
diagram DPSpec_p323.png
namespace http://www.jeppesen.com/aoc
type AccessType
properties
isRef 0
minOcc 0
maxOcc 10
content complex
children name key

element PublishFlightPlanType/gufiId
diagram DPSpec_p324.png
namespace http://www.jeppesen.com/aoc
type GufiId
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 36 
annotation
documentation
GUFI Id - globally unique flight identifier

element PublishFlightPlanType/flightKeyChoice
diagram DPSpec_p325.png
namespace http://www.jeppesen.com/aoc
type FlightKeyChoiceType
properties
isRef 0
content complex
children commericalFlightKey bagaFlightKey
annotation
documentation
Basic information to uniquely identify a flight for either a Commerical, or a Business, General Avaition flight. Common ICD.  

element PublishFlightPlanType/tlrRequestId
diagram DPSpec_p326.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 

element PublishFlightPlanType/status
diagram DPSpec_p327.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element PublishFlightPlanType/planStatistics
diagram DPSpec_p328.png
namespace http://www.jeppesen.com/aoc
type FpResponsePlanStatisticsType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children flightPlanKey runDate
annotation
documentation
Plan generation information. Common ICD.

element PublishFlightPlanType/speedSchedule
diagram DPSpec_p329.png
namespace http://www.jeppesen.com/aoc
type FpRequestSpeedScheduleType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children primaryCruiseMode primaryCostIndex
annotation
documentation
Selection of Primary Cruise Mode or Primary Cost Index speed. Common ICD.

element PublishFlightPlanType/scenario
diagram DPSpec_p330.png
namespace http://www.jeppesen.com/aoc
type FpRequestScenarioType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children altitude ranking
annotation
documentation
Optimization selection. Common ICD.

element PublishFlightPlanType/pod
diagram DPSpec_p331.png
namespace http://www.jeppesen.com/aoc
type FpResponseAirportType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children airport coordinates elevation
annotation
documentation
Point of departure information. Common ICD.

element PublishFlightPlanType/poa
diagram DPSpec_p332.png
namespace http://www.jeppesen.com/aoc
type FpResponseAirportType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children airport coordinates elevation
annotation
documentation
Point of arrival information. Common ICD.

element PublishFlightPlanType/aircraft
diagram DPSpec_p333.png
namespace http://www.jeppesen.com/aoc
type FpResponseAircraftType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children equipmentCode aircraftId
annotation
documentation
Aircraft information. Common ICD.

element PublishFlightPlanType/flight
diagram DPSpec_p334.png
namespace http://www.jeppesen.com/aoc
type FpResponseFlightType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children flightIdentifier callSign etd taxiOutTime taxiInTime eta ete payload departureWeight arrivalWeight flightLevel flightLevelStep averageWind averageTemp
annotation
documentation
Flight information. Common ICD.

element PublishFlightPlanType/flightPlanFuel
diagram DPSpec_p335.png
namespace http://www.jeppesen.com/aoc
type FuelType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children fuelType tripFuel fuelReleaseType fuelPolicy adminFuelFerry reserveFuel captainAddFuel dispatcherAddedFuel minReleaseFuel domesticReserve internationalReserve enrouteReserve plannedEnrouteFuelBurn additionalEnrouteBurn alternateFuel ferryFuel

element PublishFlightPlanType/flightPlanRoute
diagram DPSpec_p336.png
namespace http://www.jeppesen.com/aoc
type RouteSegmentType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children segmentMagneticCourse segmentMagneticHeading segmentTime routeSegment checkpoint

element PublishFlightPlanType/flightPlanEqualTimePoints
diagram DPSpec_p337.png
namespace http://www.jeppesen.com/aoc
type EqualTimePointsType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children equalTimePoints equalTimePointAnalysis equalTimePointDriftdown

element PublishFlightPlanType/flightPlanAlternateAirports
diagram DPSpec_p338.png
namespace http://www.jeppesen.com/aoc
type AlternateAirportType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children takeOffAlternate reclearAlternate reclearRequest distanceToAlternate alternateLandingAirports

element PublishFlightPlanType/offToTod
diagram DPSpec_p339.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Duration of OFF time to Top of Descent. 

element PublishFlightPlanType/arrivalQueue
diagram DPSpec_p340.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
QBR

element PublishFlightPlanType/holdingTime
diagram DPSpec_p341.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element PublishFlightPlanType/flightPlanWeights
diagram DPSpec_p342.png
namespace http://www.jeppesen.com/aoc
type FlightPlanWeightsType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children rampWeight mTOW mTOWSource mLDW mLDWSource

element PublishFlightPlanType/dmiAssociations
diagram DPSpec_p343.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children primaryDmi

element PublishFlightPlanType/dmiAssociations/primaryDmi
diagram DPSpec_p344.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ataCode dmiClass controlNumber melEnabled multiplier effectiveTime typeDmiDuration dmiDurationTime position comments secondaryDmi
annotation
documentation
The top, first level of the  hierarchical relationship structure, i.e. parent.

element PublishFlightPlanType/dmiAssociations/primaryDmi/ataCode
diagram DPSpec_p345.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
nillable false
annotation
documentation
ATA or unique identifier for the DMI.  If the ATA code is not used as the unique identifier (e.g. JetPlan), then this field is used to input the unique customer defined identifier.

element PublishFlightPlanType/dmiAssociations/primaryDmi/dmiClass
diagram DPSpec_p346.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration MEL 
enumeration CDL 
enumeration NEF 
enumeration DMI 
enumeration SEL 
annotation
documentation
MEL – Minimum Equipment List
CDL – Configuration Deviation List
NEF - Nonessential Equipment and Furnishings (previously known as PDL - Priority Deferral List)
DMI – Deferred Maintenance Item
SEL - Special Equipment List

element PublishFlightPlanType/dmiAssociations/primaryDmi/controlNumber
diagram DPSpec_p347.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Control number issued for the DMI

element PublishFlightPlanType/dmiAssociations/primaryDmi/melEnabled
diagram DPSpec_p348.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Boolean:  was this MEL enabled by the dispatcher?  true=1= Enabled; false=0 = Disabled. If "melEnabled" tags are not included in the xml, then this DMI has been assigned to aircraft and accepted by the dispatcher, and any degradations have been applied to the Flight Plan.

element PublishFlightPlanType/dmiAssociations/primaryDmi/multiplier
diagram DPSpec_p349.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 99 
annotation
documentation
Defines the number of times the DMI degradation must be applied in the flight plan computation.

element PublishFlightPlanType/dmiAssociations/primaryDmi/effectiveTime
diagram DPSpec_p350.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Time that the date and time DMI assignment takes effect.

element PublishFlightPlanType/dmiAssociations/primaryDmi/typeDmiDuration
diagram DPSpec_p351.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element PublishFlightPlanType/dmiAssociations/primaryDmi/dmiDurationTime
diagram DPSpec_p352.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Identifies the duration of the DMI

element PublishFlightPlanType/dmiAssociations/primaryDmi/position
diagram DPSpec_p353.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Position of the DMI on the aircraft.  Also called location number.

element PublishFlightPlanType/dmiAssociations/primaryDmi/comments
diagram DPSpec_p354.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Dispatcher entered comments.

element PublishFlightPlanType/dmiAssociations/primaryDmi/secondaryDmi
diagram DPSpec_p355.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ataCode dmiClass controlNumber
annotation
documentation
The secondary level of the hiearchical DMI relationship structure, i.e. child.

element PublishFlightPlanType/dmiAssociations/primaryDmi/secondaryDmi/ataCode
diagram DPSpec_p356.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
ATA or unique identifier for the DMI.  If the ATA code is not used as the unique identifier (e.g. JetPlan), then this field is used to input the unique customer defined identifier.

element PublishFlightPlanType/dmiAssociations/primaryDmi/secondaryDmi/dmiClass
diagram DPSpec_p357.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration MEL 
enumeration CDL 
enumeration NEF 
enumeration DMI 
enumeration SEL 
annotation
documentation
MEL – Minimum Equipment List
CDL – Configuration Deviation List
NEF - Nonessential Equipment and Furnishings (previously known as PDL - Priority Deferral List)
DMI – Deferred Maintenance Item
SEL - Special Equipment List

element PublishFlightPlanType/dmiAssociations/primaryDmi/secondaryDmi/controlNumber
diagram DPSpec_p358.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Control number issued for the DMI

element PublishFlightPlanType/supportDocs
diagram DPSpec_p359.png
namespace http://www.jeppesen.com/aoc
type extension of xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
docNamexs:stringrequired      
annotation
documentation
Support docs  allows for the transport of data that may be of various format types.  Note that pdf documents must be transformed into base64  and wrapped in CDATA tags. This data is wrapped in CDATA tags.    descriptiveName attribute is required, and defines the name of the data being passed.  For example:   OFP

attribute PublishFlightPlanType/supportDocs/@docName
type xs:string
properties
isRef 0
use required

complexType ReclearDataType
diagram DPSpec_p360.png
namespace http://www.jeppesen.com/aoc
children reclearPointCode isReclearUsedForErsv reclearAlternate reclearRequest originToReclearPointDistance originToReclearPointFuel originToReclearPointTime reclearInitialDestination reclearTas fuelFromReclearPoint timeFromReclearPoint distanceFromReclearPoint fuelFromReclearDestination timeFromReclearDestination distanceFromReclearDestination ersvFuelRequired ersvTimeFromReclearPoint fuelReclearToDestination distanceReclearToDestination ersvFuelFromOrigin ersvTimeFromOrigin fuelFromFinalDestination timeFromFinalDestination distanceFromFinalDestination holdingFuel minimumReclearFuel totalFuelToReclear totalFuelToFinalDestination
used by
element CalculationResultRecordType/reclearData

element ReclearDataType/reclearPointCode
diagram DPSpec_p361.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Reclear point name determined by system.  Is a checkpoint ID in the line of flight.

element ReclearDataType/isReclearUsedForErsv
diagram DPSpec_p362.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
Is Reclear used for ERSV calculation? True=1=yes, (on) if reclear option has been used in ERSV fuel calculations; False=0=no (off) indicates normal reserve calculations used.

element ReclearDataType/reclearAlternate
diagram DPSpec_p363.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element ReclearDataType/reclearRequest
diagram DPSpec_p364.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
Is there a reclear request?  True=1=yes, there is a reclear request;  False=0=no, there is not a reclear request

element ReclearDataType/originToReclearPointDistance
diagram DPSpec_p365.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Origin station to reclear point distance

element ReclearDataType/originToReclearPointFuel
diagram DPSpec_p366.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Fuel burn from origin station to reclear point

element ReclearDataType/originToReclearPointTime
diagram DPSpec_p367.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Origin to reclear point in minutes

element ReclearDataType/reclearInitialDestination
diagram DPSpec_p368.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Reclear arrival airport code

element ReclearDataType/reclearTas
diagram DPSpec_p369.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple

element ReclearDataType/fuelFromReclearPoint
diagram DPSpec_p370.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Fuel burn from reclear point to initial destination

element ReclearDataType/timeFromReclearPoint
diagram DPSpec_p371.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Time from Reclear point to initial destination in minutes

element ReclearDataType/distanceFromReclearPoint
diagram DPSpec_p372.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Distance from Reclear point to initial destination in nautical miles

element ReclearDataType/fuelFromReclearDestination
diagram DPSpec_p373.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Fuel  burn from reclear destination to reclear alternate

element ReclearDataType/timeFromReclearDestination
diagram DPSpec_p374.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Time in minutes from reclear destination to reclear alternate

element ReclearDataType/distanceFromReclearDestination
diagram DPSpec_p375.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Distance in nautical miles from reclear destination to reclear alternate

element ReclearDataType/ersvFuelRequired
diagram DPSpec_p376.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
ERSV Fuel required from reclear point to final destination

element ReclearDataType/ersvTimeFromReclearPoint
diagram DPSpec_p377.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
ERSV time in minutes from reclear point to final destination

element ReclearDataType/fuelReclearToDestination
diagram DPSpec_p378.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Fuel burn from reclear point to final destination

element ReclearDataType/distanceReclearToDestination
diagram DPSpec_p379.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Distance in nautical miles from reclear point to final destination

element ReclearDataType/ersvFuelFromOrigin
diagram DPSpec_p380.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
ERSV Fuel in lbs. from origin   to reclear station

element ReclearDataType/ersvTimeFromOrigin
diagram DPSpec_p381.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
ERSV time in minutes from origin   to reclear station

element ReclearDataType/fuelFromFinalDestination
diagram DPSpec_p382.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Fuel required from final destination to final alternate

element ReclearDataType/timeFromFinalDestination
diagram DPSpec_p383.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Time in minutes  from final destination to final alternate

element ReclearDataType/distanceFromFinalDestination
diagram DPSpec_p384.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Distance in nautical miles from final destination to final alternate

element ReclearDataType/holdingFuel
diagram DPSpec_p385.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Holding fuel required in lbs.

element ReclearDataType/minimumReclearFuel
diagram DPSpec_p386.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Minimum reclear fuel in lbs. required

element ReclearDataType/totalFuelToReclear
diagram DPSpec_p387.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Total fuel in lbs. to reclear destination

element ReclearDataType/totalFuelToFinalDestination
diagram DPSpec_p388.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple

complexType ReleasedPlanGroupType
diagram DPSpec_p389.png
namespace http://www.jeppesen.com/aoc
children flightKey chainedRelease poa arrivalAlternates releasedPlan errorText
used by
element GetFlightReleaseResponseType/releasedPlanGroup
annotation
documentation
Repeating group for chained flights

element ReleasedPlanGroupType/flightKey
diagram DPSpec_p390.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod
annotation
documentation
Basic information to uniquely identify a flight. Common ICD.

element ReleasedPlanGroupType/chainedRelease
diagram DPSpec_p391.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
True=1=this release is for a flight that is a part of a chain.  False=0=this flight is not part of a chain of flights.

element ReleasedPlanGroupType/poa
diagram DPSpec_p392.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other

element ReleasedPlanGroupType/arrivalAlternates
diagram DPSpec_p393.png
namespace http://www.jeppesen.com/aoc
type ArrivalAlternatesType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children arrivalAlternateAirports

element ReleasedPlanGroupType/releasedPlan
diagram DPSpec_p394.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple

element ReleasedPlanGroupType/errorText
diagram DPSpec_p395.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Explanation of error.

complexType RequestAcarsFlightPlanType
diagram DPSpec_p396.png
namespace http://www.jeppesen.com/aoc
children uniqueId flightKey
used by
element DispatchType/requestAcarsFlightPlan
annotation
documentation
DP012 vA DRAFT Request ACARS Flight Plan PUBLISH

element RequestAcarsFlightPlanType/uniqueId
diagram DPSpec_p397.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
This is a unique string that is used to correlate message within a message conversation.

element RequestAcarsFlightPlanType/flightKey
diagram DPSpec_p398.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod
annotation
documentation
Element from Common.xsd

complexType ReserveFuelType
diagram DPSpec_p399.png
namespace http://www.jeppesen.com/aoc
children b43 domesticReserve internationalReserve enrouteReserve
used by
element CalculationResultRecordType/reserveFuel

element ReserveFuelType/b43
diagram DPSpec_p400.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
Were B43 rules used in calculating the reserves?  Yes=1=b43 rules were used in calculating the reserves.  No=0=b43 rules were NOT used in calculating the reserves.

element ReserveFuelType/domesticReserve
diagram DPSpec_p401.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element ReserveFuelType/internationalReserve
diagram DPSpec_p402.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element ReserveFuelType/enrouteReserve
diagram DPSpec_p403.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children ersvFuel ersvPercentage ersvTime
annotation
documentation
When B43 is true, then the international reserve values (as shown in JPE output), are pulled from B43 Enroute Reserves, and their attributes, and B43 reserve (instead of enroute reserve and attributes, and international reserves and attributes).

element ReserveFuelType/enrouteReserve/ersvFuel
diagram DPSpec_p404.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple

element ReserveFuelType/enrouteReserve/ersvPercentage
diagram DPSpec_p405.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple

element ReserveFuelType/enrouteReserve/ersvTime
diagram DPSpec_p406.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
content simple

complexType RetrieveFlightListRequestType
diagram DPSpec_p407.png
namespace http://www.jeppesen.com/aoc
children airline dateOfDeparture flightOriginDate pod flightNumber operationalSuffix
used by
element DispatchType/retrieveFlightListRequest
annotation
documentation
DP005 vB DRAFT Retrieve Flight List REQUEST

element RetrieveFlightListRequestType/airline
diagram DPSpec_p408.png
namespace http://www.jeppesen.com/aoc
type AirlineCodeType
properties
isRef 0
content complex
children iata icao icao other

element RetrieveFlightListRequestType/dateOfDeparture
diagram DPSpec_p409.png
namespace http://www.jeppesen.com/aoc
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The operations date that the list of flights is being requested.

element RetrieveFlightListRequestType/flightOriginDate
diagram DPSpec_p410.png
namespace http://www.jeppesen.com/aoc
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date that the first leg of a multi-leg flight departs.

element RetrieveFlightListRequestType/pod
diagram DPSpec_p411.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children iata icao icao other

element RetrieveFlightListRequestType/flightNumber
diagram DPSpec_p412.png
namespace http://www.jeppesen.com/aoc
type String5
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Flight Number

element RetrieveFlightListRequestType/operationalSuffix
diagram DPSpec_p413.png
namespace http://www.jeppesen.com/aoc
type String1
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Common.xsd.  Operational suffix.  At a minimum will be used to uniquely identify a flight leg in cases where ground and/or air returns have occurred.

complexType RetrieveFlightListResponseType
diagram DPSpec_p414.png
namespace http://www.jeppesen.com/aoc
children flightList
used by
element DispatchType/retrieveFlightListResponse
annotation
documentation
DP005 vB DRAFT Retrieve Flight List RESPONSE

element RetrieveFlightListResponseType/flightList
diagram DPSpec_p415.png
namespace http://www.jeppesen.com/aoc
type FlightListType
properties
isRef 0
content complex
children flightListGroup
annotation
documentation
Used when successful

complexType RouteSegmentCRRType
diagram DPSpec_p416.png
namespace http://www.jeppesen.com/aoc
children segmentCheckpoint
used by
element CalculationResultRecordType/flightPlanRoute

element RouteSegmentCRRType/segmentCheckpoint
diagram DPSpec_p417.png
namespace http://www.jeppesen.com/aoc
type SegmentCheckpointType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children segmentMagneticCourse segmentMagneticHeading segmentTime segmentTrueCourse airway distance fuel mach groundSpeed trueAirspeed segmentWindComponent msa checkpointData
annotation
documentation
The first segment begins with POD and ends with a required checkpoint.  The last segment of a route ends with the POA.

complexType RouteSegmentType
diagram DPSpec_p418.png
namespace http://www.jeppesen.com/aoc
children segmentMagneticCourse segmentMagneticHeading segmentTime routeSegment checkpoint
used by
element PublishFlightPlanType/flightPlanRoute

element RouteSegmentType/segmentMagneticCourse
diagram DPSpec_p419.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element RouteSegmentType/segmentMagneticHeading
diagram DPSpec_p420.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element RouteSegmentType/segmentTime
diagram DPSpec_p421.png
namespace http://www.jeppesen.com/aoc
type xs:time
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element RouteSegmentType/routeSegment
diagram DPSpec_p422.png
namespace http://www.jeppesen.com/aoc
type FpResponseSegmentType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children airway distance fuel mach groundSpeed trueAirspeed
attributes
Name  Type  Use  Default  Fixed  annotation
orderInteger1to1000required      
documentation
Record number - Ordered record number for recurring data

element RouteSegmentType/checkpoint
diagram DPSpec_p423.png
namespace http://www.jeppesen.com/aoc
type FpResponseCheckpointType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children name coordinates altitude groundSpeed trueAirspeed firId fuelRemaining
attributes
Name  Type  Use  Default  Fixed  annotation
orderInteger1to1000required      
documentation
Record number - Ordered record number for recurring data
annotation
documentation
First checkpoint will always be the POD and the last checkpoint will always be the last POA; minimum of two checkpoints

complexType SegmentCheckpointType
diagram DPSpec_p424.png
namespace http://www.jeppesen.com/aoc
children segmentMagneticCourse segmentMagneticHeading segmentTime segmentTrueCourse airway distance fuel mach groundSpeed trueAirspeed segmentWindComponent msa checkpointData
used by
element RouteSegmentCRRType/segmentCheckpoint
annotation
documentation
Top level of segment and checkpoint data in repeatable group. First segment begins with POD and ends with a required checkpoint.  The last segment of a route ends with the POA.

element SegmentCheckpointType/segmentMagneticCourse
diagram DPSpec_p425.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element SegmentCheckpointType/segmentMagneticHeading
diagram DPSpec_p426.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element SegmentCheckpointType/segmentTime
diagram DPSpec_p427.png
namespace http://www.jeppesen.com/aoc
type xs:time
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element SegmentCheckpointType/segmentTrueCourse
diagram DPSpec_p428.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element SegmentCheckpointType/airway
diagram DPSpec_p429.png
namespace http://www.jeppesen.com/aoc
type String10
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 10 
annotation
documentation
Airway. Provide if on an airway

element SegmentCheckpointType/distance
diagram DPSpec_p430.png
namespace http://www.jeppesen.com/aoc
type DistanceType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 50000.0 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicDistanceEnumTyperequired      
documentation
nm = nautical miles
km = kilometers
ft = feet
m = meters
annotation
documentation
Segment distance

element SegmentCheckpointType/fuel
diagram DPSpec_p431.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Segment fuel. If calculated, segment fuel represents the fuel used since the most recent previous checkpoint where a segment fuel calculation was performed.

element SegmentCheckpointType/mach
diagram DPSpec_p432.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
Segment mach.  Only if in mach range.

element SegmentCheckpointType/groundSpeed
diagram DPSpec_p433.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
Ground speed

element SegmentCheckpointType/trueAirspeed
diagram DPSpec_p434.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
True air speed

element SegmentCheckpointType/segmentWindComponent
diagram DPSpec_p435.png
namespace http://www.jeppesen.com/aoc
type extension of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content complex
annotation
documentation
Average wind component for individual segment.

element SegmentCheckpointType/msa
diagram DPSpec_p436.png
namespace http://www.jeppesen.com/aoc
type extension of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content complex
annotation
documentation
Minimum safe altitude for segment.  (depends on value output by Jeppesen)  MSA is in feet. 

element SegmentCheckpointType/checkpointData
diagram DPSpec_p437.png
namespace http://www.jeppesen.com/aoc
type CheckpointDataType
properties
isRef 0
content complex
children checkpointName checkpointId coordinates altitude windDirection windSpeed temperatureAtAltitude groundSpeed trueAirspeed firId fuelRemaining

complexType SignatureGroupType
diagram DPSpec_p438.png
namespace http://www.jeppesen.com/aoc
children signatureIndicator signatureDateTimeStamp remarks
used by
elements FlightReleaseResponseGroupType/signatureGroup SignFlightReleaseResponseGroupType/signatureGroup

element SignatureGroupType/signatureIndicator
diagram DPSpec_p439.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple

element SignatureGroupType/signatureDateTimeStamp
diagram DPSpec_p440.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
UTC timestamp

element SignatureGroupType/remarks
diagram DPSpec_p441.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

complexType SignFlightReleasePublishType
diagram DPSpec_p442.png
namespace http://www.jeppesen.com/aoc
children signFlightRelease
used by
element DispatchType/signFlightReleasePublish
annotation
documentation
DP010 v1 Sign Flight Release PUBLISH

element SignFlightReleasePublishType/signFlightRelease
diagram DPSpec_p443.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children flightKey signatureByDispatcher remarks

element SignFlightReleasePublishType/signFlightRelease/flightKey
diagram DPSpec_p444.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element SignFlightReleasePublishType/signFlightRelease/signatureByDispatcher
diagram DPSpec_p445.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Is this signature originated from the dispatcher for PIC?  True=1 = Disaptcher signed for PIC via Dispatch Control;  False=0=PIC signed via ACARS

element SignFlightReleasePublishType/signFlightRelease/remarks
diagram DPSpec_p446.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

complexType SignFlightReleaseRequestGroupType
diagram DPSpec_p447.png
namespace http://www.jeppesen.com/aoc
children flightKey signatureIndicator remarks
used by
element SignFlightReleaseRequestType/signReleaseGroup

element SignFlightReleaseRequestGroupType/flightKey
diagram DPSpec_p448.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element SignFlightReleaseRequestGroupType/signatureIndicator
diagram DPSpec_p449.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
True=yes.  False=no

element SignFlightReleaseRequestGroupType/remarks
diagram DPSpec_p450.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

complexType SignFlightReleaseRequestType
diagram DPSpec_p451.png
namespace http://www.jeppesen.com/aoc
children signReleaseGroup
used by
element DispatchType/signFlightReleaseRequest
annotation
documentation
DP007 v1 Sign Flight Release REQUEST

element SignFlightReleaseRequestType/signReleaseGroup
diagram DPSpec_p452.png
namespace http://www.jeppesen.com/aoc
type SignFlightReleaseRequestGroupType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children flightKey signatureIndicator remarks

complexType SignFlightReleaseResponseGroupType
diagram DPSpec_p453.png
namespace http://www.jeppesen.com/aoc
children flightKey isFlightChained signatureGroup errorText
used by
element SignFlightReleaseResponseType/signFlightReleaseResponseGroup

element SignFlightReleaseResponseGroupType/flightKey
diagram DPSpec_p454.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element SignFlightReleaseResponseGroupType/isFlightChained
diagram DPSpec_p455.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
annotation
documentation
True=1 if flight is chained.  False=0  if flight is not chained.

element SignFlightReleaseResponseGroupType/signatureGroup
diagram DPSpec_p456.png
namespace http://www.jeppesen.com/aoc
type SignatureGroupType
properties
isRef 0
content complex
children signatureIndicator signatureDateTimeStamp remarks

element SignFlightReleaseResponseGroupType/errorText
diagram DPSpec_p457.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Explanation of error.  Examples: unknown flight key; no known crew member.

complexType SignFlightReleaseResponseType
diagram DPSpec_p458.png
namespace http://www.jeppesen.com/aoc
children signFlightReleaseResponseGroup
used by
element DispatchType/signFlightReleaseResponse
annotation
documentation
DP007 v1 Sign Flight Release RESPONSE

element SignFlightReleaseResponseType/signFlightReleaseResponseGroup
diagram DPSpec_p459.png
namespace http://www.jeppesen.com/aoc
type SignFlightReleaseResponseGroupType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children flightKey isFlightChained signatureGroup errorText

complexType Uplink702aFlightType
diagram DPSpec_p460.png
namespace http://www.jeppesen.com/aoc
children flightNumber airlineCode pod scratchPadText
used by
elements FlightPlanRequestType/flightIdentInfo/flight702aId FlightPlanResponseType/flightIdentInfo/flight702aId

element Uplink702aFlightType/flightNumber
diagram DPSpec_p461.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 12 
annotation
documentation
Flight Number from Common.xsd

element Uplink702aFlightType/airlineCode
diagram DPSpec_p462.png
namespace http://www.jeppesen.com/aoc
type AirlineCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Airline Code

element Uplink702aFlightType/pod
diagram DPSpec_p463.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children iata icao icao other
annotation
documentation
POD is the Point of Departure.   FAA-Departure Point.  ICAO-Departure Aerodrome

element Uplink702aFlightType/scratchPadText
diagram DPSpec_p464.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Text of data contained in scratch pad.   String, maxLength 300

complexType UserDataType
diagram DPSpec_p465.png
namespace http://www.jeppesen.com/aoc
children userId userName
used by
element CalculationResultRecordType/userData

element UserDataType/userId
diagram DPSpec_p466.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
Login ID, LDAP

element UserDataType/userName
diagram DPSpec_p467.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
The username who's signature is on the release.  The name that is returned by ldap.

simpleType CRRFuelQuantityRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType CRRFuelQuantityType
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 

complexType AccessType
diagram DPSpec_p468.png
namespace http://www.jeppesen.com/aoc
children name key
used by
element PublishFlightPlanType/AccessType
annotation
documentation
Element group may be set to required or optional, and/or  be set to repeatable within a message.

element AccessType/name
diagram DPSpec_p469.png
namespace http://www.jeppesen.com/aoc
type String250
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 250 
annotation
documentation
Example name of the Value:  OperatorId.   String250, limited to 250 chars.

element AccessType/key
diagram DPSpec_p470.png
namespace http://www.jeppesen.com/aoc
type String250
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 250 
annotation
documentation
Example key or value of the named value for OperatorId value:  SWA1234.   String250, limited to 250 chars.

complexType AircraftIdentType
diagram DPSpec_p471.png
namespace http://www.jeppesen.com/aoc
children registrationNumber noseNumber serialNumber noseNumber serialNumber serialNumber other
used by
element DmiIdentifierType/aircraftId
annotation
documentation
Identifies an aircraft using registration, serial, nose number, or other (customer defined)

element AircraftIdentType/registrationNumber
diagram DPSpec_p472.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Aircraft Registration Number.

element AircraftIdentType/noseNumber
diagram DPSpec_p473.png
namespace http://www.jeppesen.com/aoc
type NoseNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [A-Z\d]{1,12} 
annotation
documentation
Aircraft Nose Number.

element AircraftIdentType/serialNumber
diagram DPSpec_p474.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
Aircraft Serial Number.

element AircraftIdentType/noseNumber
diagram DPSpec_p475.png
namespace http://www.jeppesen.com/aoc
type NoseNumberType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z\d]{1,12} 
annotation
documentation
Aircraft Nose Number.

element AircraftIdentType/serialNumber
diagram DPSpec_p476.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
Aircraft Serial Number.

element AircraftIdentType/serialNumber
diagram DPSpec_p477.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
Aircraft Serial Number.

element AircraftIdentType/other
diagram DPSpec_p478.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
This represents a customer defined aircraft. For Jeppesen, this is may be used to identify the unique JetPlan aircraft ID.  For Jeppesen JetPlan data access, the system currently only identifies the aircraft by using this field. Any other informaiton received is assumed to be the JetPlan ID and could result in an error.

complexType AircraftIdType
diagram DPSpec_p479.png
namespace http://www.jeppesen.com/aoc
children registrationNumber noseNumber serialNumber noseNumber serialNumber serialNumber
used by
elements FlightPlanRequestType/aircraftId FlightPlanResponseType/aircraftId BagaFlightKeyType/aircraftId FpResponseAircraftType/aircraftId
annotation
documentation
Identifies an aircraft using registration, serial, and/or nosenumber

element AircraftIdType/registrationNumber
diagram DPSpec_p480.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Aircraft Registration Number.

element AircraftIdType/noseNumber
diagram DPSpec_p481.png
namespace http://www.jeppesen.com/aoc
type NoseNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [A-Z\d]{1,12} 
annotation
documentation
Aircraft Nose Number.

element AircraftIdType/serialNumber
diagram DPSpec_p482.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
Aircraft Serial Number.

element AircraftIdType/noseNumber
diagram DPSpec_p483.png
namespace http://www.jeppesen.com/aoc
type NoseNumberType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z\d]{1,12} 
annotation
documentation
Aircraft Nose Number.

element AircraftIdType/serialNumber
diagram DPSpec_p484.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
Aircraft Serial Number.

element AircraftIdType/serialNumber
diagram DPSpec_p485.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
Aircraft Serial Number.

complexType AirlineCodeType
diagram DPSpec_p486.png
namespace http://www.jeppesen.com/aoc
children iata icao icao other
used by
elements RetrieveFlightListRequestType/airline GetDispatcherDeskListRequestType/airlineCode GetDispatcherDeskListResponseType/airlineCode Uplink702aFlightType/airlineCode FlightIdentifierType/airlineCode RouteKeyType/airlineCode
annotation
documentation
Uniquely identifies an airline using an IATA, ICAO, or other (customer defined).

element AirlineCodeType/iata
diagram DPSpec_p487.png
namespace http://www.jeppesen.com/aoc
type IataAirlineType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{2} 
annotation
documentation
IATA Airline Code.

element AirlineCodeType/icao
diagram DPSpec_p488.png
namespace http://www.jeppesen.com/aoc
type IcaoAirlineType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{3} 
annotation
documentation
ICAO Airline Code.

element AirlineCodeType/icao
diagram DPSpec_p489.png
namespace http://www.jeppesen.com/aoc
type IcaoAirlineType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{3} 
annotation
documentation
ICAO Airline Code.

element AirlineCodeType/other
diagram DPSpec_p490.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{1,4} 
annotation
documentation
This represents a customer defined airline.  For Jeppesen, this is may be used to identifying the unique JetPlan customer ID.  For Jeppesen JetPlan data access, the system currently only identifies the customer by using this field. Any other informaiton received is assumed to be the JetPlan ID and could result in an error.

complexType AirportCodeType
diagram DPSpec_p491.png
namespace http://www.jeppesen.com/aoc
children iata icao icao other
used by
elements AlternateLandingAirportGroup/airport FpResponseAirportType/airport FpResponseAlternateAirportType/alternateLandingAirportGroup/airport FpResponseEtpAirportType/airport MountainDriftdownType/alternateAirport ArrivalAlternatesType/arrivalAlternateAirports EtpNameCRRType/etp/backwardAirport EtpNameCRRType/etp/forwardAirport FlightPlanRequestType/poa FlightPlanResponseType/poa FlightListGroupType/poa ReleasedPlanGroupType/poa ArrivalAirportType/poa RouteKeyType/poa RetrieveFlightListRequestType/pod Uplink702aFlightType/pod BagaFlightKeyType/pod DepartureAirportType/pod FlightKeyType/pod RouteKeyType/pod
annotation
documentation
Uniquely identifies an airport using IATA, ICAO, or other (customer defined).

element AirportCodeType/iata
diagram DPSpec_p492.png
namespace http://www.jeppesen.com/aoc
type IataAirportType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{3} 
annotation
documentation
IATA Airport Code.

element AirportCodeType/icao
diagram DPSpec_p493.png
namespace http://www.jeppesen.com/aoc
type IcaoAirportType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{4} 
annotation
documentation
ICAO Airport Code.

element AirportCodeType/icao
diagram DPSpec_p494.png
namespace http://www.jeppesen.com/aoc
type IcaoAirportType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{4} 
annotation
documentation
ICAO Airport Code.

element AirportCodeType/other
diagram DPSpec_p495.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{1,4} 
annotation
documentation
This represents a customer defined airport.  For Jeppesen, this is may be used to identifying the unique JetPlan aiport ID.  For Jeppesen JetPlan data access, the system currently only identifies the airport by using this field. Any other informaiton received is assumed to be the JetPlan ID and could result in an error.

complexType AirspeedType
diagram DPSpec_p496.png
namespace http://www.jeppesen.com/aoc
type extension of AirspeedRestriction
properties
base AirspeedRestriction
used by
elements CheckpointDataType/groundSpeed SegmentCheckpointType/groundSpeed FpResponseCheckpointType/groundSpeed FpResponseSegmentType/groundSpeed FpResponseTocTodType/groundSpeed SegmentCheckpointType/mach FpResponseSegmentType/mach CheckpointDataType/trueAirspeed SegmentCheckpointType/trueAirspeed FpResponseCheckpointType/trueAirspeed FpResponseSegmentType/trueAirspeed FpResponseTocTodType/trueAirspeed WindGradientType/windVelocity
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100

attribute AirspeedType/@units
type AirspeedUnitsEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration kts 
enumeration kph 
enumeration mph 
enumeration mach 
annotation
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100

complexType AltitudeCruiseModeGroupType
diagram DPSpec_p497.png
namespace http://www.jeppesen.com/aoc
children speed altitude
used by
element AltitudeCruiseModeType/altitudeCruiseModeGroup

element AltitudeCruiseModeGroupType/speed
diagram DPSpec_p498.png
namespace http://www.jeppesen.com/aoc
type CruiseModeType
properties
isRef 0
content complex
children machAirspeed cruiseMode indicatedAirspeed
annotation
documentation
Speed of the aircraft. 

element AltitudeCruiseModeGroupType/altitude
diagram DPSpec_p499.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Altitude of the aircraft.

complexType AltitudeCruiseModeType
diagram DPSpec_p500.png
namespace http://www.jeppesen.com/aoc
children altitudeCruiseModeGroup

element AltitudeCruiseModeType/altitudeCruiseModeGroup
diagram DPSpec_p501.png
namespace http://www.jeppesen.com/aoc
type AltitudeCruiseModeGroupType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children speed altitude

complexType AltitudeMinMaxType
diagram DPSpec_p502.png
namespace http://www.jeppesen.com/aoc
children min max

element AltitudeMinMaxType/min
diagram DPSpec_p503.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars

element AltitudeMinMaxType/max
diagram DPSpec_p504.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars

complexType AltitudeType
diagram DPSpec_p505.png
namespace http://www.jeppesen.com/aoc
type extension of AltitudeRangeRestriction
properties
base AltitudeRangeRestriction
used by
elements CheckpointDataType/altitude AltitudeCruiseModeGroupType/altitude FpRequestAltitudeType/altitudeGroup/altitude FpResponseCheckpointType/altitude FpResponseTocTodType/altitude FuelDurationType/altitude HorizontalCoordinateType/altitude AirportCRRType/elevation FlightDataType/flightLevel FlightLevelStepCheckpointType/flightLevel FpResponseFlightType/flightLevel FpResponseFlightLevelType/fpResponseFlightLevelGroup/flightLevel AltitudeMinMaxType/max AltitudeMinMaxType/min
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars

attribute AltitudeType/@units
type AltitudeHeightEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration ft 
enumeration 
enumeration fl 
enumeration mb 
annotation
documentation
ft = feet
m = meters
fl = flight level
mb = millibars

complexType ArrivalAirportType
diagram DPSpec_p506.png
namespace http://www.jeppesen.com/aoc
children poa customAirport

element ArrivalAirportType/poa
diagram DPSpec_p507.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other

element ArrivalAirportType/customAirport
diagram DPSpec_p508.png
namespace http://www.jeppesen.com/aoc
type CustomAirportType
properties
isRef 0
content complex
children customAirportId coordinates

complexType AtmosphericPressureType
diagram DPSpec_p509.png
namespace http://www.jeppesen.com/aoc
type extension of xs:double
properties
base xs:double
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAtmosphericUnitTyperequired      
documentation
at = Technical atmosphere
Atmosphere
atm = Atmosphere measured in bars
bar = Atmosphere measured in millibars
Pa = Atmosphere measured in pascals
hPa = Atmosphere measured in hectopascals
kPA = Atmosphere measured in kilopascals
inchHg = Atmosphere measured in inches of Mercury
psi = Pounds per square inch
mmHg / Torr = Atmosphere measured in Mercury millimeters

attribute AtmosphericPressureType/@units
type AtmosphericUnitType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration at 
enumeration atm 
enumeration bar 
enumeration mbar 
enumeration Pa 
enumeration hPa 
enumeration kPa 
enumeration inchHg 
enumeration psi 
enumeration mmHg 
enumeration Torr 
annotation
documentation
at = Technical atmosphere
Atmosphere
atm = Atmosphere measured in bars
bar = Atmosphere measured in millibars
Pa = Atmosphere measured in pascals
hPa = Atmosphere measured in hectopascals
kPA = Atmosphere measured in kilopascals
inchHg = Atmosphere measured in inches of Mercury
psi = Pounds per square inch
mmHg / Torr = Atmosphere measured in Mercury millimeters

complexType BagaFlightKeyType
diagram DPSpec_p510.png
namespace http://www.jeppesen.com/aoc
children aircraftId flightOriginDate operationalSuffix departureTime pod
used by
element FlightKeyChoiceType/bagaFlightKey
annotation
documentation
Business, General Aviation  and Military Flight Key

element BagaFlightKeyType/aircraftId
diagram DPSpec_p511.png
namespace http://www.jeppesen.com/aoc
type AircraftIdType
properties
isRef 0
content complex
children registrationNumber noseNumber serialNumber noseNumber serialNumber serialNumber

element BagaFlightKeyType/flightOriginDate
diagram DPSpec_p512.png
namespace http://www.jeppesen.com/aoc
type xs:date
properties
isRef 0
content simple
annotation
documentation
The date that the first leg of a multi leg flight departs.

element BagaFlightKeyType/operationalSuffix
diagram DPSpec_p513.png
namespace http://www.jeppesen.com/aoc
type String1
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Operational suffix - at a minimum will be used to uniquely identify a flight leg in cases where ground and/or air returns have occurred.

element BagaFlightKeyType/departureTime
diagram DPSpec_p514.png
namespace http://www.jeppesen.com/aoc
type xs:time
properties
isRef 0
content simple
annotation
documentation
hhmmssZ. Zulu Time of departure.

element BagaFlightKeyType/pod
diagram DPSpec_p515.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
POD is the Point of Departure.   FAA-Departure Point.  ICAO-Departure Aerodrome

complexType BiasType
diagram DPSpec_p516.png
namespace http://www.jeppesen.com/aoc
children doubleValue integerValue
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBiasEnumTyperequired      
documentation
percent = percentage of value
absolute = adjustment to the value

attribute BiasType/@units
type BiasEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration percent 
enumeration absolute 
annotation
documentation
percent = percentage of value
absolute = adjustment to the value

element BiasType/doubleValue
diagram DPSpec_p517.png
namespace http://www.jeppesen.com/aoc
type xs:double
properties
isRef 0
content simple
annotation
documentation
Bias value expressed as a double.

element BiasType/integerValue
diagram DPSpec_p518.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
annotation
documentation
Bias value expressed as an integer.

complexType BoundingAreaCircleType
diagram DPSpec_p519.png
namespace http://www.jeppesen.com/aoc
children point radius
used by
element BoundingAreaType/circle

element BoundingAreaCircleType/point
diagram DPSpec_p520.png
namespace http://www.jeppesen.com/aoc
type GeographicPointType
properties
isRef 0
content complex
children latitude longitude
annotation
documentation
Latitude and longitude.

element BoundingAreaCircleType/radius
diagram DPSpec_p521.png
namespace http://www.jeppesen.com/aoc
type DistanceType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 50000.0 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicDistanceEnumTyperequired      
documentation
nm = nautical miles
km = kilometers
ft = feet
m = meters
annotation
documentation
Distance of the radius.

complexType BoundingAreaPolygonType
diagram DPSpec_p522.png
namespace http://www.jeppesen.com/aoc
children point
used by
element BoundingAreaType/polygon

element BoundingAreaPolygonType/point
diagram DPSpec_p523.png
namespace http://www.jeppesen.com/aoc
type GeographicPointType
properties
isRef 0
minOcc 2
maxOcc unbounded
content complex
children latitude longitude
annotation
documentation
Latitude and longitude.

complexType BoundingAreaType
diagram DPSpec_p524.png
namespace http://www.jeppesen.com/aoc
children polygon circle

element BoundingAreaType/polygon
diagram DPSpec_p525.png
namespace http://www.jeppesen.com/aoc
type BoundingAreaPolygonType
properties
isRef 0
content complex
children point
annotation
documentation
Points defined by latitude and longitude that are joined together to form a polygon. 

element BoundingAreaType/circle
diagram DPSpec_p526.png
namespace http://www.jeppesen.com/aoc
type BoundingAreaCircleType
properties
isRef 0
content complex
children point radius
annotation
documentation
An area enclosed by a circle as defined latitude and longitude point and a radius.

complexType CheckpointType
diagram DPSpec_p527.png
namespace http://www.jeppesen.com/aoc
children coordinates waypoint userDefinedName dmeFix
used by
elements FpResponseFlightLevelType/fpResponseFlightLevelGroup/checkpoint FpResponseCheckpointType/name FpResponseEtpType/etp/name

element CheckpointType/coordinates
diagram DPSpec_p528.png
namespace http://www.jeppesen.com/aoc
type GeographicPointType
properties
isRef 0
content complex
children latitude longitude
annotation
documentation
Latitude and Longitude

element CheckpointType/waypoint
diagram DPSpec_p529.png
namespace http://www.jeppesen.com/aoc
type WaypointType
properties
isRef 0
content complex
children identifier icaoCode type
annotation
documentation
ARINC 424-defined waypoint.

element CheckpointType/userDefinedName
diagram DPSpec_p530.png
namespace http://www.jeppesen.com/aoc
type String12
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 12 
annotation
documentation
Name of a user-defined waypoint

element CheckpointType/dmeFix
diagram DPSpec_p531.png
namespace http://www.jeppesen.com/aoc
type String9
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Waypoint and radial combination; for example, name of a VOR (3 chars) plus a radial (3 chars) plus a distance (3 chars); for example, PLL265065

complexType ClassNameType
diagram DPSpec_p532.png
namespace http://www.jeppesen.com/aoc
children propertyClass propertyName

element ClassNameType/propertyClass
diagram DPSpec_p533.png
namespace http://www.jeppesen.com/aoc
type String255
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 255 

element ClassNameType/propertyName
diagram DPSpec_p534.png
namespace http://www.jeppesen.com/aoc
type String255
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 255 

complexType CruiseModeType
diagram DPSpec_p535.png
namespace http://www.jeppesen.com/aoc
children machAirspeed cruiseMode indicatedAirspeed
used by
elements FpRequestSpeedScheduleType/primaryCruiseMode AltitudeCruiseModeGroupType/speed

element CruiseModeType/machAirspeed
diagram DPSpec_p536.png
namespace http://www.jeppesen.com/aoc
type MachAirspeedRestriction
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern M[6-9][0-9] 
annotation
documentation
Cruise at Mach airspeed number.
M indicates Mach
xx indicates airspeed value.  Example:  M80, M84, M76

element CruiseModeType/cruiseMode
diagram DPSpec_p537.png
namespace http://www.jeppesen.com/aoc
type CruiseModeEnumType
properties
isRef 0
content simple
facets
Kind Value annotation 
length 
whiteSpace collapse 
enumeration CMC 
enumeration ECO 
enumeration HSC 
enumeration LRC 
enumeration MSR 
enumeration MRC 
enumeration MCT 
enumeration MSC 
enumeration NCT 
enumeration 925 
enumeration 945 
enumeration 1LE 
enumeration 2LE 
enumeration ECP 
enumeration MCP 
enumeration RCP 
annotation
documentation
CMC - Constant Mach cruise
ECO - Economy cruise
HSC - High speed cruise
LRC - Long range cruise
MSR - Maximum specific range
MRC - Maximum range cruise
MCT - Maximum cruise thrust
MSC - Maximum speed cruise
NCT - Normal cruise thrust
925 - 925 Turbine Inlet Temperature cruise
945 - 945 Turbine Inlet Temperature cruise
1LE - One less engine
2LE - Two less engines
ECP - Economy cruise power
MCP - Maximum cruise power
RCP - Recommended cruise power

element CruiseModeType/indicatedAirspeed
diagram DPSpec_p538.png
namespace http://www.jeppesen.com/aoc
type IndicatedAirspeedRestriction
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 100 
maxInclusive 400 
annotation
documentation
Indicated airspeed for flight plans

complexType CustomAirportType
diagram DPSpec_p539.png
namespace http://www.jeppesen.com/aoc
children customAirportId coordinates
used by
elements ArrivalAirportType/customAirport DepartureAirportType/customAirport

element CustomAirportType/customAirportId
diagram DPSpec_p540.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple

element CustomAirportType/coordinates
diagram DPSpec_p541.png
namespace http://www.jeppesen.com/aoc
type GeographicPointType
properties
isRef 0
content complex
children latitude longitude

complexType CustomBagaFlightKeyType
diagram DPSpec_p542.png
namespace http://www.jeppesen.com/aoc
children gufiId aircraftIdentifier flightOriginDate operationalSuffix departureTime departureAirport
used by
element CustomFlightKeyChoiceType/customBagaFlightKey

element CustomBagaFlightKeyType/gufiId
diagram DPSpec_p543.png
namespace http://www.jeppesen.com/aoc
type GufiId
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 36 

element CustomBagaFlightKeyType/aircraftIdentifier
diagram DPSpec_p544.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
content complex
children regNoseSerial noseSerial serialNumber

element CustomBagaFlightKeyType/aircraftIdentifier/regNoseSerial
diagram DPSpec_p545.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
content complex
children registrationNumber noseNumber serialNumber

element CustomBagaFlightKeyType/aircraftIdentifier/regNoseSerial/registrationNumber
diagram DPSpec_p546.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Aircraft Registration Number.

element CustomBagaFlightKeyType/aircraftIdentifier/regNoseSerial/noseNumber
diagram DPSpec_p547.png
namespace http://www.jeppesen.com/aoc
type NoseNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [A-Z\d]{1,12} 

element CustomBagaFlightKeyType/aircraftIdentifier/regNoseSerial/serialNumber
diagram DPSpec_p548.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 

element CustomBagaFlightKeyType/aircraftIdentifier/noseSerial
diagram DPSpec_p549.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
content complex
children noseNumber serialNumber

element CustomBagaFlightKeyType/aircraftIdentifier/noseSerial/noseNumber
diagram DPSpec_p550.png
namespace http://www.jeppesen.com/aoc
type NoseNumberType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z\d]{1,12} 

element CustomBagaFlightKeyType/aircraftIdentifier/noseSerial/serialNumber
diagram DPSpec_p551.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
Aircraft Serial Number.

element CustomBagaFlightKeyType/aircraftIdentifier/serialNumber
diagram DPSpec_p552.png
namespace http://www.jeppesen.com/aoc
type SerialNumberType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
Aircraft Serial Number.

element CustomBagaFlightKeyType/flightOriginDate
diagram DPSpec_p553.png
namespace http://www.jeppesen.com/aoc
type xs:date
properties
isRef 0
content simple
annotation
documentation
The date that the first leg of a multi leg flight departs.

element CustomBagaFlightKeyType/operationalSuffix
diagram DPSpec_p554.png
namespace http://www.jeppesen.com/aoc
type String1
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Operational suffix - at a minimum will be used to uniquely identify a flight leg in cases where ground and/or air returns have occurred.

element CustomBagaFlightKeyType/departureTime
diagram DPSpec_p555.png
namespace http://www.jeppesen.com/aoc
type xs:time
properties
isRef 0
content simple
annotation
documentation
hhmmssZ. Zulu Time of departure.

element CustomBagaFlightKeyType/departureAirport
diagram DPSpec_p556.png
namespace http://www.jeppesen.com/aoc
type DepartureAirportType
properties
isRef 0
content complex
children pod customAirport

complexType CustomCommercialFlightKeyType
diagram DPSpec_p557.png
namespace http://www.jeppesen.com/aoc
children gufiId flightIdentifier departureAirport
used by
element CustomFlightKeyChoiceType/customCommercialFlightKey
annotation
documentation
Commerical Flight Key:  gufiId, flightIdentifier (flightNumber, airlineCode, flightOriginDate, operationalSuffix), departureAirport (pod, customAirport/customAirportId, coordiantes)

element CustomCommercialFlightKeyType/gufiId
diagram DPSpec_p558.png
namespace http://www.jeppesen.com/aoc
type GufiId
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 36 

element CustomCommercialFlightKeyType/flightIdentifier
diagram DPSpec_p559.png
namespace http://www.jeppesen.com/aoc
type FlightIdentifierType
properties
isRef 0
content complex
children flightNumber airlineCode flightOriginDate operationalSuffix

element CustomCommercialFlightKeyType/departureAirport
diagram DPSpec_p560.png
namespace http://www.jeppesen.com/aoc
type DepartureAirportType
properties
isRef 0
content complex
children pod customAirport

complexType CustomFlightKeyChoiceType
diagram DPSpec_p561.png
namespace http://www.jeppesen.com/aoc
children gufiFlightKey customCommercialFlightKey customBagaFlightKey
annotation
documentation
A unique Flight Key Choice of one of three flight key types:   GUFI, Commercial, and BAGA flight keys.    Each of the flight key type allows for either an icao, iata, other departure airport, or a custom airport that includes name, and coordinates.

element CustomFlightKeyChoiceType/gufiFlightKey
diagram DPSpec_p562.png
namespace http://www.jeppesen.com/aoc
type GufiFlightKeyType
properties
isRef 0
content complex
children gufiId departureAirport

element CustomFlightKeyChoiceType/customCommercialFlightKey
diagram DPSpec_p563.png
namespace http://www.jeppesen.com/aoc
type CustomCommercialFlightKeyType
properties
isRef 0
content complex
children gufiId flightIdentifier departureAirport

element CustomFlightKeyChoiceType/customBagaFlightKey
diagram DPSpec_p564.png
namespace http://www.jeppesen.com/aoc
type CustomBagaFlightKeyType
properties
isRef 0
content complex
children gufiId aircraftIdentifier flightOriginDate operationalSuffix departureTime departureAirport

complexType DelayCodeType
diagram DPSpec_p565.png
namespace http://www.jeppesen.com/aoc
children duration code information

element DelayCodeType/duration
diagram DPSpec_p566.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:duration
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation

element DelayCodeType/code
diagram DPSpec_p567.png
namespace http://www.jeppesen.com/aoc
type String4
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
IATA Codes are used more often.

element DelayCodeType/information
diagram DPSpec_p568.png
namespace http://www.jeppesen.com/aoc
type String1000
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 1000 
annotation
documentation
Additional information that further clarifies the code.

complexType DepartureAirportType
diagram DPSpec_p569.png
namespace http://www.jeppesen.com/aoc
children pod customAirport
used by
elements CustomBagaFlightKeyType/departureAirport CustomCommercialFlightKeyType/departureAirport GufiFlightKeyType/departureAirport

element DepartureAirportType/pod
diagram DPSpec_p570.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
POD is the Point of Departure.   FAA-Departure Point.  ICAO-Departure Aerodrome

element DepartureAirportType/customAirport
diagram DPSpec_p571.png
namespace http://www.jeppesen.com/aoc
type CustomAirportType
properties
isRef 0
content complex
children customAirportId coordinates

complexType DepthType
diagram DPSpec_p572.png
namespace http://www.jeppesen.com/aoc
type extension of DepthRestriction
properties
base DepthRestriction
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsDepthUnitsEnumTyperequired      
annotation
documentation
Precipitation depth on runway. Common ICD. Runway conditions. See SCAP Interface Specification-Takeoff, Annex for descriptions of POPT(15). Valid only if runway condition is 2, 3, 5, or 6 as described in the SCAP POPT(15).

attribute DepthType/@units
type DepthUnitsEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration in 
enumeration ft 
enumeration mm 
enumeration cm 
enumeration 

complexType DistanceBiasType
diagram DPSpec_p573.png
namespace http://www.jeppesen.com/aoc
type extension of DistanceBiasRestriction
properties
base DistanceBiasRestriction
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 2500.0 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicDistanceEnumTyperequired      
documentation
nm = nautical miles
km = kilometers
ft = feet
m = meters

attribute DistanceBiasType/@units
type BasicDistanceEnumType
properties
isRef 0
use required
annotation
documentation
nm = nautical miles
km = kilometers
ft = feet
m = meters

complexType DistanceType
diagram DPSpec_p574.png
namespace http://www.jeppesen.com/aoc
type extension of DistanceRestriction
properties
base DistanceRestriction
used by
elements SegmentCheckpointType/distance FpResponseSegmentType/distance BoundingAreaCircleType/radius
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 50000.0 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicDistanceEnumTyperequired      
documentation
nm = nautical miles
km = kilometers
ft = feet
m = meters

attribute DistanceType/@units
type BasicDistanceEnumType
properties
isRef 0
use required
annotation
documentation
nm = nautical miles
km = kilometers
ft = feet
m = meters

complexType DmiIdentifierType
diagram DPSpec_p575.png
namespace http://www.jeppesen.com/aoc
children dmiClass ataCode controlNumber aircraftId equipmentCode

element DmiIdentifierType/dmiClass
diagram DPSpec_p576.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
annotation
documentation
MEL - Minimum Equipment List
CDL - Configuration Deviation List
NEF - Nonessential Equipment and Furnishings (previously known as  - Priority Deferral List)
DMI - Deferred Maintenance Item
SEL - Special Equipment List

element DmiIdentifierType/ataCode
diagram DPSpec_p577.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
ATA or unique identifier for the DMI.  If the ATA code is not used as the unique identifier (e.g. JetPlan), then this field is used to input the unique customer defined identifier.

element DmiIdentifierType/controlNumber
diagram DPSpec_p578.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Control number issued for the DMI

element DmiIdentifierType/aircraftId
diagram DPSpec_p579.png
namespace http://www.jeppesen.com/aoc
type AircraftIdentType
properties
isRef 0
content complex
children registrationNumber noseNumber serialNumber noseNumber serialNumber serialNumber other
annotation
documentation
Specific aircraft identifier.  Common ICD.

element DmiIdentifierType/equipmentCode
diagram DPSpec_p580.png
namespace http://www.jeppesen.com/aoc
type EquipmentCodeType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children iata icao icao other
annotation
documentation
The type of aircraft by ICAO, IATA, or Other Common ICD.

complexType ElevationType
diagram DPSpec_p581.png
namespace http://www.jeppesen.com/aoc
type extension of ElevationRangeRestriction
properties
base ElevationRangeRestriction
used by
element FpResponseAirportType/elevation
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 30000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicHeightEnumTyperequired      
documentation
ft = feet
m = meters

attribute ElevationType/@units
type BasicHeightEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration ft 
enumeration 
annotation
documentation
ft = feet
m = meters

complexType EquipmentCodeType
diagram DPSpec_p582.png
namespace http://www.jeppesen.com/aoc
children iata icao icao other
used by
elements FlightPlanRequestType/equipmentCode DmiIdentifierType/equipmentCode FpResponseAircraftType/equipmentCode
annotation
documentation
Uniquely identifies the aircraft equipement code, also known as the type of aircraft within a customers fleet.  Identifies using the IATA, ICAO, or other (Customer Defined). 

element EquipmentCodeType/iata
diagram DPSpec_p583.png
namespace http://www.jeppesen.com/aoc
type IataEquipmentCodeType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{3} 
annotation
documentation
IATA Equipment Type.

element EquipmentCodeType/icao
diagram DPSpec_p584.png
namespace http://www.jeppesen.com/aoc
type IcaoEquipmentCodeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{4} 
annotation
documentation
ICAO Equipment Type.

element EquipmentCodeType/icao
diagram DPSpec_p585.png
namespace http://www.jeppesen.com/aoc
type IcaoEquipmentCodeType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9A-Z]{4} 
annotation
documentation
ICAO Equipment Type.

element EquipmentCodeType/other
diagram DPSpec_p586.png
namespace http://www.jeppesen.com/aoc
type String8
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
This represents a customer defined aircraft equipment code.  For Jeppesen, this is may be used to identifying the unique JetPlan ID.  For Jeppesen JetPlan data access, the system currently only identifies the aircraft equipment by using this field. Any other informaiton received is assumed to be the JetPlan ID and could result in an error.

complexType ErrorType
diagram DPSpec_p587.png
namespace http://www.jeppesen.com/aoc
children code information
used by
elements DispatchType/error FlightPlanResponseType/error

element ErrorType/code
diagram DPSpec_p588.png
namespace http://www.jeppesen.com/aoc
type String10
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 10 
annotation
documentation
Error code

element ErrorType/information
diagram DPSpec_p589.png
namespace http://www.jeppesen.com/aoc
type String1000
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 1000 
annotation
documentation
Additional information that further clarifies the code

complexType FlightIdentifierType
diagram DPSpec_p590.png
namespace http://www.jeppesen.com/aoc
children flightNumber airlineCode flightOriginDate operationalSuffix
used by
elements CustomCommercialFlightKeyType/flightIdentifier FlightKeyType/flightIdentifier FpResponseFlightType/flightIdentifier

element FlightIdentifierType/flightNumber
diagram DPSpec_p591.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 12 
annotation
documentation
Flight Number

element FlightIdentifierType/airlineCode
diagram DPSpec_p592.png
namespace http://www.jeppesen.com/aoc
type AirlineCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Airline Code

element FlightIdentifierType/flightOriginDate
diagram DPSpec_p593.png
namespace http://www.jeppesen.com/aoc
type xs:date
properties
isRef 0
content simple
annotation
documentation
The date that the first leg of a multi leg flight departs.

element FlightIdentifierType/operationalSuffix
diagram DPSpec_p594.png
namespace http://www.jeppesen.com/aoc
type String1
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Operational suffix - at a minimum will be used to uniquely identify a flight leg in cases where ground and/or air returns have occurred.

complexType FlightKeyChoiceType
diagram DPSpec_p595.png
namespace http://www.jeppesen.com/aoc
children commericalFlightKey bagaFlightKey
used by
element PublishFlightPlanType/flightKeyChoice
annotation
documentation
Allows for a choice of appropriate flight key based on the business need.   FlightKey for Commerical.  BAGAFlightKey for Business, General Aviation.

element FlightKeyChoiceType/commericalFlightKey
diagram DPSpec_p596.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
content complex
children flightKey

element FlightKeyChoiceType/commericalFlightKey/flightKey
diagram DPSpec_p597.png
namespace http://www.jeppesen.com/aoc
type FlightKeyType
properties
isRef 0
content complex
children flightIdentifier pod

element FlightKeyChoiceType/bagaFlightKey
diagram DPSpec_p598.png
namespace http://www.jeppesen.com/aoc
type BagaFlightKeyType
properties
isRef 0
content complex
children aircraftId flightOriginDate operationalSuffix departureTime pod

complexType FlightKeyType
diagram DPSpec_p599.png
namespace http://www.jeppesen.com/aoc
children flightIdentifier pod
used by
elements GetFlightReleaseRequestType/flightKey CalculationResultRecordType/flightKey FlightNoteType/flightKey SignFlightReleasePublishType/signFlightRelease/flightKey FlightPlanRequestType/flightIdentInfo/flightKey FlightPlanResponseType/flightIdentInfo/flightKey RequestAcarsFlightPlanType/flightKey ChainedFlightsType/flightKey DispatchDeskFlightLegType/flightKey ErrorGroupType/flightKey FlightListGroupType/flightKey FlightReleaseSignedQueryRequestGroupType/flightKey FlightReleaseResponseGroupType/flightKey ReleasedPlanGroupType/flightKey SignFlightReleaseRequestGroupType/flightKey SignFlightReleaseResponseGroupType/flightKey FlightKeyChoiceType/commericalFlightKey/flightKey

element FlightKeyType/flightIdentifier
diagram DPSpec_p600.png
namespace http://www.jeppesen.com/aoc
type FlightIdentifierType
properties
isRef 0
content complex
children flightNumber airlineCode flightOriginDate operationalSuffix
annotation
documentation
Flight identifier

element FlightKeyType/pod
diagram DPSpec_p601.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
POD is the Point of Departure.   FAA-Departure Point.  ICAO-Departure Aerodrome

complexType FpRequestAltitudeType
diagram DPSpec_p602.png
namespace http://www.jeppesen.com/aoc
children altitudeGroup
used by
element FpRequestScenarioType/altitude

element FpRequestAltitudeType/altitudeGroup
diagram DPSpec_p603.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children altitude

element FpRequestAltitudeType/altitudeGroup/altitude
diagram DPSpec_p604.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Flight altitude levels.  A minimum of one altitude must be specified.

complexType FpRequestScenarioType
diagram DPSpec_p605.png
namespace http://www.jeppesen.com/aoc
children altitude ranking
used by
element PublishFlightPlanType/scenario

element FpRequestScenarioType/altitude
diagram DPSpec_p606.png
namespace http://www.jeppesen.com/aoc
type FpRequestAltitudeType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children altitudeGroup
annotation
documentation
Altitude flight levels.

element FpRequestScenarioType/ranking
diagram DPSpec_p607.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Cost 
enumeration Fuel 
enumeration Time 
annotation
documentation
Ranking value.

complexType FpRequestSpeedScheduleType
diagram DPSpec_p608.png
namespace http://www.jeppesen.com/aoc
children primaryCruiseMode primaryCostIndex
used by
elements PublishFlightPlanType/speedSchedule CalculationResultRecordType/speedSchedule

element FpRequestSpeedScheduleType/primaryCruiseMode
diagram DPSpec_p609.png
namespace http://www.jeppesen.com/aoc
type CruiseModeType
properties
isRef 0
content complex
children machAirspeed cruiseMode indicatedAirspeed
annotation
documentation
Cruise mode.  Conditional on Cruise or Cost Index preference.  One of either primaryCruiseMode or primaryCostIndex must be selected.

element FpRequestSpeedScheduleType/primaryCostIndex
diagram DPSpec_p610.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 9999 
annotation
documentation
Cost index factor.  Conditional on Cruise or Cost Index preference.  One of either primaryCruiseMode or primaryCostIndex must be selected.

complexType FpResponseAircraftType
diagram DPSpec_p611.png
namespace http://www.jeppesen.com/aoc
children equipmentCode aircraftId
used by
elements PublishFlightPlanType/aircraft CalculationResultRecordType/aircraft

element FpResponseAircraftType/equipmentCode
diagram DPSpec_p612.png
namespace http://www.jeppesen.com/aoc
type EquipmentCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Aircraft type

element FpResponseAircraftType/aircraftId
diagram DPSpec_p613.png
namespace http://www.jeppesen.com/aoc
type AircraftIdType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children registrationNumber noseNumber serialNumber noseNumber serialNumber serialNumber
annotation
documentation
Aircraft identification

complexType FpResponseAirportType
diagram DPSpec_p614.png
namespace http://www.jeppesen.com/aoc
children airport coordinates elevation
used by
elements PublishFlightPlanType/poa PublishFlightPlanType/pod

element FpResponseAirportType/airport
diagram DPSpec_p615.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Airport code

element FpResponseAirportType/coordinates
diagram DPSpec_p616.png
namespace http://www.jeppesen.com/aoc
type GeographicPointType
properties
isRef 0
content complex
children latitude longitude
annotation
documentation
Airport geographic location

element FpResponseAirportType/elevation
diagram DPSpec_p617.png
namespace http://www.jeppesen.com/aoc
type ElevationType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 30000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicHeightEnumTyperequired      
documentation
ft = feet
m = meters
annotation
documentation
Airport elevation

complexType FpResponseAlternateAirportType
diagram DPSpec_p618.png
namespace http://www.jeppesen.com/aoc
children alternateLandingAirportGroup

element FpResponseAlternateAirportType/alternateLandingAirportGroup
diagram DPSpec_p619.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children airport fuel ete

element FpResponseAlternateAirportType/alternateLandingAirportGroup/airport
diagram DPSpec_p620.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Identification of alternate airport.
Common ICD.

element FpResponseAlternateAirportType/alternateLandingAirportGroup/fuel
diagram DPSpec_p621.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Fuel required to alternate airport.
Common ICD.

element FpResponseAlternateAirportType/alternateLandingAirportGroup/ete
diagram DPSpec_p622.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
content simple
annotation
documentation
Estimated flying time to alternate airport.

complexType FpResponseCheckpointType
diagram DPSpec_p623.png
namespace http://www.jeppesen.com/aoc
children name coordinates altitude groundSpeed trueAirspeed firId fuelRemaining
used by
elements RouteSegmentType/checkpoint FpResponseRouteType/checkpoint
attributes
Name  Type  Use  Default  Fixed  annotation
orderInteger1to1000required      
documentation
Record number - Ordered record number for recurring data

attribute FpResponseCheckpointType/@order
type Integer1to1000
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000 
annotation
documentation
Record number - Ordered record number for recurring data

element FpResponseCheckpointType/name
diagram DPSpec_p624.png
namespace http://www.jeppesen.com/aoc
type CheckpointType
properties
isRef 0
content complex
children coordinates waypoint userDefinedName dmeFix
annotation
documentation
Checkpoint name.  Includes the named checkpoints - "toc" and "tod".

element FpResponseCheckpointType/coordinates
diagram DPSpec_p625.png
namespace http://www.jeppesen.com/aoc
type GeographicPointType
properties
isRef 0
content complex
children latitude longitude
annotation
documentation
Checkpoint Latitude/Longitude; read only

element FpResponseCheckpointType/altitude
diagram DPSpec_p626.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Altitude

element FpResponseCheckpointType/groundSpeed
diagram DPSpec_p627.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
Ground speed

element FpResponseCheckpointType/trueAirspeed
diagram DPSpec_p628.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
True air speed

element FpResponseCheckpointType/firId
diagram DPSpec_p629.png
namespace http://www.jeppesen.com/aoc
type String4to4
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
FIR

element FpResponseCheckpointType/fuelRemaining
diagram DPSpec_p630.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Used if the Flight Planning system performs fuel remaining calculations at checkpoints.

complexType FpResponseEtpAirportType
diagram DPSpec_p631.png
namespace http://www.jeppesen.com/aoc
children airport
used by
elements FpResponseEtpType/etp/backwardAirport FpResponseEtpType/etp/forwardAirport

element FpResponseEtpAirportType/airport
diagram DPSpec_p632.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Airport code

complexType FpResponseEtpType
diagram DPSpec_p633.png
namespace http://www.jeppesen.com/aoc
children etp
used by
element EqualTimePointsType/equalTimePoints

element FpResponseEtpType/etp
diagram DPSpec_p634.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children name coordinates forwardAirport backwardAirport
attributes
Name  Type  Use  Default  Fixed  annotation
orderInteger1to1000required      
documentation
Preserve ETP order

attribute FpResponseEtpType/etp/@order
type Integer1to1000
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000 
annotation
documentation
Preserve ETP order

element FpResponseEtpType/etp/name
diagram DPSpec_p635.png
namespace http://www.jeppesen.com/aoc
type CheckpointType
properties
isRef 0
content complex
children coordinates waypoint userDefinedName dmeFix
annotation
documentation
Equal time point

element FpResponseEtpType/etp/coordinates
diagram DPSpec_p636.png
namespace http://www.jeppesen.com/aoc
type GeographicPointType
properties
isRef 0
content complex
children latitude longitude
annotation
documentation
Checkpoint Latitude/Longitude; read only

element FpResponseEtpType/etp/forwardAirport
diagram DPSpec_p637.png
namespace http://www.jeppesen.com/aoc
type FpResponseEtpAirportType
properties
isRef 0
content complex
children airport
annotation
documentation
Forward equal time point

element FpResponseEtpType/etp/backwardAirport
diagram DPSpec_p638.png
namespace http://www.jeppesen.com/aoc
type FpResponseEtpAirportType
properties
isRef 0
content complex
children airport
annotation
documentation
Backward equal time point

complexType FpResponseFlightLevelType
diagram DPSpec_p639.png
namespace http://www.jeppesen.com/aoc
children fpResponseFlightLevelGroup
used by
element FpResponseFlightType/flightLevelStep

element FpResponseFlightLevelType/fpResponseFlightLevelGroup
diagram DPSpec_p640.png
namespace http://www.jeppesen.com/aoc
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children checkpoint flightLevel

element FpResponseFlightLevelType/fpResponseFlightLevelGroup/checkpoint
diagram DPSpec_p641.png
namespace http://www.jeppesen.com/aoc
type CheckpointType
properties
isRef 0
content complex
children coordinates waypoint userDefinedName dmeFix
annotation
documentation
Flight level checkpoint.  If multiple flight levels are provided, all flight levels after the first is expected to have a checkpoint associated.

element FpResponseFlightLevelType/fpResponseFlightLevelGroup/flightLevel
diagram DPSpec_p642.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Flight level altitude

complexType FpResponseFlightType
diagram DPSpec_p643.png
namespace http://www.jeppesen.com/aoc
children flightIdentifier callSign etd taxiOutTime taxiInTime eta ete payload departureWeight arrivalWeight flightLevel flightLevelStep averageWind averageTemp
used by
element PublishFlightPlanType/flight

element FpResponseFlightType/flightIdentifier
diagram DPSpec_p644.png
namespace http://www.jeppesen.com/aoc
type FlightIdentifierType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children flightNumber airlineCode flightOriginDate operationalSuffix
annotation
documentation
Flight Identifier

element FpResponseFlightType/callSign
diagram DPSpec_p645.png
namespace http://www.jeppesen.com/aoc
type CallSignType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Call sign

element FpResponseFlightType/etd
diagram DPSpec_p646.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Estimated time of departure

element FpResponseFlightType/taxiOutTime
diagram DPSpec_p647.png
namespace http://www.jeppesen.com/aoc
type Duration0to180Minutes
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive PT0M 
maxInclusive PT180M 
annotation
documentation
Airport taxi out time in minutes

element FpResponseFlightType/taxiInTime
diagram DPSpec_p648.png
namespace http://www.jeppesen.com/aoc
type Duration0to180Minutes
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive PT0M 
maxInclusive PT180M 
annotation
documentation
Airport taxi in time in minutes

element FpResponseFlightType/eta
diagram DPSpec_p649.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Estimated time of arrival

element FpResponseFlightType/ete
diagram DPSpec_p650.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:duration
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive PT0H 
maxInclusive PT48H 
annotation
documentation
Time enroute in hours

element FpResponseFlightType/payload
diagram DPSpec_p651.png
namespace http://www.jeppesen.com/aoc
type PayloadWeightType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms
annotation
documentation
Payload.  Always include unless asking for payload calculation

element FpResponseFlightType/departureWeight
diagram DPSpec_p652.png
namespace http://www.jeppesen.com/aoc
type TotalWeightType
properties
isRef 0
content complex
facets
Kind Value annotation 
maxInclusive 4000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms
annotation
documentation
Departure weight

element FpResponseFlightType/arrivalWeight
diagram DPSpec_p653.png
namespace http://www.jeppesen.com/aoc
type TotalWeightType
properties
isRef 0
content complex
facets
Kind Value annotation 
maxInclusive 4000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms
annotation
documentation
Arrival weight

element FpResponseFlightType/flightLevel
diagram DPSpec_p654.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Flight level altitude.  This is the first flight level achieved.  If multiple flight levels are used, they are added using flightLevelStep.

element FpResponseFlightType/flightLevelStep
diagram DPSpec_p655.png
namespace http://www.jeppesen.com/aoc
type FpResponseFlightLevelType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children fpResponseFlightLevelGroup
annotation
documentation
Checkpoints and flight levels for a step flight.

element FpResponseFlightType/averageWind
diagram DPSpec_p656.png
namespace http://www.jeppesen.com/aoc
type SpeedType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -400 
maxInclusive 400 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsSpeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
annotation
documentation
Average route wind speed

element FpResponseFlightType/averageTemp
diagram DPSpec_p657.png
namespace http://www.jeppesen.com/aoc
type TemperatureType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -459 
maxInclusive 373 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsTemperatureUnitsEnumTyperequired      
documentation
C = Celcius
F = Fahrenheit
K = Kelvin
annotation
documentation
Average route temperature

complexType FpResponseFuelType
diagram DPSpec_p658.png
namespace http://www.jeppesen.com/aoc
children departure taxiOut taxiIn arrival
used by
element FuelType/fuelType

element FpResponseFuelType/departure
diagram DPSpec_p659.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Departure fuel

element FpResponseFuelType/taxiOut
diagram DPSpec_p660.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Airport taxi out fuel

element FpResponseFuelType/taxiIn
diagram DPSpec_p661.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Airport taxi in fuel

element FpResponseFuelType/arrival
diagram DPSpec_p662.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Arrival fuel

complexType FpResponsePlanStatisticsType
diagram DPSpec_p663.png
namespace http://www.jeppesen.com/aoc
children flightPlanKey runDate
used by
element PublishFlightPlanType/planStatistics

element FpResponsePlanStatisticsType/flightPlanKey
diagram DPSpec_p664.png
namespace http://www.jeppesen.com/aoc
type String30
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 30 
annotation
documentation
Specific plan ID.

element FpResponsePlanStatisticsType/runDate
diagram DPSpec_p665.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Date and time plan was run.

complexType FpResponseRouteType
diagram DPSpec_p666.png
namespace http://www.jeppesen.com/aoc
children checkpoint segment

element FpResponseRouteType/checkpoint
diagram DPSpec_p667.png
namespace http://www.jeppesen.com/aoc
type FpResponseCheckpointType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children name coordinates altitude groundSpeed trueAirspeed firId fuelRemaining
attributes
Name  Type  Use  Default  Fixed  annotation
orderInteger1to1000required      
documentation
Record number - Ordered record number for recurring data
annotation
documentation
First checkpoint will always be the POD and the last checkpoint will always be the last POA; minimum of two checkpoints

element FpResponseRouteType/segment
diagram DPSpec_p668.png
namespace http://www.jeppesen.com/aoc
type FpResponseSegmentType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children airway distance fuel mach groundSpeed trueAirspeed
attributes
Name  Type  Use  Default  Fixed  annotation
orderInteger1to1000required      
documentation
Record number - Ordered record number for recurring data
annotation
documentation
Minimum of one segment

complexType FpResponseSegmentType
diagram DPSpec_p669.png
namespace http://www.jeppesen.com/aoc
children airway distance fuel mach groundSpeed trueAirspeed
used by
elements RouteSegmentType/routeSegment FpResponseRouteType/segment
attributes
Name  Type  Use  Default  Fixed  annotation
orderInteger1to1000required      
documentation
Record number - Ordered record number for recurring data

attribute FpResponseSegmentType/@order
type Integer1to1000
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000 
annotation
documentation
Record number - Ordered record number for recurring data

element FpResponseSegmentType/airway
diagram DPSpec_p670.png
namespace http://www.jeppesen.com/aoc
type String10
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 10 
annotation
documentation
Airway. Provide if on an airway

element FpResponseSegmentType/distance
diagram DPSpec_p671.png
namespace http://www.jeppesen.com/aoc
type DistanceType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 50000.0 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicDistanceEnumTyperequired      
documentation
nm = nautical miles
km = kilometers
ft = feet
m = meters
annotation
documentation
Segment distance

element FpResponseSegmentType/fuel
diagram DPSpec_p672.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Segment fuel. If calculated, segment fuel represents the fuel used since the most recent previous checkpoint where a segment fuel calculation was performed.

element FpResponseSegmentType/mach
diagram DPSpec_p673.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
Segment mach.  Only if in mach range.

element FpResponseSegmentType/groundSpeed
diagram DPSpec_p674.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
Ground speed

element FpResponseSegmentType/trueAirspeed
diagram DPSpec_p675.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100
annotation
documentation
True air speed

complexType FpResponseTocTodType
diagram DPSpec_p676.png
namespace http://www.jeppesen.com/aoc
children altitude groundSpeed trueAirspeed

element FpResponseTocTodType/altitude
diagram DPSpec_p677.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars

element FpResponseTocTodType/groundSpeed
diagram DPSpec_p678.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100

element FpResponseTocTodType/trueAirspeed
diagram DPSpec_p679.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100

complexType FrequencyType
diagram DPSpec_p680.png
namespace http://www.jeppesen.com/aoc
type extension of FrequencyRangeRestriction
properties
base FrequencyRangeRestriction
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 30000.0 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFrequencyUnitsEnumTyperequired      
documentation
khz = kilohertz
mhz = megahertz

attribute FrequencyType/@units
type FrequencyUnitsEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration khz 
enumeration mhz 
annotation
documentation
khz = kilohertz
mhz = megahertz

complexType FuelAdjustmentType
diagram DPSpec_p681.png
namespace http://www.jeppesen.com/aoc
children fuelWeight fuelPercentage

element FuelAdjustmentType/fuelWeight
diagram DPSpec_p682.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.

element FuelAdjustmentType/fuelPercentage
diagram DPSpec_p683.png
namespace http://www.jeppesen.com/aoc
type FloatingPercentageRestriction
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 100.0 

complexType FuelBurnRateType
diagram DPSpec_p684.png
namespace http://www.jeppesen.com/aoc
children fuelDuration fuelQuantity

element FuelBurnRateType/fuelDuration
diagram DPSpec_p685.png
namespace http://www.jeppesen.com/aoc
type FuelDurationType
properties
isRef 0
content complex
children duration altitude
annotation
documentation
Duration of fuel in time.

element FuelBurnRateType/fuelQuantity
diagram DPSpec_p686.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Fuel quantity.

complexType FuelDurationType
diagram DPSpec_p687.png
namespace http://www.jeppesen.com/aoc
children duration altitude
used by
elements FuelBurnRateType/fuelDuration FuelQuantityDurationType/fuelDuration

element FuelDurationType/duration
diagram DPSpec_p688.png
namespace http://www.jeppesen.com/aoc
type xs:duration
properties
isRef 0
content simple
annotation
documentation
Duration of fuel in time.

element FuelDurationType/altitude
diagram DPSpec_p689.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars
annotation
documentation
Altitude

complexType FuelPlanAmountType
diagram DPSpec_p690.png
namespace http://www.jeppesen.com/aoc
children fuelWeight fuelMinutes

element FuelPlanAmountType/fuelWeight
diagram DPSpec_p691.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.

element FuelPlanAmountType/fuelMinutes
diagram DPSpec_p692.png
namespace http://www.jeppesen.com/aoc
type FuelTimeRestriction
properties
isRef 0
content simple
facets
Kind Value annotation 
maxInclusive 14400 

complexType FuelQuantityDurationType
diagram DPSpec_p693.png
namespace http://www.jeppesen.com/aoc
children fuelDuration fuelQuantity

element FuelQuantityDurationType/fuelDuration
diagram DPSpec_p694.png
namespace http://www.jeppesen.com/aoc
type FuelDurationType
properties
isRef 0
content complex
children duration altitude
annotation
documentation
Duration of fuel in time.

element FuelQuantityDurationType/fuelQuantity
diagram DPSpec_p695.png
namespace http://www.jeppesen.com/aoc
type FuelQuantityType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.
annotation
documentation
Fuel quantity.

complexType FuelQuantityType
diagram DPSpec_p696.png
namespace http://www.jeppesen.com/aoc
type extension of FuelQuantityRestriction
properties
base FuelQuantityRestriction
used by
elements FpResponseFuelType/arrival FpResponseFuelType/departure AlternateLandingAirportGroup/fuel SegmentCheckpointType/fuel FpResponseAlternateAirportType/alternateLandingAirportGroup/fuel FpResponseSegmentType/fuel FuelBurnRateType/fuelQuantity FuelQuantityDurationType/fuelQuantity CheckpointDataType/fuelRemaining FpResponseCheckpointType/fuelRemaining FuelPlanAmountType/fuelWeight FuelAdjustmentType/fuelWeight FpResponseFuelType/taxiIn FpResponseFuelType/taxiOut FuelType/tripFuel
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsFuelQuantityUnitsEnumrequired      
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons
densityxs:double      
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.

attribute FuelQuantityType/@units
type FuelQuantityUnitsEnum
properties
isRef 0
use required
annotation
documentation
kg = kilograms
lb = pounds
lt = liters
ig = imperial gallons
ug = U.S. gallons

attribute FuelQuantityType/@density
type xs:double
properties
isRef 0
annotation
documentation
If volume is used this value will be used to convert to weight.  If not supplied, then standard densities will be used.

complexType GeographicPointType
diagram DPSpec_p697.png
namespace http://www.jeppesen.com/aoc
children latitude longitude
used by
elements CheckpointType/coordinates CustomAirportType/coordinates FpResponseAirportType/coordinates FpResponseCheckpointType/coordinates FpResponseEtpType/etp/coordinates BoundingAreaPolygonType/point BoundingAreaCircleType/point

element GeographicPointType/latitude
diagram DPSpec_p698.png
namespace http://www.jeppesen.com/aoc
type LatitudeType
properties
isRef 0
content complex
children hemisphere degrees minutes seconds
annotation
documentation
Latitude

element GeographicPointType/longitude
diagram DPSpec_p699.png
namespace http://www.jeppesen.com/aoc
type LongitudeType
properties
isRef 0
content complex
children hemisphere degrees minutes seconds
annotation
documentation
Longitude

complexType GufiFlightKeyType
diagram DPSpec_p700.png
namespace http://www.jeppesen.com/aoc
children gufiId departureAirport
used by
element CustomFlightKeyChoiceType/gufiFlightKey

element GufiFlightKeyType/gufiId
diagram DPSpec_p701.png
namespace http://www.jeppesen.com/aoc
type restriction of GufiId
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 36 

element GufiFlightKeyType/departureAirport
diagram DPSpec_p702.png
namespace http://www.jeppesen.com/aoc
type DepartureAirportType
properties
isRef 0
content complex
children pod customAirport

complexType HorizontalCoordinateType
diagram DPSpec_p703.png
namespace http://www.jeppesen.com/aoc
children altitude azimuth

element HorizontalCoordinateType/altitude
diagram DPSpec_p704.png
namespace http://www.jeppesen.com/aoc
type AltitudeType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAltitudeHeightEnumTyperequired      
documentation
ft = feet
m = meters
fl = flight level
mb = millibars

element HorizontalCoordinateType/azimuth
diagram DPSpec_p705.png
namespace http://www.jeppesen.com/aoc
type AzimuthType
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 360 

complexType IntegrityLevelType
diagram DPSpec_p706.png
namespace http://www.jeppesen.com/aoc
children level rnpArValue

element IntegrityLevelType/level
diagram DPSpec_p707.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
annotation
documentation
Example: Basic RNP 1, RNAV1, RNAV2, RNAV5, RNAV10, RNP4, MNPS, Terminal, Enroute, Approach, RNP Approach.   NOTE:  IntegrityLevelType is a repeatable set.   Define only one level per set.

element IntegrityLevelType/rnpArValue
diagram DPSpec_p708.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:decimal
properties
isRef 0
content simple
facets
Kind Value annotation 
minExclusive 
annotation
documentation
FAA approval is required to uilize this value.

complexType IntMinMaxType
diagram DPSpec_p709.png
namespace http://www.jeppesen.com/aoc
children min max

element IntMinMaxType/min
diagram DPSpec_p710.png
namespace http://www.jeppesen.com/aoc
type xs:int
properties
isRef 0
content simple

element IntMinMaxType/max
diagram DPSpec_p711.png
namespace http://www.jeppesen.com/aoc
type xs:int
properties
isRef 0
content simple

complexType LatitudeType
diagram DPSpec_p712.png
namespace http://www.jeppesen.com/aoc
children hemisphere degrees minutes seconds
used by
element GeographicPointType/latitude

element LatitudeType/hemisphere
diagram DPSpec_p713.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 
enumeration 
annotation
documentation
N = north
S = south

element LatitudeType/degrees
diagram DPSpec_p714.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 90 
annotation
documentation
Degrees

element LatitudeType/minutes
diagram DPSpec_p715.png
namespace http://www.jeppesen.com/aoc
type MinuteSecondRangeRestriction
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 59 
annotation
documentation
Minutes

element LatitudeType/seconds
diagram DPSpec_p716.png
namespace http://www.jeppesen.com/aoc
type MinuteSecondRangeRestriction
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 59 
annotation
documentation
Seconds

complexType LimitingConditionType
diagram DPSpec_p717.png
namespace http://www.jeppesen.com/aoc
children code description

element LimitingConditionType/code
diagram DPSpec_p718.png
namespace http://www.jeppesen.com/aoc
type String3
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 

element LimitingConditionType/description
diagram DPSpec_p719.png
namespace http://www.jeppesen.com/aoc
type String250
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 250 

complexType LoginType
diagram DPSpec_p720.png
namespace http://www.jeppesen.com/aoc
children userName password

element LoginType/userName
diagram DPSpec_p721.png
namespace http://www.jeppesen.com/aoc
type String80
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 80 
annotation
documentation
User name to log into the database application

element LoginType/password
diagram DPSpec_p722.png
namespace http://www.jeppesen.com/aoc
type String80
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 80 
annotation
documentation
Password to log into the database application

complexType LongitudeType
diagram DPSpec_p723.png
namespace http://www.jeppesen.com/aoc
children hemisphere degrees minutes seconds
used by
element GeographicPointType/longitude

element LongitudeType/hemisphere
diagram DPSpec_p724.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 
enumeration 
annotation
documentation
E = East
W = West

element LongitudeType/degrees
diagram DPSpec_p725.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 180 
annotation
documentation
Degrees

element LongitudeType/minutes
diagram DPSpec_p726.png
namespace http://www.jeppesen.com/aoc
type MinuteSecondRangeRestriction
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 59 
annotation
documentation
Minutes

element LongitudeType/seconds
diagram DPSpec_p727.png
namespace http://www.jeppesen.com/aoc
type MinuteSecondRangeRestriction
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 59 
annotation
documentation
Seconds

complexType NoiseLevelType
diagram DPSpec_p728.png
namespace http://www.jeppesen.com/aoc
type extension of NoiseLevelRestriction
properties
base NoiseLevelRestriction
facets
Kind Value annotation 
minInclusive 
maxInclusive 194 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsSoundUnitsEnumTyperequired      
documentation
dBA=Acoustic decibels

attribute NoiseLevelType/@units
type SoundUnitsEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration dBA 
annotation
documentation
dBA=Acoustic decibels

complexType OperatingPeriodType
diagram DPSpec_p729.png
namespace http://www.jeppesen.com/aoc
children start end period

element OperatingPeriodType/start
diagram DPSpec_p730.png
namespace http://www.jeppesen.com/aoc
type xs:time
properties
isRef 0
content simple
annotation
documentation
Start time

element OperatingPeriodType/end
diagram DPSpec_p731.png
namespace http://www.jeppesen.com/aoc
type xs:time
properties
isRef 0
content simple
annotation
documentation
End time

element OperatingPeriodType/period
diagram DPSpec_p732.png
namespace http://www.jeppesen.com/aoc
type PeriodType
properties
isRef 0
content complex
children effectiveDate discontinueDate weekDays
annotation
documentation
Period

complexType PayloadWeightType
diagram DPSpec_p733.png
namespace http://www.jeppesen.com/aoc
type extension of PayloadWeightRestriction
properties
base PayloadWeightRestriction
used by
elements FlightDataType/payload FpResponseFlightType/payload
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms

attribute PayloadWeightType/@units
type BasicWeightEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration lb 
enumeration kg 
annotation
documentation
lb = pounds
kg = kilograms

complexType PeriodType
diagram DPSpec_p734.png
namespace http://www.jeppesen.com/aoc
children effectiveDate discontinueDate weekDays
used by
element OperatingPeriodType/period

element PeriodType/effectiveDate
diagram DPSpec_p735.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Effective Date

element PeriodType/discontinueDate
diagram DPSpec_p736.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Discontinue Date

element PeriodType/weekDays
diagram DPSpec_p737.png
namespace http://www.jeppesen.com/aoc
type WeekDayEnumType
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value annotation 
enumeration Sunday 
enumeration Monday 
enumeration Tuesday 
enumeration Wednesday 
enumeration Thursday 
enumeration Friday 
enumeration Saturday 
annotation
documentation
Week Days

complexType PriceType
diagram DPSpec_p738.png
namespace http://www.jeppesen.com/aoc
type extension of PriceRestriction
properties
base PriceRestriction
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 1000000000.0 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsString3to3required      
documentation
See ISO4217 for valid currency codes

attribute PriceType/@units
type String3to3
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
See ISO4217 for valid currency codes

complexType PropertyType
diagram DPSpec_p739.png
namespace http://www.jeppesen.com/aoc
children propertyClass propertyName propertyValue

element PropertyType/propertyClass
diagram DPSpec_p740.png
namespace http://www.jeppesen.com/aoc
type String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 

element PropertyType/propertyName
diagram DPSpec_p741.png
namespace http://www.jeppesen.com/aoc
type String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 

element PropertyType/propertyValue
diagram DPSpec_p742.png
namespace http://www.jeppesen.com/aoc
type PropertyValueType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children base64BinaryValue booleanValue dateTimeValue doubleValue integerValue stringValue

complexType PropertyValueType
diagram DPSpec_p743.png
namespace http://www.jeppesen.com/aoc
children base64BinaryValue booleanValue dateTimeValue doubleValue integerValue stringValue
used by
element PropertyType/propertyValue

element PropertyValueType/base64BinaryValue
diagram DPSpec_p744.png
namespace http://www.jeppesen.com/aoc
type xs:base64Binary
properties
isRef 0
content simple
nillable true

element PropertyValueType/booleanValue
diagram DPSpec_p745.png
namespace http://www.jeppesen.com/aoc
type xs:boolean
properties
isRef 0
content simple
nillable true

element PropertyValueType/dateTimeValue
diagram DPSpec_p746.png
namespace http://www.jeppesen.com/aoc
type xs:dateTime
properties
isRef 0
content simple
nillable true

element PropertyValueType/doubleValue
diagram DPSpec_p747.png
namespace http://www.jeppesen.com/aoc
type xs:double
properties
isRef 0
content simple
nillable true

element PropertyValueType/integerValue
diagram DPSpec_p748.png
namespace http://www.jeppesen.com/aoc
type xs:integer
properties
isRef 0
content simple
nillable true

element PropertyValueType/stringValue
diagram DPSpec_p749.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
nillable true

complexType ReasonType
diagram DPSpec_p750.png
namespace http://www.jeppesen.com/aoc
children code information

element ReasonType/code
diagram DPSpec_p751.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Reason Code

element ReasonType/information
diagram DPSpec_p752.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 1000 
annotation
documentation
Additional information that further clarifies the code.

complexType RouteKeyType
diagram DPSpec_p753.png
namespace http://www.jeppesen.com/aoc
children routeName airlineCode pod poa

element RouteKeyType/routeName
diagram DPSpec_p754.png
namespace http://www.jeppesen.com/aoc
type String11
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 11 
annotation
documentation
Name of the route; route identifier

element RouteKeyType/airlineCode
diagram DPSpec_p755.png
namespace http://www.jeppesen.com/aoc
type AirlineCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Airline or operator identifier

element RouteKeyType/pod
diagram DPSpec_p756.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Route POD

element RouteKeyType/poa
diagram DPSpec_p757.png
namespace http://www.jeppesen.com/aoc
type AirportCodeType
properties
isRef 0
content complex
children iata icao icao other
annotation
documentation
Route POA

complexType RunwayIdType
diagram DPSpec_p758.png
namespace http://www.jeppesen.com/aoc
children runwayNumber runwayDesignator

element RunwayIdType/runwayNumber
diagram DPSpec_p759.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 36 
annotation
documentation
Runway identifier number.

element RunwayIdType/runwayDesignator
diagram DPSpec_p760.png
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration 
enumeration 
enumeration 
annotation
documentation
Runway identifier number suffix to indicate Left, Center, and Right.

complexType SpeedType
diagram DPSpec_p761.png
namespace http://www.jeppesen.com/aoc
type extension of SpeedRangeRestriction
properties
base SpeedRangeRestriction
used by
elements FlightDataType/averageWind FpResponseFlightType/averageWind
facets
Kind Value annotation 
minInclusive -400 
maxInclusive 400 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsSpeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour

attribute SpeedType/@units
type SpeedUnitsEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration kts 
enumeration kph 
enumeration mph 
annotation
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour

complexType StatusType
diagram DPSpec_p762.png
namespace http://www.jeppesen.com/aoc
children code information

element StatusType/code
diagram DPSpec_p763.png
namespace http://www.jeppesen.com/aoc
type String4
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Code

element StatusType/information
diagram DPSpec_p764.png
namespace http://www.jeppesen.com/aoc
type String1000
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 1000 
annotation
documentation
Additional information that further clarifies the code.

complexType TemperatureType
diagram DPSpec_p765.png
namespace http://www.jeppesen.com/aoc
type extension of TemperatureRangeRestriction
properties
base TemperatureRangeRestriction
used by
elements FlightDataType/averageTemp FpResponseFlightType/averageTemp
facets
Kind Value annotation 
minInclusive -459 
maxInclusive 373 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsTemperatureUnitsEnumTyperequired      
documentation
C = Celcius
F = Fahrenheit
K = Kelvin

attribute TemperatureType/@units
type TemperatureUnitsEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration 
enumeration 
enumeration 
annotation
documentation
C = Celcius
F = Fahrenheit
K = Kelvin

complexType TotalWeightType
diagram DPSpec_p766.png
namespace http://www.jeppesen.com/aoc
type extension of TotalWeightRestriction
properties
base TotalWeightRestriction
used by
elements FpResponseFlightType/arrivalWeight FpResponseFlightType/departureWeight FlightPlanWeightsType/mLDW FlightPlanWeightsType/mTOW FlightPlanWeightsType/rampWeight
facets
Kind Value annotation 
maxInclusive 4000000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsBasicWeightEnumTyperequired      
documentation
lb = pounds
kg = kilograms

attribute TotalWeightType/@units
type BasicWeightEnumType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration lb 
enumeration kg 
annotation
documentation
lb = pounds
kg = kilograms

complexType UserInfoType
diagram DPSpec_p767.png
namespace http://www.jeppesen.com/aoc
children userName userLocation
annotation
documentation
UserName and Location (desk)

element UserInfoType/userName
diagram DPSpec_p768.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
User Name, or Dispatcher Name

element UserInfoType/userLocation
diagram DPSpec_p769.png
namespace http://www.jeppesen.com/aoc
type xs:string
properties
isRef 0
content simple
annotation
documentation
User Location or Desk Name.

complexType WaypointType
diagram DPSpec_p770.png
namespace http://www.jeppesen.com/aoc
children identifier icaoCode type
used by
element CheckpointType/waypoint

element WaypointType/identifier
diagram DPSpec_p771.png
namespace http://www.jeppesen.com/aoc
type String5
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Name of the waypoint

element WaypointType/icaoCode
diagram DPSpec_p772.png
namespace http://www.jeppesen.com/aoc
type String2
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
ICAO country code that represents the country that the waypoint is located

element WaypointType/type
diagram DPSpec_p773.png
namespace http://www.jeppesen.com/aoc
type String1
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 
annotation
documentation
Distinguishes between two waypoints with the same name in the same area, such as a VOR and NDB

complexType WindGradientType
diagram DPSpec_p774.png
namespace http://www.jeppesen.com/aoc
children windDirection windVelocity

element WindGradientType/windDirection
diagram DPSpec_p775.png
namespace http://www.jeppesen.com/aoc
type AzimuthType
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 360 

element WindGradientType/windVelocity
diagram DPSpec_p776.png
namespace http://www.jeppesen.com/aoc
type AirspeedType
properties
isRef 0
content complex
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 
attributes
Name  Type  Use  Default  Fixed  annotation
unitsAirspeedUnitsEnumTyperequired      
documentation
kts - nautical miles per hour
kph - kilometers per hour
mph - statute miles per hour
mach - number times 100

simpleType AirspeedRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType AirspeedType
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 

simpleType AirspeedUnitsEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute AirspeedType/@units
facets
Kind Value annotation 
enumeration kts 
enumeration kph 
enumeration mph 
enumeration mach 

simpleType AltitudeHeightEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute AltitudeType/@units
facets
Kind Value annotation 
enumeration ft 
enumeration 
enumeration fl 
enumeration mb 

simpleType AltitudeRangeRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType AltitudeType
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 250000 

simpleType AOCMessageClassType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
enumeration RESPONSE 
enumeration REQUEST 
enumeration PUBLISH 
annotation
documentation
Message Class

simpleType AOCMessageNameType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
enumeration AA001 
enumeration AA002 
enumeration AA003 
enumeration AA004 
enumeration AA005 
enumeration AA006 
enumeration AA007 
enumeration AA008 
enumeration AA009 
enumeration AA010 
enumeration AA011 
enumeration AA012 
enumeration AA013 
enumeration AA014 
enumeration AA015 
enumeration AA016 
enumeration AA017 
enumeration AA018 
enumeration AA019 
enumeration AA020 
enumeration AA021 
enumeration AN001 
enumeration AN002 
enumeration AN003 
enumeration AS001 
enumeration AT001 
enumeration AT002 
enumeration AT003 
enumeration AT011 
enumeration AT012 
enumeration AT013 
enumeration AT014 
enumeration AT015 
enumeration AT016 
enumeration AT018 
enumeration BT001 
enumeration CM001 
enumeration CM002 
enumeration CM003 
enumeration CM004 
enumeration CM005 
enumeration CS001 
enumeration CS002 
enumeration CS004 
enumeration CS005 
enumeration CS007 
enumeration CS008 
enumeration CS009 
enumeration CS010 
enumeration CS012 
enumeration CS013 
enumeration CS014 
enumeration CS015 
enumeration CS016 
enumeration CS017 
enumeration CS018 
enumeration CS019 
enumeration CT001 
enumeration DB001 
enumeration DM001 
enumeration DM002 
enumeration DM003 
enumeration DM004 
enumeration DP001 
enumeration DP002 
enumeration DP003 
enumeration DP004 
enumeration DP005 
enumeration DP006 
enumeration DP007 
enumeration DP008 
enumeration DP009 
enumeration DP010 
enumeration DP011 
enumeration DP012 
enumeration EF003 
enumeration EF004 
enumeration EP001 
enumeration EP002 
enumeration FF001 
enumeration FF002 
enumeration FF003 
enumeration FF004 
enumeration FP001 
enumeration GP001 
enumeration GP002 
enumeration GP003 
enumeration GP004 
enumeration GP005 
enumeration HB001 
enumeration HB002 
enumeration HB003 
enumeration HB004 
enumeration HB005 
enumeration HB006 
enumeration HB007 
enumeration HB008 
enumeration HB009 
enumeration MX001 
enumeration MX002 
enumeration MX003 
enumeration MX004 
enumeration MX005 
enumeration MX006 
enumeration MX007 
enumeration MX008 
enumeration MX009 
enumeration MX010 
enumeration MX011 
enumeration MX012 
enumeration MX013 
enumeration MX014 
enumeration MX015 
enumeration ND001 
enumeration ND002 
enumeration ND003 
enumeration ND004 
enumeration ND005 
enumeration ND006 
enumeration ND007 
enumeration ND008 
enumeration NM001 
enumeration NM002 
enumeration NM003 
enumeration NM004 
enumeration OC001 
enumeration OC002 
enumeration OC003 
enumeration OC004 
enumeration OC005 
enumeration OC008 
enumeration OC009 
enumeration OC010 
enumeration OC011 
enumeration OC012 
enumeration OC013 
enumeration OC014 
enumeration OC015 
enumeration OC016 
enumeration OC017 
enumeration OC018 
enumeration OC020 
enumeration OC021 
enumeration OC022 
enumeration OC023 
enumeration OC024 
enumeration OC025 
enumeration OC026 
enumeration OC027 
enumeration OC028 
enumeration OC029 
enumeration OC030 
enumeration OC031 
enumeration OC032 
enumeration OC033 
enumeration OC034 
enumeration OC035 
enumeration OC036 
enumeration OC037 
enumeration RS001 
enumeration SD001 
enumeration SP001 
enumeration SP002 
enumeration TN001 
enumeration TN002 
enumeration TN003 
enumeration TN004 
enumeration TN005 
enumeration UM001 
enumeration UM002 
enumeration WB001 
enumeration WB002 
enumeration WB003 
enumeration WB004 
enumeration WB005 
enumeration WB006 
enumeration WB007 
enumeration WX001 
enumeration WX002 
enumeration WX003 
enumeration WX004 
enumeration WX005 
enumeration WX006 
enumeration WX007 
enumeration WX008 
enumeration WX009 
enumeration WX010 
enumeration WX011 
enumeration WX012 
enumeration WX013 
enumeration WX014 
enumeration WX015 
enumeration ZZ001 
enumeration ZZ002 
enumeration ZZ003 
enumeration ZZ004 
enumeration ZZ005 
enumeration ZZ006 
enumeration ZZ007 
enumeration ZZ008 
enumeration ZZ009 
annotation
documentation
Message identifier from all ICDs.  List is available in CommonICD.PDF in section 2.0 Message Summary (i.e. AA001, OC001, etc)

simpleType AOCVersionType
namespace http://www.jeppesen.com/aoc
type xs:string
properties
base xs:string
annotation
documentation
Each message is assigned a version number using number identified by each message in the applicable ICD.  For all version 1 messages, this field must contain a "v" followed by  a "1".  For all versions greater than 1, just a number is accepted.

simpleType AtmosphericUnitType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute AtmosphericPressureType/@units
facets
Kind Value annotation 
enumeration at 
enumeration atm 
enumeration bar 
enumeration mbar 
enumeration Pa 
enumeration hPa 
enumeration kPa 
enumeration inchHg 
enumeration psi 
enumeration mmHg 
enumeration Torr 

simpleType AzimuthType
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
elements HorizontalCoordinateType/azimuth WindGradientType/windDirection
facets
Kind Value annotation 
minInclusive 
maxInclusive 360 
annotation
documentation
Compass direction in whole degrees

simpleType BasicDistanceEnumType
namespace http://www.jeppesen.com/aoc
type union of (LongDistanceEnumType, ShortDistanceEnumType)
used by
attributes DistanceType/@units DistanceBiasType/@units

simpleType BasicHeightEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute ElevationType/@units
facets
Kind Value annotation 
enumeration ft 
enumeration 

simpleType BasicVolumeEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
simpleType FuelQuantityUnitsEnum
facets
Kind Value annotation 
enumeration ig 
enumeration lt 
enumeration ug 

simpleType BasicWeightEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
simpleType FuelQuantityUnitsEnum
attributes PayloadWeightType/@units TotalWeightType/@units
facets
Kind Value annotation 
enumeration lb 
enumeration kg 

simpleType BiasEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute BiasType/@units
facets
Kind Value annotation 
enumeration percent 
enumeration absolute 

simpleType CallSignType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements FlightDataType/callSign FlightListGroupType/callSign FpResponseFlightType/callSign
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
For general aviation flights, registration number is used. For airlines, ICAO call sign plus flight number is used. For air taxi operators without a registered company call sign, a prefix of T plus the registration number is used.

simpleType CruiseModeEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element CruiseModeType/cruiseMode
facets
Kind Value annotation 
length 
whiteSpace collapse 
enumeration CMC 
enumeration ECO 
enumeration HSC 
enumeration LRC 
enumeration MSR 
enumeration MRC 
enumeration MCT 
enumeration MSC 
enumeration NCT 
enumeration 925 
enumeration 945 
enumeration 1LE 
enumeration 2LE 
enumeration ECP 
enumeration MCP 
enumeration RCP 

simpleType DepthRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType DepthType
facets
Kind Value annotation 
minInclusive 
maxInclusive 10000 

simpleType DepthUnitsEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute DepthType/@units
facets
Kind Value annotation 
enumeration in 
enumeration ft 
enumeration mm 
enumeration cm 
enumeration 

simpleType DistanceBiasRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:double
properties
base xs:double
used by
complexType DistanceBiasType
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 2500.0 

simpleType DistanceRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:double
properties
base xs:double
used by
complexType DistanceType
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 50000.0 

simpleType Duration0to180Minutes
namespace http://www.jeppesen.com/aoc
type restriction of xs:duration
properties
base xs:duration
used by
elements FlightDataType/taxiInTime FpResponseFlightType/taxiInTime FlightDataType/taxiOutTime FpResponseFlightType/taxiOutTime
facets
Kind Value annotation 
minInclusive PT0M 
maxInclusive PT180M 
annotation
documentation

Used in both Customer Database and Operations Control (taxi time limits)

simpleType ElevationRangeRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType ElevationType
facets
Kind Value annotation 
minInclusive -2000 
maxInclusive 30000 

simpleType FloatingPercentageRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:float
properties
base xs:float
used by
element FuelAdjustmentType/fuelPercentage
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 100.0 

simpleType FrequencyRangeRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:double
properties
base xs:double
used by
complexType FrequencyType
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 30000.0 

simpleType FrequencyUnitsEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute FrequencyType/@units
facets
Kind Value annotation 
enumeration khz 
enumeration mhz 

simpleType FuelQuantityRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType FuelQuantityType
facets
Kind Value annotation 
minInclusive 
maxInclusive 25000000 

simpleType FuelQuantityUnitsEnum
namespace http://www.jeppesen.com/aoc
type union of (BasicWeightEnumType, BasicVolumeEnumType)
used by
attributes CRRFuelQuantityType/@units FuelQuantityType/@units

simpleType FuelTimeRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:nonNegativeInteger
properties
base xs:nonNegativeInteger
used by
element FuelPlanAmountType/fuelMinutes
facets
Kind Value annotation 
maxInclusive 14400 

simpleType GufiId
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements PublishFlightPlanType/gufiId CustomBagaFlightKeyType/gufiId CustomCommercialFlightKeyType/gufiId GufiFlightKeyType/gufiId
facets
Kind Value annotation 
minLength 
maxLength 36 
annotation
documentation
Globally Unique Flight Identifier - 32 character string

simpleType IataAirlineType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element AirlineCodeType/iata
facets
Kind Value annotation 
pattern [0-9A-Z]{2} 

simpleType IataAirportType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements AirportCodeCRRType/iata AirportCodeType/iata
facets
Kind Value annotation 
pattern [0-9A-Z]{3} 

simpleType IataEquipmentCodeType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element EquipmentCodeType/iata
facets
Kind Value annotation 
pattern [0-9A-Z]{3} 

simpleType IcaoAirlineType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements AirlineCodeType/icao AirlineCodeType/icao
facets
Kind Value annotation 
pattern [0-9A-Z]{3} 

simpleType IcaoAirportType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements AirportCodeCRRType/icao AirportCodeCRRType/icao AirportCodeType/icao AirportCodeType/icao
facets
Kind Value annotation 
pattern [0-9A-Z]{4} 

simpleType IcaoEquipmentCodeType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements EquipmentCodeType/icao EquipmentCodeType/icao
facets
Kind Value annotation 
pattern [0-9A-Z]{4} 

simpleType IndicatedAirspeedRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
element CruiseModeType/indicatedAirspeed
facets
Kind Value annotation 
minInclusive 100 
maxInclusive 400 

simpleType Integer0to999
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
facets
Kind Value annotation 
minInclusive 
maxInclusive 999 

simpleType Integer0to9999
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
facets
Kind Value annotation 
minInclusive 
maxInclusive 9999 

simpleType Integer1to10
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
facets
Kind Value annotation 
minInclusive 
maxInclusive 10 

simpleType Integer1to1000
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
attributes EtpNameCRRType/etp/@order FpResponseCheckpointType/@order FpResponseEtpType/etp/@order FpResponseSegmentType/@order
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000 

simpleType LongDistanceEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
simpleType BasicDistanceEnumType
facets
Kind Value annotation 
enumeration nm 
enumeration km 

simpleType MachAirspeedRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element CruiseModeType/machAirspeed
facets
Kind Value annotation 
pattern M[6-9][0-9] 

simpleType MinuteSecondRangeRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
elements LatitudeType/minutes LongitudeType/minutes LatitudeType/seconds LongitudeType/seconds
facets
Kind Value annotation 
minInclusive 
maxInclusive 59 

simpleType MonthType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
enumeration Jan 
enumeration Feb 
enumeration Mar 
enumeration Apr 
enumeration May 
enumeration Jun 
enumeration Jul 
enumeration Aug 
enumeration Sep 
enumeration Oct 
enumeration Nov 
enumeration Dec 
annotation
documentation
3 letter Abbreviation for each month

simpleType NoiseLevelRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType NoiseLevelType
facets
Kind Value annotation 
minInclusive 
maxInclusive 194 

simpleType NoseNumberType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements AircraftIdType/noseNumber AircraftIdType/noseNumber AircraftIdentType/noseNumber AircraftIdentType/noseNumber CustomBagaFlightKeyType/aircraftIdentifier/regNoseSerial/noseNumber CustomBagaFlightKeyType/aircraftIdentifier/noseSerial/noseNumber
facets
Kind Value annotation 
pattern [A-Z\d]{1,12} 

simpleType PayloadWeightRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType PayloadWeightType
facets
Kind Value annotation 
minInclusive 
maxInclusive 1000000 

simpleType PriceRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:double
properties
base xs:double
used by
complexType PriceType
facets
Kind Value annotation 
minInclusive 0.0 
maxInclusive 1000000000.0 

simpleType SerialNumberType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements AircraftIdType/serialNumber AircraftIdType/serialNumber AircraftIdType/serialNumber AircraftIdentType/serialNumber AircraftIdentType/serialNumber AircraftIdentType/serialNumber CustomBagaFlightKeyType/aircraftIdentifier/regNoseSerial/serialNumber CustomBagaFlightKeyType/aircraftIdentifier/noseSerial/serialNumber CustomBagaFlightKeyType/aircraftIdentifier/serialNumber
facets
Kind Value annotation 
minLength 
maxLength 25 

simpleType ShortDistanceEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
simpleType BasicDistanceEnumType
facets
Kind Value annotation 
enumeration ft 
enumeration 

simpleType SoundUnitsEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute NoiseLevelType/@units
facets
Kind Value annotation 
enumeration dBA 

simpleType SpeedRangeRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType SpeedType
facets
Kind Value annotation 
minInclusive -400 
maxInclusive 400 

simpleType SpeedUnitsEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute SpeedType/@units
facets
Kind Value annotation 
enumeration kts 
enumeration kph 
enumeration mph 

simpleType StateType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
enumeration AL 
enumeration AK 
enumeration AR 
enumeration AS 
enumeration AZ 
enumeration CA 
enumeration CO 
enumeration CT 
enumeration DC 
enumeration DE 
enumeration FL 
enumeration FM 
enumeration GA 
enumeration GU 
enumeration HI 
enumeration IA 
enumeration ID 
enumeration IL 
enumeration IN 
enumeration KS 
enumeration KY 
enumeration LA 
enumeration MA 
enumeration MD 
enumeration ME 
enumeration MH 
enumeration MI 
enumeration MN 
enumeration MO 
enumeration MP 
enumeration MS 
enumeration MT 
enumeration NC 
enumeration ND 
enumeration NE 
enumeration NH 
enumeration NJ 
enumeration NM 
enumeration NV 
enumeration NY 
enumeration OH 
enumeration OK 
enumeration OR 
enumeration PA 
enumeration PR 
enumeration PW 
enumeration RI 
enumeration SC 
enumeration SD 
enumeration TN 
enumeration TX 
enumeration UT 
enumeration VA 
enumeration VI 
enumeration VT 
enumeration WA 
enumeration WI 
enumeration WV 
enumeration WY 

simpleType String1
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements RetrieveFlightListRequestType/operationalSuffix BagaFlightKeyType/operationalSuffix CustomBagaFlightKeyType/operationalSuffix FlightIdentifierType/operationalSuffix WaypointType/type
facets
Kind Value annotation 
maxLength 

simpleType String10
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements SegmentCheckpointType/airway FpResponseSegmentType/airway ErrorType/code
facets
Kind Value annotation 
maxLength 10 

simpleType String1000
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements DelayCodeType/information ErrorType/information StatusType/information
facets
Kind Value annotation 
maxLength 1000 

simpleType String11
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element RouteKeyType/routeName
facets
Kind Value annotation 
maxLength 11 

simpleType String12
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element CheckpointType/userDefinedName
facets
Kind Value annotation 
maxLength 12 

simpleType String15
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element DeskType/identifier
facets
Kind Value annotation 
maxLength 15 

simpleType String16
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element DeskType/telephone
facets
Kind Value annotation 
maxLength 16 

simpleType String1to5
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 

simpleType String2
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements CheckpointNameType/countryIcaoCode WaypointType/icaoCode
facets
Kind Value annotation 
maxLength 

simpleType String20
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 20 

simpleType String200
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 200 

simpleType String2048
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 2048 

simpleType String24
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 24 

simpleType String25
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element DeskType/name
facets
Kind Value annotation 
maxLength 25 

simpleType String250
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements LimitingConditionType/description AccessType/key AccessType/name
facets
Kind Value annotation 
maxLength 250 

simpleType String255
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements ClassNameType/propertyClass PropertyType/propertyClass ClassNameType/propertyName PropertyType/propertyName
facets
Kind Value annotation 
maxLength 255 

simpleType String2to10
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 10 

simpleType String3
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element LimitingConditionType/code
facets
Kind Value annotation 
maxLength 

simpleType String30
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element FpResponsePlanStatisticsType/flightPlanKey
facets
Kind Value annotation 
maxLength 30 

simpleType String30MB
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 31457280 

simpleType String32
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 32 

simpleType String36
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 36 

simpleType String3to3
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute PriceType/@units
facets
Kind Value annotation 
minLength 
maxLength 

simpleType String3to4
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 

simpleType String4
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements DelayCodeType/code StatusType/code
facets
Kind Value annotation 
maxLength 

simpleType String4to4
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements CheckpointDataType/firId FpResponseCheckpointType/firId
facets
Kind Value annotation 
minLength 
maxLength 

simpleType String5
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements RetrieveFlightListRequestType/flightNumber WaypointType/identifier
facets
Kind Value annotation 
maxLength 

simpleType String50
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 50 

simpleType String512
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 512 

simpleType String6
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 

simpleType String60
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 60 

simpleType String7
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 

simpleType String8
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element EquipmentCodeType/other
facets
Kind Value annotation 
maxLength 

simpleType String80
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
elements LoginType/password LoginType/userName
facets
Kind Value annotation 
maxLength 80 

simpleType String9
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element CheckpointType/dmeFix
facets
Kind Value annotation 
maxLength 

simpleType TemperatureRangeRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:integer
properties
base xs:integer
used by
complexType TemperatureType
facets
Kind Value annotation 
minInclusive -459 
maxInclusive 373 

simpleType TemperatureUnitsEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
attribute TemperatureType/@units
facets
Kind Value annotation 
enumeration 
enumeration 
enumeration 

simpleType TotalWeightRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:nonNegativeInteger
properties
base xs:nonNegativeInteger
used by
complexType TotalWeightType
facets
Kind Value annotation 
maxInclusive 4000000 

simpleType WeekDayEnumType
namespace http://www.jeppesen.com/aoc
type restriction of xs:string
properties
base xs:string
used by
element PeriodType/weekDays
facets
Kind Value annotation 
enumeration Sunday 
enumeration Monday 
enumeration Tuesday 
enumeration Wednesday 
enumeration Thursday 
enumeration Friday 
enumeration Saturday 

simpleType WholePercentageRestriction
namespace http://www.jeppesen.com/aoc
type restriction of xs:int
properties
base xs:int
facets
Kind Value annotation 
minInclusive 
maxInclusive 100 


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy