Requesting the definition and flight list for a specific TMI is a two-step process. First, the reference number for the TMI must be obtained as described in Request Current Traffic Management Initiatives (TMIs) in TFMS. Next, the tmiRererenceNumber for the specific TMI, received in the TMI List response, is used to construct the TMI Resync Request. The response to a successful TMI Resync Request is then returned in multiple messages. First TFMS returns a message indicating the request has been received, then one or more messages containing the TMI definition and flight data is returned.
When the flight list associated with the TMI is very large, multiple TMIRSYNC messages with a status of PROCESSING are returned. The maxSeqNumber tmi attribute indicates the total number of messages to be expected and the seqNumber tmi attribute indicates this message number. The last message in the sequence will have a status of SUCCESS and the seqNumber will equal the maxSeqNumber.
The following table lists the TFMData schema elements specific to a TMI Resync request. The serviceCode request attribute for this request is TMIRSYNC. For the detailed description of JMS properties and message elements/attributes that are required for all valid tfmRequestReply request messages to TFMS, see Required Elements in all TFMData Requests.
Schema Element |
Required/ Optional |
Description |
Sample Value |
tfmDataService.tfmRequestReply.request.tmiResyncRequest.requestTmiDef.tmiReferenceNumber |
Required |
Reference number for the TMI as received in the TMI List reply. |
5000101 |
tfmDataService.tfmRequestReply.request.tmiResyncRequest.requestTmiDef.tmiType |
Required |
Type of TMI requested. |
FXA |
tfmDataService.tfmRequestReply.request.tmiResyncRequest.requestTmiDef.includeFlightList |
Required |
If true, the last updated flight list for the TMI is included in the response. |
true |
tfmDataService.tfmRequestReply.request.tmiResyncRequest.requestTmiDef.includeFxaSecondaryFilters |
Optional |
If true, the secondary filters associated with the FXA TMI and visible to the user based on domain are included in the response. |
false |
TFM Data Service TMI Resync Reply
In response to a valid TMI Resync request, the requestor will receive a status response indicating an error or confirmation that the request is being processed. Then for successful requests, one or more data responses.
All TFMData replies have several common elements as described in Common TFMData Reply Elements. The following table provides a description of the unique elements received in a TMI Resync Request reply.
Schema Element |
Required/ Optional |
Description |
Sample Value |
tfmDataService.tfmRequestReply.reply.responseMessage.description |
Optional |
Confirms receipt of a valid TMI Resync request or error information. |
TMI Resync request has been received, validated, and queued. Resynchronization processing will begin as soon as TFMS resources allow. |
tfmDataService.tfmRequestReply.reply.tmiReplyData.tmi maxSeqNumber |
Required |
Total number of data messages for this resync request complete response. |
3 |
tfmDataService.tfmRequestReply.reply.tmiReplyData.tmi seqNumber |
Required |
The sequence number of this data message response. |
1 |
tfmDataService.tfmRequestReply.reply.tmiReplyData.tmi.tmiDefinition |
Optional |
The Definition container for the TMI requested. |
See TFMDataService schema |
tfmDataService.tfmRequestReply.reply.tmiReplyData.tmi.tmiFlightList |
Optional |
The FlightList for the TMI requested. |
See TFMDataService schema |
TFM Data Flow Information Feed
After completing the request/reply exchange to establish a TMI definition and initial flight list, users who wish to maintain a dynamic flight list need to use the TfmDataService Flow Information Feed. Flow Information is a separate NEMS-provided feed that TFMS uses to publish TMI related information as well as flight data that is included in the TMI.
It is best to begin listening on the Flow Information feed before issuing the TMI resynch request. Any flight list updates over Flow Information that have a timestamp later than the first received response should be retained and applied to the flight list returned in the initial reply. This ensures that no updates to the demand list of the TMI will be missed.
Flow information messages that apply to a TMI flight list will have the following values:
- The msgType JMS property and the msgType attribute of the tfmDataService.fiOutput.fiMessage element are equal to TMI_FLIGHT_LIST
- The tfmDataService.fiOutput.fiMessage.tmiFlightDataList.flightData.tmiFlightInfoList.tmi.[flowProgramId] or [fcaId] or [ctopId] or [rerouteId] matches the id of the TMI being monitored
For the purpose of maintaining a TMI flight list, any Flow Information messages that do not meet the criteria above can be ignored. The updateType attribute of the tfmDataService.fiOutput.fiMessage.tmiFlightDataList.flightData.tmiFlightInfoList.tmi element indicates if the flight is new, updated or a dropout for the specified TMI.
For examples of TMI definition and flight data update messages published over Flow Information, see Example Flow Information Data Feed Messages.
See the TFMDataService schema for details of the Flow Information feed.
Sample TFM Data Service TMI Resync Request/Reply
The following is an example of the TMI List request response indicating there is one FCA in the system. The reference number for FCA001 will be used in the resync request that follows.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns4:tfmDataService xmlns:ns16="http://www.fixm.aero/flight/3.0" xmlns:ns14="http://www.fixm.aero/base/3.0" xmlns:ns15="http://www.fixm.aero/foundation/3.0" xmlns:ns9="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ns5="http://www.fixm.aero/tfm/3.1" xmlns:ns12="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:ns6="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:ns13="urn:us:gov:dot:faa:atm:tfm:rapttimeline" xmlns:ns7="http://www.faa.aero/nas/3.1" xmlns:ns10="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:ns8="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:ns11="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:ns2="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages" xmlns:ns4="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:ns3="urn:us:gov:dot:faa:atm:tfm:flightdata"> <ns4:tfmRequestReply> <ns4:reply serviceCode="TMILIST"> <ns9:requestId> <ns9:requestor> <ns8:center>AAL</ns8:center> <ns8:requestorId>lxstn01</ns8:requestorId> </ns9:requestor> <ns9:uniqueMsgId>4cc58ccf-8d75-4509-9af4-cab7ceca0001</ns9:uniqueMsgId> </ns9:requestId> <ns9:status>SUCCESS</ns9:status> <ns9:tmiReplyData> <ns9:tmiIndex> <ns9:tmi lastUpdateTime="2016-08-30T14:33:14Z"> <ns8:tmiReferenceNumber>5000101</ns8:tmiReferenceNumber> <ns8:tmiType>FXA</ns8:tmiType> <ns8:tmiName>FCA001</ns8:tmiName> <ns8:tmiId>FCA001</ns8:tmiId> </ns9:tmi> </ns9:tmiIndex> </ns9:tmiReplyData> </ns4:reply> </ns4:tfmRequestReply> </ns4:tfmDataService>
TMI Resync Request for definition and flight data for FCA001.
<?xml version="1.0" encoding="UTF-8"?> <tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:nas="http://www.faa.aero/nas/3.1" xmlns:ax="http://www.fixm.aero/tfm/3.1" xmlns:fb="http://www.fixm.aero/base/3.0" xmlns:fx="http://www.fixm.aero/flight/3.0" xmlns:fdm="urn:us:gov:dot:faa:atm:tfm:flightdata" xmlns:frt="urn:us:gov:dot:faa:atm:tfm:rapttimeline" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:trr="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages" xsi:schemaLocation="urn:us:gov:dot:faa:atm:tfm:tfmdataservice TFMData_Service.xsd"> <tfmRequestReply> <request serviceCode="TMIRSYNC"> <trr:requestId> <trr:requestor> <fm2:center>AAL</fm2:center> <fm2:requestorId>lxstn01</fm2:requestorId> </trr:requestor> <trr:uniqueMsgId>4cc58ccf-8d75-4509-9af4-cab7ceca0003</trr:uniqueMsgId> </trr:requestId> <trr:tmiResyncRequest> <trr:requestTmiDef> <trr:tmiReferenceNumber> 5000101</trr:tmiReferenceNumber> <trr:tmiType>FXA</trr:tmiType> <trr:includeFlightList>true</trr:includeFlightList> </trr:requestTmiDef> </trr:tmiResyncRequest> </request> </tfmRequestReply> </tfmDataService> ------ First Reply (status) received ------ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns4:tfmDataService xmlns:ns16="http://www.fixm.aero/foundation/3.0" xmlns:ns14="http://www.fixm.aero/flight/3.0" xmlns:ns15="http://www.fixm.aero/base/3.0" xmlns:ns9="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ns5="http://www.fixm.aero/tfm/3.1" xmlns:ns12="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:ns6="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:ns13="urn:us:gov:dot:faa:atm:tfm:rapttimeline" xmlns:ns7="http://www.faa.aero/nas/3.1" xmlns:ns10="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:ns8="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:ns11="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:ns2="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages" xmlns:ns4="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:ns3="urn:us:gov:dot:faa:atm:tfm:flightdata"> <ns4:tfmRequestReply> <ns4:reply serviceCode="TMIRSYNC"> <ns9:requestId> <ns9:requestor> <ns8:center>AAL</ns8:center> <ns8:requestorId>lxstn01</ns8:requestorId> </ns9:requestor> <ns9:uniqueMsgId>4cc58ccf-8d75-4509-9af4-cab7ceca0003</ns9:uniqueMsgId> </ns9:requestId> <ns9:status>SUCCESS</ns9:status> <ns9:responseMessage> <ns9:description>TMI Resync request has been received, validated, and queued. Resynchronization processing will begin as soon as TFMS resources allow.</ns9:description> </ns9:responseMessage> </ns4:reply> </ns4:tfmRequestReply> </ns4:tfmDataService> ------- Second Reply (data) received -------- ------- This is the last message as indicated by status=SUCCESS and tmi seqNumber=maxSeqNumber ------ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns4:tfmDataService xmlns:ns16="http://www.fixm.aero/foundation/3.0" xmlns:ns14="http://www.fixm.aero/flight/3.0" xmlns:ns15="http://www.fixm.aero/base/3.0" xmlns:ns9="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ns5="http://www.fixm.aero/tfm/3.1" xmlns:ns12="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:ns6="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:ns13="urn:us:gov:dot:faa:atm:tfm:rapttimeline" xmlns:ns7="http://www.faa.aero/nas/3.1" xmlns:ns10="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:ns8="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:ns11="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:ns2="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages" xmlns:ns4="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:ns3="urn:us:gov:dot:faa:atm:tfm:flightdata"> <ns4:tfmRequestReply> <ns4:reply serviceCode="TMIRSYNC"> <ns9:requestId> <ns9:requestor> <ns8:center>AAL</ns8:center> <ns8:requestorId>lxstn01</ns8:requestorId> </ns9:requestor> <ns9:uniqueMsgId>4cc58ccf-8d75-4509-9af4-cab7ceca0003</ns9:uniqueMsgId> </ns9:requestId> <ns9:status>SUCCESS</ns9:status> <ns9:tmiReplyData> <ns9:tmi seqNumber="1" maxSeqNumber="1"> <ns9:tmiDefinition> <ns9:fxa> <ns9:FCA> <ns9:FCA_ID>fca.dccops.lxstn01.20160830142511</ns9:FCA_ID> <ns9:NAME>FCA001</ns9:NAME> <ns9:DOMAIN>PUBLIC</ns9:DOMAIN> <ns9:LASTUPDATE>2016-08-30T14:33:14Z</ns9:LASTUPDATE> <ns9:UP_WKSTN>lxstn01</ns9:UP_WKSTN> <ns9:UP_SITE>dccops</ns9:UP_SITE> <ns9:CR_WKSTN>lxstn01</ns9:CR_WKSTN> <ns9:CR_SITE>dccops</ns9:CR_SITE> <ns9:REASON>NONE</ns9:REASON> <ns9:TYPE>FCA</ns9:TYPE> <ns9:COLOR_ID>0</ns9:COLOR_ID> <ns9:START>2016-08-30T14:15:00Z</ns9:START> <ns9:END>2016-08-30T22:15:00Z</ns9:END> <ns9:FSM_ELIGIBLE>TRUE</ns9:FSM_ELIGIBLE> <ns9:EXTENDED>FALSE</ns9:EXTENDED> <ns9:LOOK_AHEAD>9</ns9:LOOK_AHEAD> <ns9:LINE> <ns9:CEILING>600</ns9:CEILING> <ns9:FLOOR>0</ns9:FLOOR> <ns9:DIRECTION>0</ns9:DIRECTION> <ns9:SPEED>0</ns9:SPEED> <ns9:DRAWING>FALSE</ns9:DRAWING> <ns9:POINTS>4100,8800 4200,8600</ns9:POINTS> </ns9:LINE> <ns9:PRIMARY_FILTER> <ns9:CONDITIONS> <ns9:ANY> <ns10:departsAny>EWR JFK LGA TEB ATL</ns10:departsAny> </ns9:ANY> <ns9:ALL> <ns10:aircraftCategoryAny>J P T</ns10:aircraftCategoryAny> <ns10:weightClassAny>H L S</ns10:weightClassAny> <ns10:userCategoryAny>T F C G M</ns10:userCategoryAny> </ns9:ALL> </ns9:CONDITIONS> </ns9:PRIMARY_FILTER> </ns9:FCA> </ns9:fxa> </ns9:tmiDefinition> <ns9:tmiFlightList> <ns8:flightDataList> <ns8:flight> <ns6:aircraftId>SWA100T</ns6:aircraftId> <ns6:igtd>2016-08-30T15:15:00Z</ns6:igtd> <ns6:departurePoint> <ns6:airport>EWR</ns6:airport> </ns6:departurePoint> <ns6:arrivalPoint> <ns6:airport>ORD</ns6:airport> </ns6:arrivalPoint> </ns8:flight> <ns8:flightReference>3632155</ns8:flightReference> <ns8:status>PLANNED</ns8:status> <ns8:engineClass>JET</ns8:engineClass> <ns8:weightClass>LARGE</ns8:weightClass> <ns8:aircraftCategory>CIVILIAN_JET</ns8:aircraftCategory> <ns8:userCategory>COMMERCIAL</ns8:userCategory> <ns8:IGTA>2016-08-30T16:25:00Z</ns8:IGTA> <ns8:LGTD>2016-08-30T15:25:00Z</ns8:LGTD> <ns8:LGTA>2016-08-30T16:25:00Z</ns8:LGTA> <ns8:OETD>2016-08-30T15:35:00Z</ns8:OETD> <ns8:OETA>2016-08-30T18:09:08Z</ns8:OETA> <ns8:BETD>2016-08-30T15:35:00Z</ns8:BETD> <ns8:BETA>2016-08-30T18:09:08Z</ns8:BETA> <ns8:CTA_COMPLIANCE>false</ns8:CTA_COMPLIANCE> <ns8:CTD_COMPLIANCE>false</ns8:CTD_COMPLIANCE> <ns8:ETE_COMPLIANCE>false</ns8:ETE_COMPLIANCE> <ns8:CANCELLED_BUT_FLEW>false</ns8:CANCELLED_BUT_FLEW> <ns8:SPURIOUS_FLT>false</ns8:SPURIOUS_FLT> <ns8:CDM_MBR>true</ns8:CDM_MBR> <ns8:GDC>623</ns8:GDC> <ns8:fltTraversals> <ns6:fix sequenceNumber="1" elapsedTime="1545">FQM</ns6:fix> <ns6:fix sequenceNumber="2" elapsedTime="2202">SLT</ns6:fix> <ns6:fix sequenceNumber="3" elapsedTime="3624">DORET</ns6:fix> <ns6:fix sequenceNumber="4" elapsedTime="4531">DJB</ns6:fix> <ns6:fix sequenceNumber="5" elapsedTime="4794">DUTSH</ns6:fix> <ns6:fix sequenceNumber="6" elapsedTime="5513">PROTN</ns6:fix> <ns6:fix sequenceNumber="7" elapsedTime="5812">ROD</ns6:fix> <ns6:fix sequenceNumber="8" elapsedTime="7137">VHP</ns6:fix> <ns6:fix sequenceNumber="9" elapsedTime="7878">DNV</ns6:fix> <ns6:fix sequenceNumber="10" elapsedTime="8600">EON</ns6:fix> <ns6:waypoint sequenceNumber="1" latitudeDecimal="40.6925" longitudeDecimal="-74.16866"/> <ns6:waypoint sequenceNumber="2" elapsedTime="63" latitudeDecimal="40.7105" longitudeDecimal="-74.23756"/> <ns6:waypoint sequenceNumber="3" elapsedTime="109" latitudeDecimal="40.727013" longitudeDecimal="-74.30093"/> <ns6:waypoint sequenceNumber="4" elapsedTime="111" latitudeDecimal="40.727657" longitudeDecimal="-74.303406"/> <ns6:waypoint sequenceNumber="5" elapsedTime="128" latitudeDecimal="40.73411" longitudeDecimal="-74.32822"/> <ns6:waypoint sequenceNumber="6" elapsedTime="145" latitudeDecimal="40.74056" longitudeDecimal="-74.35303"/> <ns6:waypoint sequenceNumber="7" elapsedTime="160" latitudeDecimal="40.74648" longitudeDecimal="-74.37584"/> <ns6:waypoint sequenceNumber="8" elapsedTime="162" latitudeDecimal="40.747158" longitudeDecimal="-74.378456"/> <ns6:waypoint sequenceNumber="9" elapsedTime="179" latitudeDecimal="40.75394" longitudeDecimal="-74.40462"/> <ns6:waypoint sequenceNumber="10" elapsedTime="196" latitudeDecimal="40.76072" longitudeDecimal="-74.43078"/> <ns6:waypoint sequenceNumber="11" elapsedTime="210" latitudeDecimal="40.766136" longitudeDecimal="-74.45171"/> <ns6:waypoint sequenceNumber="12" elapsedTime="212" latitudeDecimal="40.76693" longitudeDecimal="-74.45478"/> <ns6:waypoint sequenceNumber="13" elapsedTime="355" latitudeDecimal="40.827103" longitudeDecimal="-74.68859"/> <ns6:waypoint sequenceNumber="14" elapsedTime="475" latitudeDecimal="40.880352" longitudeDecimal="-74.89739"/> <ns6:waypoint sequenceNumber="15" elapsedTime="488" latitudeDecimal="40.88631" longitudeDecimal="-74.92086"/> <ns6:waypoint sequenceNumber="16" elapsedTime="519" latitudeDecimal="40.90019" longitudeDecimal="-74.97565"/> <ns6:waypoint sequenceNumber="17" elapsedTime="524" latitudeDecimal="40.902412" longitudeDecimal="-74.98443"/> <ns6:waypoint sequenceNumber="18" elapsedTime="530" latitudeDecimal="40.90514" longitudeDecimal="-74.99522"/> <ns6:waypoint sequenceNumber="19" elapsedTime="541" latitudeDecimal="40.910088" longitudeDecimal="-75.01479"/> <ns6:waypoint sequenceNumber="20" elapsedTime="543" latitudeDecimal="40.91108" longitudeDecimal="-75.01871"/> <ns6:waypoint sequenceNumber="21" elapsedTime="562" latitudeDecimal="40.919304" longitudeDecimal="-75.051285"/> <ns6:waypoint sequenceNumber="22" elapsedTime="566" latitudeDecimal="40.920963" longitudeDecimal="-75.05787"/> <ns6:waypoint sequenceNumber="23" elapsedTime="587" latitudeDecimal="40.930264" longitudeDecimal="-75.09477"/> <ns6:waypoint sequenceNumber="24" elapsedTime="588" latitudeDecimal="40.930836" longitudeDecimal="-75.09704"/> <ns6:waypoint sequenceNumber="25" elapsedTime="610" latitudeDecimal="40.940693" longitudeDecimal="-75.136215"/> <ns6:waypoint sequenceNumber="26" elapsedTime="630" latitudeDecimal="40.949554" longitudeDecimal="-75.17149"/> <ns6:waypoint sequenceNumber="27" elapsedTime="637" latitudeDecimal="40.95245" longitudeDecimal="-75.18303"/> <ns6:waypoint sequenceNumber="28" elapsedTime="675" latitudeDecimal="40.969204" longitudeDecimal="-75.24991"/> <ns6:waypoint sequenceNumber="29" elapsedTime="721" latitudeDecimal="40.989082" longitudeDecimal="-75.32949"/> <ns6:waypoint sequenceNumber="30" elapsedTime="759" latitudeDecimal="41.005604" longitudeDecimal="-75.39585"/> <ns6:waypoint sequenceNumber="31" elapsedTime="790" latitudeDecimal="41.019096" longitudeDecimal="-75.45017"/> <ns6:waypoint sequenceNumber="32" elapsedTime="825" latitudeDecimal="41.034107" longitudeDecimal="-75.51075"/> <ns6:waypoint sequenceNumber="33" elapsedTime="911" latitudeDecimal="41.07107" longitudeDecimal="-75.660614"/> <ns6:waypoint sequenceNumber="34" elapsedTime="954" latitudeDecimal="41.08952" longitudeDecimal="-75.73576"/> <ns6:waypoint sequenceNumber="35" elapsedTime="990" latitudeDecimal="41.104797" longitudeDecimal="-75.79819"/> <ns6:waypoint sequenceNumber="36" elapsedTime="998" latitudeDecimal="41.108078" longitudeDecimal="-75.8116"/> <ns6:waypoint sequenceNumber="37" elapsedTime="1035" latitudeDecimal="41.123917" longitudeDecimal="-75.87654"/> <ns6:waypoint sequenceNumber="38" elapsedTime="1041" latitudeDecimal="41.126648" longitudeDecimal="-75.88775"/> <ns6:waypoint sequenceNumber="39" elapsedTime="1545" latitudeDecimal="41.33856" longitudeDecimal="-76.774864"/> <ns6:waypoint sequenceNumber="40" elapsedTime="2047" latitudeDecimal="41.47279" longitudeDecimal="-77.68763"/> <ns6:waypoint sequenceNumber="41" elapsedTime="2202" latitudeDecimal="41.51276" longitudeDecimal="-77.97011"/> <ns6:waypoint sequenceNumber="42" elapsedTime="3624" latitudeDecimal="41.80164" longitudeDecimal="-80.584625"/> <ns6:waypoint sequenceNumber="43" elapsedTime="3833" latitudeDecimal="41.701187" longitudeDecimal="-80.95057"/> <ns6:waypoint sequenceNumber="44" elapsedTime="4531" latitudeDecimal="41.358067" longitudeDecimal="-82.16197"/> <ns6:waypoint sequenceNumber="45" elapsedTime="4794" latitudeDecimal="41.14065" longitudeDecimal="-82.55352"/> <ns6:waypoint sequenceNumber="46" elapsedTime="5351" latitudeDecimal="40.676895" longitudeDecimal="-83.372375"/> <ns6:waypoint sequenceNumber="47" elapsedTime="5513" latitudeDecimal="40.54047" longitudeDecimal="-83.6092"/> <ns6:waypoint sequenceNumber="48" elapsedTime="5812" latitudeDecimal="40.287796" longitudeDecimal="-84.043144"/> <ns6:waypoint sequenceNumber="49" elapsedTime="6542" latitudeDecimal="40.032925" longitudeDecimal="-85.327614"/> <ns6:waypoint sequenceNumber="50" elapsedTime="7137" latitudeDecimal="39.814728" longitudeDecimal="-86.36747"/> <ns6:waypoint sequenceNumber="51" elapsedTime="7422" latitudeDecimal="40.00022" longitudeDecimal="-86.822586"/> <ns6:waypoint sequenceNumber="52" elapsedTime="7818" latitudeDecimal="40.255238" longitudeDecimal="-87.45969"/> <ns6:waypoint sequenceNumber="53" elapsedTime="7848" latitudeDecimal="40.274563" longitudeDecimal="-87.50852"/> <ns6:waypoint sequenceNumber="54" elapsedTime="7862" latitudeDecimal="40.283745" longitudeDecimal="-87.53176"/> <ns6:waypoint sequenceNumber="55" elapsedTime="7878" latitudeDecimal="40.293785" longitudeDecimal="-87.55718"/> <ns6:waypoint sequenceNumber="56" elapsedTime="8037" latitudeDecimal="40.510445" longitudeDecimal="-87.608505"/> <ns6:waypoint sequenceNumber="57" elapsedTime="8091" latitudeDecimal="40.584446" longitudeDecimal="-87.626114"/> <ns6:waypoint sequenceNumber="58" elapsedTime="8218" latitudeDecimal="40.757347" longitudeDecimal="-87.66741"/> <ns6:waypoint sequenceNumber="59" elapsedTime="8382" latitudeDecimal="40.979607" longitudeDecimal="-87.72082"/> <ns6:waypoint sequenceNumber="60" elapsedTime="8538" latitudeDecimal="41.18824" longitudeDecimal="-87.77128"/> <ns6:waypoint sequenceNumber="61" elapsedTime="8552" latitudeDecimal="41.20638" longitudeDecimal="-87.77568"/> <ns6:waypoint sequenceNumber="62" elapsedTime="8559" latitudeDecimal="41.21599" longitudeDecimal="-87.778015"/> <ns6:waypoint sequenceNumber="63" elapsedTime="8600" latitudeDecimal="41.269634" longitudeDecimal="-87.79105"/> <ns6:waypoint sequenceNumber="64" elapsedTime="8683" latitudeDecimal="41.38096" longitudeDecimal="-87.80896"/> <ns6:waypoint sequenceNumber="65" elapsedTime="8708" latitudeDecimal="41.41394" longitudeDecimal="-87.81428"/> <ns6:waypoint sequenceNumber="66" elapsedTime="8801" latitudeDecimal="41.535282" longitudeDecimal="-87.83389"/> <ns6:waypoint sequenceNumber="67" elapsedTime="8849" latitudeDecimal="41.596138" longitudeDecimal="-87.84375"/> <ns6:waypoint sequenceNumber="68" elapsedTime="8992" latitudeDecimal="41.76157" longitudeDecimal="-87.87066"/> <ns6:waypoint sequenceNumber="69" elapsedTime="9023" latitudeDecimal="41.792603" longitudeDecimal="-87.875725"/> <ns6:waypoint sequenceNumber="70" elapsedTime="9032" latitudeDecimal="41.80119" longitudeDecimal="-87.87712"/> <ns6:waypoint sequenceNumber="71" elapsedTime="9071" latitudeDecimal="41.83866" longitudeDecimal="-87.88325"/> <ns6:waypoint sequenceNumber="72" elapsedTime="9077" latitudeDecimal="41.84426" longitudeDecimal="-87.88416"/> <ns6:waypoint sequenceNumber="73" elapsedTime="9118" latitudeDecimal="41.88036" longitudeDecimal="-87.89007"/> <ns6:waypoint sequenceNumber="74" elapsedTime="9174" latitudeDecimal="41.926987" longitudeDecimal="-87.897705"/> <ns6:waypoint sequenceNumber="75" elapsedTime="9248" latitudeDecimal="41.981647" longitudeDecimal="-87.90667"/> <ns6:airway sequenceNumber="1">J29</ns6:airway> <ns6:center sequenceNumber="1">ZNY</ns6:center> <ns6:center sequenceNumber="2" elapsedEntryTime="2047">ZOB</ns6:center> <ns6:center sequenceNumber="3" elapsedEntryTime="5351">ZID</ns6:center> <ns6:center sequenceNumber="4" elapsedEntryTime="7422">ZAU</ns6:center> <ns6:sector sequenceNumber="1">ZNYN90</ns6:sector> <ns6:sector sequenceNumber="2" elapsedEntryTime="524">ZNY74</ns6:sector> <ns6:sector sequenceNumber="3" elapsedEntryTime="530">ZNYN90</ns6:sector> <ns6:sector sequenceNumber="4" elapsedEntryTime="562">ZNY39</ns6:sector> <ns6:sector sequenceNumber="5" elapsedEntryTime="587">ZNY74</ns6:sector> <ns6:sector sequenceNumber="6" elapsedEntryTime="630">ZNY39</ns6:sector> <ns6:sector sequenceNumber="7" elapsedEntryTime="637">ZNY51</ns6:sector> <ns6:sector sequenceNumber="8" elapsedEntryTime="675">ZNY36</ns6:sector> <ns6:sector sequenceNumber="9" elapsedEntryTime="759">ZNY49</ns6:sector> <ns6:sector sequenceNumber="10" elapsedEntryTime="990">ZNY75</ns6:sector> <ns6:sector sequenceNumber="11" elapsedEntryTime="2047">ZOB77</ns6:sector> <ns6:sector sequenceNumber="12" elapsedEntryTime="3833">ZOB48</ns6:sector> <ns6:sector sequenceNumber="13" elapsedEntryTime="5351">ZID88</ns6:sector> <ns6:sector sequenceNumber="14" elapsedEntryTime="6542">ZID89</ns6:sector> <ns6:sector sequenceNumber="15" elapsedEntryTime="7422">ZAU46</ns6:sector> <ns6:sector sequenceNumber="16" elapsedEntryTime="8091">ZAU44</ns6:sector> <ns6:sector sequenceNumber="17" elapsedEntryTime="8538">ZAU57</ns6:sector> <ns6:sector sequenceNumber="18" elapsedEntryTime="8708">ZAUORD</ns6:sector> </ns8:fltTraversals> <ns8:rvsmData equipped="true" currentCompliance="true" futureCompliance="true"/> <ns8:tmiFlightInfoList> <ns8:tmi updateType="UPDATE" lastUpdateTime="2016-08-30T14:33:14Z"> <ns8:fcaId>fca.dccops.lxstn01.20160830142511</ns8:fcaId> </ns8:tmi> <ns8:fxaFlightData> <ns8:fxaFlight> <ns8:fxaId> <ns10:fcaId>fca.dccops.lxstn01.20160830142511</ns10:fcaId> <ns10:fcaName>FCA001</ns10:fcaName> <ns10:lastUpdate>2016-08-30T14:33:14Z</ns10:lastUpdate> </ns8:fxaId> <ns8:bentryTm>2016-08-30T18:05:23Z</ns8:bentryTm> <ns8:createTm>2016-08-30T14:33:14Z</ns8:createTm> <ns8:eentryTm>2016-08-30T18:05:23Z</ns8:eentryTm> <ns8:entryTm>2016-08-30T18:05:23Z</ns8:entryTm> <ns8:exitTm>2016-08-30T18:05:23Z</ns8:exitTm> <ns8:extendedExitTm>2016-08-30T18:05:23Z</ns8:extendedExitTm> <ns8:ientryTm>2016-08-30T17:55:23Z</ns8:ientryTm> <ns8:oentryTm>2016-08-30T18:05:23Z</ns8:oentryTm> <ns8:entryLat>41.7925453</ns8:entryLat> <ns8:entryLon>-87.8757128</ns8:entryLon> <ns8:entryHeading>353</ns8:entryHeading> <ns8:exitInd>No</ns8:exitInd> </ns8:fxaFlight> </ns8:fxaFlightData> </ns8:tmiFlightInfoList> </ns8:flightDataList> <ns8:flightDataList> <ns8:flight> <ns6:aircraftId>UAL539</ns6:aircraftId> <ns6:igtd>2016-08-30T16:15:00Z</ns6:igtd> <ns6:departurePoint> <ns6:airport>EWR</ns6:airport> </ns6:departurePoint> <ns6:arrivalPoint> <ns6:airport>ORD</ns6:airport> </ns6:arrivalPoint> </ns8:flight> <ns8:flightReference>3633410</ns8:flightReference> <ns8:status>PLANNED</ns8:status> <ns8:engineClass>JET</ns8:engineClass> <ns8:weightClass>LARGE</ns8:weightClass> <ns8:aircraftCategory>CIVILIAN_JET</ns8:aircraftCategory> <ns8:userCategory>COMMERCIAL</ns8:userCategory> <ns8:IGTA>2016-08-30T19:28:00Z</ns8:IGTA> <ns8:LGTD>2016-08-30T17:15:00Z</ns8:LGTD> <ns8:LGTA>2016-08-30T19:28:00Z</ns8:LGTA> <ns8:LRTD>2016-08-30T17:31:00Z</ns8:LRTD> <ns8:LRTA>2016-08-30T19:19:00Z</ns8:LRTA> <ns8:ERTD>2016-08-30T17:31:00Z</ns8:ERTD> <ns8:ERTA>2016-08-30T19:19:00Z</ns8:ERTA> <ns8:OETD>2016-08-30T17:31:00Z</ns8:OETD> <ns8:OETA>2016-08-30T19:19:00Z</ns8:OETA> <ns8:BETD>2016-08-30T17:31:00Z</ns8:BETD> <ns8:BETA>2016-08-30T19:19:00Z</ns8:BETA> <ns8:CTA_COMPLIANCE>false</ns8:CTA_COMPLIANCE> <ns8:CTD_COMPLIANCE>false</ns8:CTD_COMPLIANCE> <ns8:ETE_COMPLIANCE>false</ns8:ETE_COMPLIANCE> <ns8:CANCELLED_BUT_FLEW>false</ns8:CANCELLED_BUT_FLEW> <ns8:SPURIOUS_FLT>false</ns8:SPURIOUS_FLT> <ns8:CDM_MBR>true</ns8:CDM_MBR> <ns8:GDC>623</ns8:GDC> <ns8:fltTraversals> <ns6:waypoint sequenceNumber="1" latitudeDecimal="40.6925" longitudeDecimal="-74.16866"/> <ns6:waypoint sequenceNumber="2" elapsedTime="82" latitudeDecimal="40.704277" longitudeDecimal="-74.24424"/> <ns6:waypoint sequenceNumber="3" elapsedTime="145" latitudeDecimal="40.715054" longitudeDecimal="-74.3137"/> <ns6:waypoint sequenceNumber="4" elapsedTime="147" latitudeDecimal="40.715538" longitudeDecimal="-74.31682"/> <ns6:waypoint sequenceNumber="5" elapsedTime="173" latitudeDecimal="40.720375" longitudeDecimal="-74.3481"/> <ns6:waypoint sequenceNumber="6" elapsedTime="197" latitudeDecimal="40.7252" longitudeDecimal="-74.37938"/> <ns6:waypoint sequenceNumber="7" elapsedTime="219" latitudeDecimal="40.729603" longitudeDecimal="-74.407936"/> <ns6:waypoint sequenceNumber="8" elapsedTime="221" latitudeDecimal="40.730137" longitudeDecimal="-74.41141"/> <ns6:waypoint sequenceNumber="9" elapsedTime="247" latitudeDecimal="40.735466" longitudeDecimal="-74.44607"/> <ns6:waypoint sequenceNumber="10" elapsedTime="271" latitudeDecimal="40.740784" longitudeDecimal="-74.48074"/> <ns6:waypoint sequenceNumber="11" elapsedTime="291" latitudeDecimal="40.745033" longitudeDecimal="-74.508484"/> <ns6:waypoint sequenceNumber="12" elapsedTime="293" latitudeDecimal="40.74562" longitudeDecimal="-74.512314"/> <ns6:waypoint sequenceNumber="13" elapsedTime="418" latitudeDecimal="40.77521" longitudeDecimal="-74.70692"/> <ns6:waypoint sequenceNumber="14" elapsedTime="547" latitudeDecimal="40.807632" longitudeDecimal="-74.92285"/> <ns6:waypoint sequenceNumber="15" elapsedTime="569" latitudeDecimal="40.81331" longitudeDecimal="-74.96095"/> <ns6:waypoint sequenceNumber="16" elapsedTime="581" latitudeDecimal="40.81622" longitudeDecimal="-74.98052"/> <ns6:waypoint sequenceNumber="17" elapsedTime="621" latitudeDecimal="40.826504" longitudeDecimal="-75.04988"/> <ns6:waypoint sequenceNumber="18" elapsedTime="638" latitudeDecimal="40.8312" longitudeDecimal="-75.08166"/> <ns6:waypoint sequenceNumber="19" elapsedTime="655" latitudeDecimal="40.835888" longitudeDecimal="-75.11343"/> <ns6:waypoint sequenceNumber="20" elapsedTime="658" latitudeDecimal="40.836823" longitudeDecimal="-75.11978"/> <ns6:waypoint sequenceNumber="21" elapsedTime="691" latitudeDecimal="40.845985" longitudeDecimal="-75.182106"/> <ns6:waypoint sequenceNumber="22" elapsedTime="724" latitudeDecimal="40.85548" longitudeDecimal="-75.24693"/> <ns6:waypoint sequenceNumber="23" elapsedTime="739" latitudeDecimal="40.859886" longitudeDecimal="-75.277115"/> <ns6:waypoint sequenceNumber="24" elapsedTime="755" latitudeDecimal="40.864754" longitudeDecimal="-75.31053"/> <ns6:waypoint sequenceNumber="25" elapsedTime="782" latitudeDecimal="40.873074" longitudeDecimal="-75.36778"/> <ns6:waypoint sequenceNumber="26" elapsedTime="812" latitudeDecimal="40.88236" longitudeDecimal="-75.431946"/> <ns6:waypoint sequenceNumber="27" elapsedTime="835" latitudeDecimal="40.889828" longitudeDecimal="-75.48376"/> <ns6:waypoint sequenceNumber="28" elapsedTime="932" latitudeDecimal="40.92097" longitudeDecimal="-75.701645"/> <ns6:waypoint sequenceNumber="29" elapsedTime="1036" latitudeDecimal="40.954712" longitudeDecimal="-75.94127"/> <ns6:waypoint sequenceNumber="30" elapsedTime="1086" latitudeDecimal="40.971413" longitudeDecimal="-76.06128"/> <ns6:waypoint sequenceNumber="31" elapsedTime="1093" latitudeDecimal="40.97357" longitudeDecimal="-76.07688"/> <ns6:waypoint sequenceNumber="32" elapsedTime="1252" latitudeDecimal="41.02515" longitudeDecimal="-76.45413"/> <ns6:waypoint sequenceNumber="33" elapsedTime="1316" latitudeDecimal="41.045586" longitudeDecimal="-76.60632"/> <ns6:waypoint sequenceNumber="34" elapsedTime="1445" latitudeDecimal="41.085857" longitudeDecimal="-76.910995"/> <ns6:waypoint sequenceNumber="35" elapsedTime="1580" latitudeDecimal="41.126846" longitudeDecimal="-77.22789"/> <ns6:waypoint sequenceNumber="36" elapsedTime="1648" latitudeDecimal="41.147053" longitudeDecimal="-77.38682"/> <ns6:waypoint sequenceNumber="37" elapsedTime="1716" latitudeDecimal="41.16705" longitudeDecimal="-77.54589"/> <ns6:waypoint sequenceNumber="38" elapsedTime="1858" latitudeDecimal="41.208687" longitudeDecimal="-77.88319"/> <ns6:waypoint sequenceNumber="39" elapsedTime="3095" latitudeDecimal="41.52942" longitudeDecimal="-80.83824"/> <ns6:waypoint sequenceNumber="40" elapsedTime="3911" latitudeDecimal="41.699245" longitudeDecimal="-82.80154"/> <ns6:waypoint sequenceNumber="41" elapsedTime="4723" latitudeDecimal="41.835033" longitudeDecimal="-84.76667"/> <ns6:waypoint sequenceNumber="42" elapsedTime="4819" latitudeDecimal="41.848755" longitudeDecimal="-84.997536"/> <ns6:waypoint sequenceNumber="43" elapsedTime="4883" latitudeDecimal="41.857796" longitudeDecimal="-85.15416"/> <ns6:waypoint sequenceNumber="44" elapsedTime="5008" latitudeDecimal="41.874855" longitudeDecimal="-85.46042"/> <ns6:waypoint sequenceNumber="45" elapsedTime="5032" latitudeDecimal="41.878033" longitudeDecimal="-85.5192"/> <ns6:waypoint sequenceNumber="46" elapsedTime="5066" latitudeDecimal="41.882427" longitudeDecimal="-85.60136"/> <ns6:waypoint sequenceNumber="47" elapsedTime="5207" latitudeDecimal="41.899414" longitudeDecimal="-85.930084"/> <ns6:waypoint sequenceNumber="48" elapsedTime="5236" latitudeDecimal="41.902676" longitudeDecimal="-85.99536"/> <ns6:waypoint sequenceNumber="49" elapsedTime="5251" latitudeDecimal="41.904293" longitudeDecimal="-86.02801"/> <ns6:waypoint sequenceNumber="50" elapsedTime="5357" latitudeDecimal="41.915367" longitudeDecimal="-86.2569"/> <ns6:waypoint sequenceNumber="51" elapsedTime="5509" latitudeDecimal="41.92924" longitudeDecimal="-86.558075"/> <ns6:waypoint sequenceNumber="52" elapsedTime="5577" latitudeDecimal="41.934677" longitudeDecimal="-86.681046"/> <ns6:waypoint sequenceNumber="53" elapsedTime="5650" latitudeDecimal="41.94006" longitudeDecimal="-86.80584"/> <ns6:waypoint sequenceNumber="54" elapsedTime="5686" latitudeDecimal="41.942585" longitudeDecimal="-86.86554"/> <ns6:waypoint sequenceNumber="55" elapsedTime="5694" latitudeDecimal="41.943134" longitudeDecimal="-86.87858"/> <ns6:waypoint sequenceNumber="56" elapsedTime="5807" latitudeDecimal="41.950535" longitudeDecimal="-87.058334"/> <ns6:waypoint sequenceNumber="57" elapsedTime="5835" latitudeDecimal="41.9523" longitudeDecimal="-87.102325"/> <ns6:waypoint sequenceNumber="58" elapsedTime="5955" latitudeDecimal="41.959568" longitudeDecimal="-87.28781"/> <ns6:waypoint sequenceNumber="59" elapsedTime="6026" latitudeDecimal="41.963573" longitudeDecimal="-87.39337"/> <ns6:waypoint sequenceNumber="60" elapsedTime="6176" latitudeDecimal="41.971024" longitudeDecimal="-87.59717"/> <ns6:waypoint sequenceNumber="61" elapsedTime="6184" latitudeDecimal="41.971394" longitudeDecimal="-87.607574"/> <ns6:waypoint sequenceNumber="62" elapsedTime="6192" latitudeDecimal="41.971737" longitudeDecimal="-87.61725"/> <ns6:waypoint sequenceNumber="63" elapsedTime="6236" latitudeDecimal="41.973587" longitudeDecimal="-87.66971"/> <ns6:waypoint sequenceNumber="64" elapsedTime="6290" latitudeDecimal="41.97566" longitudeDecimal="-87.72919"/> <ns6:waypoint sequenceNumber="65" elapsedTime="6299" latitudeDecimal="41.97599" longitudeDecimal="-87.73885"/> <ns6:waypoint sequenceNumber="66" elapsedTime="6403" latitudeDecimal="41.97947" longitudeDecimal="-87.84115"/> <ns6:waypoint sequenceNumber="67" elapsedTime="6480" latitudeDecimal="41.981647" longitudeDecimal="-87.90667"/> <ns6:center sequenceNumber="1">ZNY</ns6:center> <ns6:center sequenceNumber="2" elapsedEntryTime="1858">ZOB</ns6:center> <ns6:center sequenceNumber="3" elapsedEntryTime="4723">ZAU</ns6:center> <ns6:sector sequenceNumber="1">ZNYN90</ns6:sector> <ns6:sector sequenceNumber="2" elapsedEntryTime="581">ZNY74</ns6:sector> <ns6:sector sequenceNumber="3" elapsedEntryTime="638">ZNYN90</ns6:sector> <ns6:sector sequenceNumber="4" elapsedEntryTime="724">ZNY39</ns6:sector> <ns6:sector sequenceNumber="5" elapsedEntryTime="739">ZNY74</ns6:sector> <ns6:sector sequenceNumber="6" elapsedEntryTime="782">ZNY39</ns6:sector> <ns6:sector sequenceNumber="7" elapsedEntryTime="835">ZNY75</ns6:sector> <ns6:sector sequenceNumber="8" elapsedEntryTime="1648">ZNY72</ns6:sector> <ns6:sector sequenceNumber="9" elapsedEntryTime="1858">ZOB59</ns6:sector> <ns6:sector sequenceNumber="10" elapsedEntryTime="3095">ZOB49</ns6:sector> <ns6:sector sequenceNumber="11" elapsedEntryTime="3911">ZOB47</ns6:sector> <ns6:sector sequenceNumber="12" elapsedEntryTime="4723">ZAU85</ns6:sector> <ns6:sector sequenceNumber="13" elapsedEntryTime="4883">ZAU89</ns6:sector> <ns6:sector sequenceNumber="14" elapsedEntryTime="5251">ZAU81</ns6:sector> <ns6:sector sequenceNumber="15" elapsedEntryTime="5650">ZAUORD</ns6:sector> <ns6:sector sequenceNumber="16" elapsedEntryTime="5686">ZAUSBN</ns6:sector> <ns6:sector sequenceNumber="17" elapsedEntryTime="5807">ZAUORD</ns6:sector> </ns8:fltTraversals> <ns8:rvsmData equipped="true" currentCompliance="true" futureCompliance="true"/> <ns8:tmiFlightInfoList> <ns8:tmi updateType="UPDATE" lastUpdateTime="2016-08-30T14:33:14Z"> <ns8:fcaId>fca.dccops.lxstn01.20160830142511</ns8:fcaId> </ns8:tmi> <ns8:fxaFlightData> <ns8:fxaFlight> <ns8:fxaId> <ns10:fcaId>fca.dccops.lxstn01.20160830142511</ns10:fcaId> <ns10:fcaName>FCA001</ns10:fcaName> <ns10:lastUpdate>2016-08-30T14:33:14Z</ns10:lastUpdate> </ns8:fxaId> <ns8:bentryTm>2016-08-30T19:12:54Z</ns8:bentryTm> <ns8:createTm>2016-08-30T14:33:14Z</ns8:createTm> <ns8:eentryTm>2016-08-30T19:12:54Z</ns8:eentryTm> <ns8:entryTm>2016-08-30T19:12:54Z</ns8:entryTm> <ns8:exitTm>2016-08-30T19:12:54Z</ns8:exitTm> <ns8:extendedExitTm>2016-08-30T19:12:54Z</ns8:extendedExitTm> <ns8:ientryTm>2016-08-30T18:06:54Z</ns8:ientryTm> <ns8:oentryTm>2016-08-30T19:12:54Z</ns8:oentryTm> <ns8:entryLat>41.9680116</ns8:entryLat> <ns8:entryLon>-87.513596</ns8:entryLon> <ns8:entryHeading>273</ns8:entryHeading> <ns8:exitInd>No</ns8:exitInd> </ns8:fxaFlight> </ns8:fxaFlightData> </ns8:tmiFlightInfoList> </ns8:flightDataList> <ns8:flightDataList> <ns8:flight> <ns6:aircraftId>TRS436</ns6:aircraftId> <ns6:gufi>KT00000828</ns6:gufi> <ns6:igtd>2016-08-30T15:46:00Z</ns6:igtd> <ns6:departurePoint> <ns6:airport>ATL</ns6:airport> </ns6:departurePoint> <ns6:arrivalPoint> <ns6:airport>MKE</ns6:airport> </ns6:arrivalPoint> </ns8:flight> <ns8:flightReference>3633307</ns8:flightReference> <ns8:status>PLANNED</ns8:status> <ns8:engineClass>JET</ns8:engineClass> <ns8:weightClass>LARGE</ns8:weightClass> <ns8:aircraftCategory>CIVILIAN_JET</ns8:aircraftCategory> <ns8:userCategory>COMMERCIAL</ns8:userCategory> <ns8:IGTA>2016-08-30T17:43:00Z</ns8:IGTA> <ns8:PGTD>2016-08-30T15:46:00Z</ns8:PGTD> <ns8:PGTA>2016-08-30T17:43:00Z</ns8:PGTA> <ns8:PETE>6420000</ns8:PETE> <ns8:OETD>2016-08-30T15:56:00Z</ns8:OETD> <ns8:OETA>2016-08-30T17:36:36Z</ns8:OETA> <ns8:BETD>2016-08-30T15:56:00Z</ns8:BETD> <ns8:BETA>2016-08-30T17:36:36Z</ns8:BETA> <ns8:CTA_COMPLIANCE>false</ns8:CTA_COMPLIANCE> <ns8:CTD_COMPLIANCE>false</ns8:CTD_COMPLIANCE> <ns8:ETE_COMPLIANCE>false</ns8:ETE_COMPLIANCE> <ns8:CANCELLED_BUT_FLEW>false</ns8:CANCELLED_BUT_FLEW> <ns8:SPURIOUS_FLT>false</ns8:SPURIOUS_FLT> <ns8:CDM_MBR>true</ns8:CDM_MBR> <ns8:GDC>581</ns8:GDC> <ns8:fltTraversals> <ns6:fix sequenceNumber="1" elapsedTime="152">HRSHL</ns6:fix> <ns6:fix sequenceNumber="2" elapsedTime="274">KLEGG</ns6:fix> <ns6:fix sequenceNumber="3" elapsedTime="467">NAVVY</ns6:fix> <ns6:fix sequenceNumber="4" elapsedTime="668">COKEM</ns6:fix> <ns6:fix sequenceNumber="5" elapsedTime="1101">CARPT</ns6:fix> <ns6:fix sequenceNumber="6" elapsedTime="1871">BNA</ns6:fix> <ns6:fix sequenceNumber="7" elapsedTime="2806">PXV</ns6:fix> <ns6:fix sequenceNumber="8" elapsedTime="3946">SPI</ns6:fix> <ns6:fix sequenceNumber="9" elapsedTime="4518">PNT</ns6:fix> <ns6:fix sequenceNumber="10" elapsedTime="4892">JOT</ns6:fix> <ns6:fix sequenceNumber="11" elapsedTime="4975">LEEDN</ns6:fix> <ns6:fix sequenceNumber="12" elapsedTime="5062">ROODY</ns6:fix> <ns6:fix sequenceNumber="13" elapsedTime="5643">VEENA</ns6:fix> <ns6:waypoint sequenceNumber="1" latitudeDecimal="33.63672" longitudeDecimal="-84.42806"/> <ns6:waypoint sequenceNumber="2" elapsedTime="152" latitudeDecimal="33.68277" longitudeDecimal="-84.279564"/> <ns6:waypoint sequenceNumber="3" elapsedTime="274" latitudeDecimal="33.812508" longitudeDecimal="-84.28001"/> <ns6:waypoint sequenceNumber="4" elapsedTime="467" latitudeDecimal="33.964783" longitudeDecimal="-84.51635"/> <ns6:waypoint sequenceNumber="5" elapsedTime="588" latitudeDecimal="34.12619" longitudeDecimal="-84.62556"/> <ns6:waypoint sequenceNumber="6" elapsedTime="592" latitudeDecimal="34.131752" longitudeDecimal="-84.629326"/> <ns6:waypoint sequenceNumber="7" elapsedTime="668" latitudeDecimal="34.25538" longitudeDecimal="-84.71331"/> <ns6:waypoint sequenceNumber="8" elapsedTime="886" latitudeDecimal="34.664417" longitudeDecimal="-84.89337"/> <ns6:waypoint sequenceNumber="9" elapsedTime="1091" latitudeDecimal="35.088093" longitudeDecimal="-85.08189"/> <ns6:waypoint sequenceNumber="10" elapsedTime="1101" latitudeDecimal="35.111202" longitudeDecimal="-85.09223"/> <ns6:waypoint sequenceNumber="11" elapsedTime="1184" latitudeDecimal="35.23091" longitudeDecimal="-85.27436"/> <ns6:waypoint sequenceNumber="12" elapsedTime="1431" latitudeDecimal="35.558525" longitudeDecimal="-85.77772"/> <ns6:waypoint sequenceNumber="13" elapsedTime="1871" latitudeDecimal="36.13696" longitudeDecimal="-86.68477"/> <ns6:waypoint sequenceNumber="14" elapsedTime="2020" latitudeDecimal="36.42308" longitudeDecimal="-86.853134"/> <ns6:waypoint sequenceNumber="15" elapsedTime="2465" latitudeDecimal="37.276043" longitudeDecimal="-87.363396"/> <ns6:waypoint sequenceNumber="16" elapsedTime="2806" latitudeDecimal="37.92832" longitudeDecimal="-87.76238"/> <ns6:waypoint sequenceNumber="17" elapsedTime="3046" latitudeDecimal="38.333607" longitudeDecimal="-88.15744"/> <ns6:waypoint sequenceNumber="18" elapsedTime="3275" latitudeDecimal="38.718746" longitudeDecimal="-88.53821"/> <ns6:waypoint sequenceNumber="19" elapsedTime="3946" latitudeDecimal="39.839733" longitudeDecimal="-89.677734"/> <ns6:waypoint sequenceNumber="20" elapsedTime="4039" latitudeDecimal="40.000328" longitudeDecimal="-89.52559"/> <ns6:waypoint sequenceNumber="21" elapsedTime="4518" latitudeDecimal="40.8212" longitudeDecimal="-88.73351"/> <ns6:waypoint sequenceNumber="22" elapsedTime="4644" latitudeDecimal="41.06742" longitudeDecimal="-88.593704"/> <ns6:waypoint sequenceNumber="23" elapsedTime="4699" latitudeDecimal="41.17442" longitudeDecimal="-88.532585"/> <ns6:waypoint sequenceNumber="24" elapsedTime="4711" latitudeDecimal="41.196922" longitudeDecimal="-88.51971"/> <ns6:waypoint sequenceNumber="25" elapsedTime="4780" latitudeDecimal="41.33199" longitudeDecimal="-88.44219"/> <ns6:waypoint sequenceNumber="26" elapsedTime="4812" latitudeDecimal="41.3935" longitudeDecimal="-88.40678"/> <ns6:waypoint sequenceNumber="27" elapsedTime="4892" latitudeDecimal="41.546417" longitudeDecimal="-88.31841"/> <ns6:waypoint sequenceNumber="28" elapsedTime="4942" latitudeDecimal="41.64782" longitudeDecimal="-88.31716"/> <ns6:waypoint sequenceNumber="29" elapsedTime="4975" latitudeDecimal="41.713158" longitudeDecimal="-88.31635"/> <ns6:waypoint sequenceNumber="30" elapsedTime="4979" latitudeDecimal="41.721127" longitudeDecimal="-88.31625"/> <ns6:waypoint sequenceNumber="31" elapsedTime="5062" latitudeDecimal="41.87989" longitudeDecimal="-88.314285"/> <ns6:waypoint sequenceNumber="32" elapsedTime="5069" latitudeDecimal="41.892204" longitudeDecimal="-88.31413"/> <ns6:waypoint sequenceNumber="33" elapsedTime="5245" latitudeDecimal="42.186085" longitudeDecimal="-88.31045"/> <ns6:waypoint sequenceNumber="34" elapsedTime="5337" latitudeDecimal="42.313858" longitudeDecimal="-88.30884"/> <ns6:waypoint sequenceNumber="35" elapsedTime="5344" latitudeDecimal="42.322968" longitudeDecimal="-88.30872"/> <ns6:waypoint sequenceNumber="36" elapsedTime="5475" latitudeDecimal="42.489628" longitudeDecimal="-88.30661"/> <ns6:waypoint sequenceNumber="37" elapsedTime="5483" latitudeDecimal="42.500023" longitudeDecimal="-88.30648"/> <ns6:waypoint sequenceNumber="38" elapsedTime="5514" latitudeDecimal="42.539505" longitudeDecimal="-88.30598"/> <ns6:waypoint sequenceNumber="39" elapsedTime="5590" latitudeDecimal="42.63709" longitudeDecimal="-88.30473"/> <ns6:waypoint sequenceNumber="40" elapsedTime="5643" latitudeDecimal="42.704876" longitudeDecimal="-88.30387"/> <ns6:waypoint sequenceNumber="41" elapsedTime="5644" latitudeDecimal="42.705784" longitudeDecimal="-88.30236"/> <ns6:waypoint sequenceNumber="42" elapsedTime="5787" latitudeDecimal="42.811005" longitudeDecimal="-88.12626"/> <ns6:waypoint sequenceNumber="43" elapsedTime="5805" latitudeDecimal="42.82247" longitudeDecimal="-88.107"/> <ns6:waypoint sequenceNumber="44" elapsedTime="5872" latitudeDecimal="42.86349" longitudeDecimal="-88.038025"/> <ns6:waypoint sequenceNumber="45" elapsedTime="5969" latitudeDecimal="42.915924" longitudeDecimal="-87.94961"/> <ns6:waypoint sequenceNumber="46" elapsedTime="6036" latitudeDecimal="42.947212" longitudeDecimal="-87.89673"/> <ns6:airway sequenceNumber="1">COKEM4</ns6:airway> <ns6:airway sequenceNumber="2">J73</ns6:airway> <ns6:airway sequenceNumber="3">J35</ns6:airway> <ns6:airway sequenceNumber="4">VEENA2</ns6:airway> <ns6:center sequenceNumber="1">ZTL</ns6:center> <ns6:center sequenceNumber="2" elapsedEntryTime="1431">ZME</ns6:center> <ns6:center sequenceNumber="3" elapsedEntryTime="2465">ZID</ns6:center> <ns6:center sequenceNumber="4" elapsedEntryTime="3046">ZKC</ns6:center> <ns6:center sequenceNumber="5" elapsedEntryTime="4039">ZAU</ns6:center> <ns6:sector sequenceNumber="1">ZTLATL</ns6:sector> <ns6:sector sequenceNumber="2" elapsedEntryTime="592">ZTL38</ns6:sector> <ns6:sector sequenceNumber="3" elapsedEntryTime="886">ZTL37</ns6:sector> <ns6:sector sequenceNumber="4" elapsedEntryTime="1431">ZME62</ns6:sector> <ns6:sector sequenceNumber="5" elapsedEntryTime="2020">ZME63</ns6:sector> <ns6:sector sequenceNumber="6" elapsedEntryTime="2465">ZID81</ns6:sector> <ns6:sector sequenceNumber="7" elapsedEntryTime="3046">ZKC14</ns6:sector> <ns6:sector sequenceNumber="8" elapsedEntryTime="3275">ZKC12</ns6:sector> <ns6:sector sequenceNumber="9" elapsedEntryTime="4039">ZAU45</ns6:sector> <ns6:sector sequenceNumber="10" elapsedEntryTime="4644">ZAU83</ns6:sector> <ns6:sector sequenceNumber="11" elapsedEntryTime="4979">ZAU77</ns6:sector> <ns6:sector sequenceNumber="12" elapsedEntryTime="5245">ZAUORD</ns6:sector> <ns6:sector sequenceNumber="13" elapsedEntryTime="5483">ZAU74</ns6:sector> <ns6:sector sequenceNumber="14" elapsedEntryTime="5514">ZAUMKE</ns6:sector> </ns8:fltTraversals> <ns8:rvsmData equipped="true" currentCompliance="true" futureCompliance="true"/> <ns8:remarksKeywords>NRP</ns8:remarksKeywords> <ns8:tmiFlightInfoList> <ns8:tmi updateType="UPDATE" lastUpdateTime="2016-08-30T14:33:14Z"> <ns8:fcaId>fca.dccops.lxstn01.20160830142511</ns8:fcaId> </ns8:tmi> <ns8:fxaFlightData> <ns8:fxaFlight> <ns8:fxaId> <ns10:fcaId>fca.dccops.lxstn01.20160830142511</ns10:fcaId> <ns10:fcaName>FCA001</ns10:fcaName> <ns10:lastUpdate>2016-08-30T14:33:14Z</ns10:lastUpdate> </ns8:fxaId> <ns8:bentryTm>2016-08-30T17:17:46Z</ns8:bentryTm> <ns8:createTm>2016-08-30T14:33:14Z</ns8:createTm> <ns8:eentryTm>2016-08-30T17:17:46Z</ns8:eentryTm> <ns8:entryTm>2016-08-30T17:17:46Z</ns8:entryTm> <ns8:exitTm>2016-08-30T17:17:46Z</ns8:exitTm> <ns8:extendedExitTm>2016-08-30T17:17:46Z</ns8:extendedExitTm> <ns8:ientryTm>2016-08-30T17:17:46Z</ns8:ientryTm> <ns8:oentryTm>2016-08-30T17:17:46Z</ns8:oentryTm> <ns8:entryLat>41.5753414</ns8:entryLat> <ns8:entryLon>-88.318055</ns8:entryLon> <ns8:entryHeading>1</ns8:entryHeading> <ns8:exitInd>No</ns8:exitInd> </ns8:fxaFlight> </ns8:fxaFlightData> </ns8:tmiFlightInfoList> </ns8:flightDataList> ...several more flights follow.... </ns9:tmiFlightList> </ns9:tmi> </ns9:tmiReplyData> </ns4:reply> </ns4:tfmRequestReply> </ns4:tfmDataService>
Sample Errors and Warnings
TFMS limits the frequency for successive TMI definition/flight list requests for the same TMI. Currently, the limit is one request per hour. The following is an example of the error response received.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns4:tfmDataService xmlns:ns16="http://www.fixm.aero/flight/3.0" xmlns:ns14="http://www.fixm.aero/base/3.0" xmlns:ns15="http://www.fixm.aero/foundation/3.0" xmlns:ns9="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ns5="http://www.fixm.aero/tfm/3.1" xmlns:ns12="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:ns6="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:ns13="urn:us:gov:dot:faa:atm:tfm:rapttimeline" xmlns:ns7="http://www.faa.aero/nas/3.1" xmlns:ns10="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:ns8="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:ns11="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:ns2="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages" xmlns:ns4="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:ns3="urn:us:gov:dot:faa:atm:tfm:flightdata"> <ns4:tfmRequestReply> <ns4:reply serviceCode="TMIRSYNC"> <ns9:requestId> <ns9:requestor> <ns8:center>ZNY</ns8:center> <ns8:requestorId>lxstn01</ns8:requestorId> </ns9:requestor> <ns9:uniqueMsgId>4cc58ccf-8d75-4509-9af4-cab7ceca0006</ns9:uniqueMsgId> </ns9:requestId> <ns9:status>ERROR</ns9:status> <ns9:responseMessage> <ns9:description>The TFMData Request failed to process. Reason: Authentication failed: the element 500004 has received a TMIRSYNC from ZNY within the acceptable frequency tolerance.</ns9:description> <ns9:origMsg><?xml version="1.0" encoding="UTF-8"?> <tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:nas="http://www.faa.aero/nas/3.1" xmlns:ax="http://www.fixm.aero/tfm/3.1" xmlns:fb="http://www.fixm.aero/base/3.0" xmlns:fx="http://www.fixm.aero/flight/3.0" xmlns:fdm="urn:us:gov:dot:faa:atm:tfm:flightdata" xmlns:frt="urn:us:gov:dot:faa:atm:tfm:rapttimeline" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:trr="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages" xsi:schemaLocation="urn:us:gov:dot:faa:atm:tfm:tfmdataservice TFMData_Service.xsd"> <tfmRequestReply> <request serviceCode="TMIRSYNC"> <trr:requestId> <trr:requestor> <fm2:center>ZNY</fm2:center> <fm2:requestorId>lxstn01</fm2:requestorId> </trr:requestor> <trr:uniqueMsgId>4cc58ccf-8d75-4509-9af4-cab7ceca0006</trr:uniqueMsgId> <trr:replyOption>SUCC_OR_ERR_OR_WARN</trr:replyOption> </trr:requestId> <trr:tmiResyncRequest> <trr:requestTmiDef> <trr:tmiReferenceNumber>500004</trr:tmiReferenceNumber> <trr:tmiType>GDP</trr:tmiType> <trr:includeFlightList>true</trr:includeFlightList> </trr:requestTmiDef> </trr:tmiResyncRequest> </request> </tfmRequestReply> </tfmDataService></ns9:origMsg> </ns9:responseMessage> </ns4:reply> </ns4:tfmRequestReply> </ns4:tfmDataService>
TFMS prevents the processing of a TMI definition request with the same UUID. The following is an example of the error received.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns4:tfmDataService xmlns:ns16="http://www.fixm.aero/flight/3.0" xmlns:ns14="http://www.fixm.aero/base/3.0" xmlns:ns15="http://www.fixm.aero/foundation/3.0" xmlns:ns9="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ns5="http://www.fixm.aero/tfm/3.1" xmlns:ns12="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:ns6="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:ns13="urn:us:gov:dot:faa:atm:tfm:rapttimeline" xmlns:ns7="http://www.faa.aero/nas/3.1" xmlns:ns10="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:ns8="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:ns11="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:ns2="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages" xmlns:ns4="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:ns3="urn:us:gov:dot:faa:atm:tfm:flightdata"> <ns4:tfmRequestReply> <ns4:reply serviceCode="TMIRSYNC"> <ns9:requestId> <ns9:requestor> <ns8:center>AAL</ns8:center> <ns8:requestorId>lxstn02</ns8:requestorId> </ns9:requestor> <ns9:uniqueMsgId>4cc58ccf-8d75-4509-9af4-cab7ceca0006</ns9:uniqueMsgId> </ns9:requestId> <ns9:status>ERROR</ns9:status> <ns9:responseMessage> <ns9:description>TMI Resync Request with unique ID 4cc58ccf-8d75-4509-9af4-cab7ceca0006 already exists in the system.</ns9:description> </ns9:responseMessage> </ns4:reply> </ns4:tfmRequestReply> </ns4:tfmDataService>