Example Flight Data (FD) block requests to TFMS via Request/Reply

Flight Operators can provide flight data to TFMS via tfmRequestReply FDBLOCK requests which include flightCreate, flightModify, and flightCancel messages. To submit a valid tfmRequestReply FDBLOCK request message to TFMS there are certain JMS properties and message elements / attributes that are required, see Required Elements in all TFMData Requests. There are also required elements that are common to Flight Create. Flight Modify and Flight Cancel FDBLOCK requests as detailed in Required Elements in TFMData Flight Request Message Payload The following examples illustrate flight data messages as entered today by flight operators in current CDM message format as compared to how those same messages may be entered in NEMS Request/Reply TFMData format.

The examples provided are:

  • CDM Flight Data packet with a single Flight Create message (fields T1, T2, T3, T4) with success response returned
  • CDM Flight Data packet with several Flight Create/Modify messages (fields T1, T2, T3, T4, 02) with some error responses returned
  • CDM flight data packet with Flight Modify (field T14) with no success response returned (NOACK)
  • CDM flight data packet with Flight Modify (field T13) with no success response returned (NOACK)
  • CDM flight data packet with Flight Modify (field T12) with error response returned (NOACK)
  • CDM flight data packet with Flight Modify (field T11) with error response returned (NOACK)
  • CDM flight data packet with Flight Modify (fields T7 and T8) with warning response returned (NOACK)
CDM Flight Data packet with a single Flight Create message
Flight Create message as entered today with field T1 (Predicted Runway Departure Time), T2 (Predicted Runway Arrival Time), T3 (Predicted Gate Departure Time), T4 (Predicted Gate Arrival Time), 03 (Aicraft Type) and a positive acknowledgment expected.
 	FD EJA0722184417.01
	FC EJA689 TEB SUS 07221400 T3 221400 T1 221406 T2 221618 T4 221624 03 C56X

         ****************Response************
        //////////////////////Fri Jul 22 15:46:29 UTC//////////////////////
        FD EJA0722154628.01 PROCESSED. 1 OK, 0 ERRORS, 0 WARNINGS  
The same Flight Create message in TFMData format for NEMS with runwayDepartureTime(T1 equivalent), runwayArrivalTime (T2 equivalent), gateDepartureTime (T3 equivalent), gateArrivalTime (T4 equivalent), aircraftSpecification (03 equivalent) and a positive acknowledgment expected (replyOption – SUCC_OR_ERR_OR_WARN).
<?xml version="1.0" encoding="UTF-8"?>
<tx:tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ax="http://www.fixm.aero/tfm/3.1" 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:tx="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages">
	<tx:tfmRequestReply>
		<tx:request serviceCode="FDBLOCK">
			<requestId>
				<requestor>
				    <fm2:center>EJA</fm2:center>
                                    <fm2:requestorId>wkstn01</fm2:requestorId>
				</requestor>
				<uniqueMsgId>4f55856f-8d75-4509-8af4-111111111104</uniqueMsgId>
                                <replyOption>SUCC_OR_ERR_OR_WARN</replyOption>
			</requestId>	
			<flightBlockReqData>
	                    <flightCreate>
		               <commonCompositeFlightId>
			          <callSign>EJA689</callSign> 
			          <departureAirport>TEB</departureAirport>
			          <arrivalAirport>SUS</arrivalAirport>
			          <departureDateTime>2016-07-22T14:00:00Z</departureDateTime>
                               </commonCompositeFlightId>
                               <runwayDepartureTime>2016-07-22T14:06:00Z</runwayDepartureTime>
                               <runwayArrivalTime>2016-07-22T16:18:00Z</runwayArrivalTime>
                               <gateDepartureTime>2016-07-22T14:00:00Z</gateDepartureTime>
                               <gateArrivalTime>2016-07-22T16:24:00Z</gateArrivalTime>
		               <aircraftSpecification>C56X</aircraftSpecification>
	                   </flightCreate>					
	      </flightBlockReqData>
	    </tx:request>
	</tx:tfmRequestReply>	
</tx:tfmDataService>

    ****************NEMS Response************

<?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="FDBLOCK">
            <ns9:requestId>
                <ns9:requestor>
                    <ns8:center>EJA</ns8:center>
                    <ns8:requestorId>wkstn01</ns8:requestorId>
                </ns9:requestor>
                <ns9:uniqueMsgId>4f55856f-8d75-4509-8af4-111111111104</ns9:uniqueMsgId>
            </ns9:requestId>
            <ns9:status>SUCCESS</ns9:status>
        </ns4:reply>
    </ns4:tfmRequestReply>
</ns4:tfmDataService>

CDM Flight Data packet with several Flight Create/Modify messages, some resulting in error
Flight Create/Modify/cancel message packet as entered today with field T1 (Predicted Runway Departure Time), T2 (Predicted Runway Arrival Time), T3 (Predicted Gate Departure Time), T4 (Predicted Gate Arrival Time), 03 (Aicraft Type) and a positive acknowledgment expected.
	FD EJA0721134328.01
	FX EJA689 TEB HPN 07221615 
	FM EJA302 HPN BVY 07221930 02 EJA611 03 C56X 
	FX EJA611 IAD TEB 07221648 
	FC EJA853 IAD TEB 07221651 T3 221651 T1 221657 T2 221733 T4 221739 03 T/H25B 
	FM EJA611 TEB FWA 07231400 02 EJA853 03 T/H25B 
	FX EJA853 IAD CMH 07222354 
	FM EJA807 APF ACY 07221630 02 EJA938 03 T/C750
	FC EJA770 GEU CMA 07222300 T3 222300 T1 222306 T2 230006 T4 230012 03 T/CL30 
	FC EJA617 MDW DLH 07221736 T3 221736 T1 221742 T2 221848 T4 221854 03 C56X
	FC N150QS LIML LFMN 07231006 T3 231006 T1 231012 T2 231054 T4 231100 03 T/GLEX 
	FC EJA916 FLL FXE 07221742 T3 221742 T1 221748 T2 221800 T4 221806 03 T/C750 
	FX EJA938 TEB APF 07222100
	FC EJA913 MTH BOW 07222200 T3 222200 T1 222206 T2 222236 T4 222242 03 T/C750

	****************Response************
	//////////////////////Fri Jul 22 15:54:14 UTC//////////////////////
	FD EJA0722155411.01 PROCESSED. 9 OK, 4 ERRORS, 0 WARNINGS

	FX EJA689 TEB HPN 07221615
	ERR214: FOUND AIRL.CREATED FLIGHT WITH OTHER ARRIVAL AIRPORT
	FM EJA807 APF ACY 07221630 02 EJA938 03 T/C750
	ERR452: FLIGHT DOES NOT EXIST.  FLIGHT-ID COULD NOT BE CHANGED
	FC EJA617 MDW DLH 07221736 T3 221736 T1 221742 T2 221848 T4 221854 03 C56X
	ERR012: FOUND AIRL.CREATED FLIGHT WITH OTHER ARRIVAL AIRPORT
	FC N150QS LIML LFMN 07231006 T3 231006 T1 231012 T2 231054 T4 231100 03 T/GLEX
	ERR320: NOT AUTHORIZED TO UPDATE THIS FLIGHT

The same Flight Create/Modify/Cancel message packet in TFMData format for NEMS with runwayDepartureTime(T1 equivalent), runwayArrivalTime (T2 equivalent), gateDepartureTime (T3 equivalent), gateArrivalTime (T4 equivalent), aircraftSpecification/modifiedAircraftSpecification (03 equivalent), modifiedCallsign (02 equivalent) and a positive acknowledgment expected (replyOption – SUCC_OR_ERR_OR_WARN).
<?xml version="1.0" encoding="UTF-8"?>
<tx:tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ax="http://www.fixm.aero/tfm/3.1" 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:tx="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages">
	<tx:tfmRequestReply>
		<tx:request serviceCode="FDBLOCK">
			<requestId>
				<requestor>
				    <fm2:center>EJA</fm2:center>
                                    <fm2:requestorId>wkstn01</fm2:requestorId>
				</requestor>
				<uniqueMsgId>4f55856f-8d75-4509-8af4-111111111105</uniqueMsgId>
                                <replyOption>SUCC_OR_ERR_OR_WARN</replyOption>
			</requestId>	
			<flightBlockReqData>
	                 <flightCancel>
		            <commonCompositeFlightId>
			       <callSign>EJA689</callSign>
		               <departureAirport>TEB</departureAirport>
		      	       <arrivalAirport>HPN</arrivalAirport>
			       <departureDateTime>2016-07-22T16:15:00Z</departureDateTime>
                            </commonCompositeFlightId>
	                 </flightCancel>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA302</callSign>
                                     <departureAirport>HPN</departureAirport>
                                     <arrivalAirport>BVY</arrivalAirport>
                                     <departureDateTime>2016-07-22T19:30:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
                                 <modifiedCallSign>EJA611</modifiedCallSign>
                                 <modifiedAircraftSpecification>C56X</modifiedAircraftSpecification>
                          </flightModify>
	                 <flightCancel>
		            <commonCompositeFlightId>
			       <callSign>EJA611</callSign>
		               <departureAirport>IAD</departureAirport>
		      	       <arrivalAirport>TEB</arrivalAirport>
			       <departureDateTime>2016-07-22T16:48:00Z</departureDateTime>
                            </commonCompositeFlightId>
	                 </flightCancel>
	                    <flightCreate>
		               <commonCompositeFlightId>
			          <callSign>EJA853</callSign>
			          <departureAirport>IAD</departureAirport>
			          <arrivalAirport>TEB</arrivalAirport>
			          <departureDateTime>2016-07-22T16:51:00Z</departureDateTime>
                               </commonCompositeFlightId>
                               <runwayDepartureTime>2016-07-22T16:57:00Z</runwayDepartureTime>
                               <runwayArrivalTime>2016-07-22T17:33:47Z</runwayArrivalTime>
                               <gateDepartureTime>2016-07-22T16:51:00Z</gateDepartureTime>
                               <gateArrivalTime>2016-07-22T17:39:00Z</gateArrivalTime>
		               <aircraftSpecification specialAircraftQualifier='TCAS'>H25B</aircraftSpecification>
	                   </flightCreate>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA611</callSign>
                                     <departureAirport>TEB</departureAirport>
                                     <arrivalAirport>FWA</arrivalAirport>
                                     <departureDateTime>2016-07-23T14:00:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
                                 <modifiedCallSign>EJA853</modifiedCallSign>
                                 <modifiedAircraftSpecification specialAircraftQualifier='TCAS'>H25B</modifiedAircraftSpecification>
                          </flightModify>
	                 <flightCancel>
		            <commonCompositeFlightId>
			       <callSign>EJA853</callSign>
		               <departureAirport>IAD</departureAirport>
		      	       <arrivalAirport>CMH</arrivalAirport>
			       <departureDateTime>2016-07-22T23:54:00Z</departureDateTime>
                            </commonCompositeFlightId>
	                 </flightCancel>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA807</callSign>
                                     <departureAirport>APF</departureAirport>
                                     <arrivalAirport>ACY</arrivalAirport>
                                     <departureDateTime>2016-07-22T16:30:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
                                 <modifiedCallSign>EJA853</modifiedCallSign>
                                 <modifiedAircraftSpecification specialAircraftQualifier='TCAS'>C750</modifiedAircraftSpecification>
                          </flightModify>
	                    <flightCreate>
		               <commonCompositeFlightId>
			          <callSign>EJA770</callSign>
			          <departureAirport>GEU</departureAirport>
			          <arrivalAirport>CMA</arrivalAirport>
			          <departureDateTime>2016-07-22T23:00:00Z</departureDateTime>
                               </commonCompositeFlightId>
                               <runwayDepartureTime>2016-07-22T23:06:00Z</runwayDepartureTime>
                               <runwayArrivalTime>2016-07-23T00:06:00Z</runwayArrivalTime>
                               <gateDepartureTime>2016-07-22T23:00:00Z</gateDepartureTime>
                               <gateArrivalTime>2016-07-23T00:12:00Z</gateArrivalTime>
		               <aircraftSpecification specialAircraftQualifier='TCAS'>CL30</aircraftSpecification>
	                   </flightCreate>
	                    <flightCreate>
		               <commonCompositeFlightId>
			          <callSign>EJA617</callSign>
			          <departureAirport>MDW</departureAirport>
			          <arrivalAirport>DLH</arrivalAirport>
			          <departureDateTime>2016-07-22T17:36:00Z</departureDateTime>
                               </commonCompositeFlightId>
                               <runwayDepartureTime>2016-07-22T17:42:00Z</runwayDepartureTime>
                               <runwayArrivalTime>2016-07-22T18:48:00Z</runwayArrivalTime>
                               <gateDepartureTime>2016-07-22T17:36:00Z</gateDepartureTime>
                               <gateArrivalTime>2016-07-22T18:54:00Z</gateArrivalTime>
		               <aircraftSpecification>C56X</aircraftSpecification>
	                   </flightCreate>
	                    <flightCreate>
		               <commonCompositeFlightId>
			          <callSign>N150QS</callSign>
			          <departureAirport>LIML</departureAirport>
			          <arrivalAirport>LFMN</arrivalAirport>
			          <departureDateTime>2016-07-23T10:06:00Z</departureDateTime>
                               </commonCompositeFlightId>
                               <runwayDepartureTime>2016-07-23T10:12:00Z</runwayDepartureTime>
                               <runwayArrivalTime>2016-07-23T10:54:00Z</runwayArrivalTime>
                               <gateDepartureTime>2016-07-23T10:06:00Z</gateDepartureTime>
                               <gateArrivalTime>2016-07-23T11:00:00Z</gateArrivalTime>
		               <aircraftSpecification specialAircraftQualifier='TCAS'>GLEX</aircraftSpecification>
	                   </flightCreate>
	                    <flightCreate>
		               <commonCompositeFlightId>
			          <callSign>EJA916</callSign>
			          <departureAirport>FLL</departureAirport>
			          <arrivalAirport>FXE</arrivalAirport>
			          <departureDateTime>2016-07-22T17:42:00Z</departureDateTime>
                               </commonCompositeFlightId>
                               <runwayDepartureTime>2016-07-22T17:48:00Z</runwayDepartureTime>
                               <runwayArrivalTime>2016-07-22T18:00:00Z</runwayArrivalTime>
                               <gateDepartureTime>2016-07-22T17:42:00Z</gateDepartureTime>
                               <gateArrivalTime>2016-07-22T18:06:00Z</gateArrivalTime>
		               <aircraftSpecification specialAircraftQualifier='TCAS'>C750</aircraftSpecification>
	                   </flightCreate>
	                 <flightCancel>
		            <commonCompositeFlightId>
			       <callSign>EJA938</callSign>
		               <departureAirport>TEB</departureAirport>
		      	       <arrivalAirport>APF</arrivalAirport>
			       <departureDateTime>2016-07-22T21:00:00Z</departureDateTime>
                            </commonCompositeFlightId>
	                 </flightCancel>
	                    <flightCreate>
		               <commonCompositeFlightId>
			          <callSign>EJA913</callSign>
			          <departureAirport>MTH</departureAirport>
			          <arrivalAirport>BOW</arrivalAirport>
			          <departureDateTime>2016-07-22T22:00:00Z</departureDateTime>
                               </commonCompositeFlightId>
                               <runwayDepartureTime>2016-07-22T22:06:00Z</runwayDepartureTime>
                               <runwayArrivalTime>2016-07-22T22:36:00Z</runwayArrivalTime>
                               <gateDepartureTime>2016-07-22T22:00:00Z</gateDepartureTime>
                               <gateArrivalTime>2016-07-22T22:42:00Z</gateArrivalTime>
		               <aircraftSpecification specialAircraftQualifier='TCAS'>C750</aircraftSpecification>
	                   </flightCreate>				
	      </flightBlockReqData>
	    </tx:request>
	</tx:tfmRequestReply>	
</tx:tfmDataService>

    ****************NEMS Response************
<?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="FDBLOCK">
            <ns9:requestId>
                <ns9:requestor>
                    <ns8:center>EJA</ns8:center>
                    <ns8:requestorId>wkstn01</ns8:requestorId>
                </ns9:requestor>
                <ns9:uniqueMsgId>4f55856f-8d75-4509-8af4-111111111105</ns9:uniqueMsgId>
            </ns9:requestId>
            <ns9:status>ERROR</ns9:status>
            <ns9:responseMessage>
                <ns9:Code>ERR214</ns9:Code>
                <ns9:description>FOUND AIRL.CREATED FLIGHT WITH OTHER ARRIVAL AIRPORT</ns9:description>
                <ns9:origMsg>FD_FLIGHT_CANCEL_MSG EJA689</ns9:origMsg>
            </ns9:responseMessage>
            <ns9:responseMessage>
                <ns9:Code>ERR452</ns9:Code>
                <ns9:description>FLIGHT DOES NOT EXIST.  FLIGHT-ID COULD NOT BE CHANGED</ns9:description>
                <ns9:origMsg>FD_FLIGHT_MODIFY_MSG EJA807</ns9:origMsg>
            </ns9:responseMessage>
            <ns9:responseMessage>
                <ns9:Code>ERR012</ns9:Code>
                <ns9:description>FOUND AIRL.CREATED FLIGHT WITH OTHER ARRIVAL AIRPORT</ns9:description>
                <ns9:origMsg>FD_FLIGHT_CREATE_MSG EJA617</ns9:origMsg>
            </ns9:responseMessage>
            <ns9:responseMessage>
                <ns9:Code>ERR320</ns9:Code>
                <ns9:description>NOT AUTHORIZED TO UPDATE THIS FLIGHT</ns9:description>
                <ns9:origMsg>FD_FLIGHT_CREATE_MSG N150QS</ns9:origMsg>
            </ns9:responseMessage>
        </ns4:reply>
    </ns4:tfmRequestReply>
</ns4:tfmDataService>
CDM flight data packet with Flight Modify (field T14)
Flight Modify message as entered today with field T14 (Actual Gate Time of Arrival) and no positive acknowledgment expected (NOACK).
     FD EJA0722160238.01 NOACK      
     FM EJA689 TEB SUS 07221400 T14 221601 03 A320

     ********** No response received - flight successfully updated *******
The same Flight Modify message in TFMData format for NEMS with an actualGateArrivalTime (T14 equivalent), modifiedAircraftSpecification (03 equivalent) and no acknowledgment expected unless an error is encountered (replyOption – ERROR).
<?xml version="1.0" encoding="UTF-8"?>
<tx:tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ax="http://www.fixm.aero/tfm/3.1" 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:tx="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages">
	<tx:tfmRequestReply>
		<tx:request serviceCode="FDBLOCK">
			<requestId>
				<requestor>
				    <fm2:center>EJA</fm2:center>
                                    <fm2:requestorId>wkstn01</fm2:requestorId>
				</requestor>
				<uniqueMsgId>4f55856f-8d75-4509-8af4-111111111106</uniqueMsgId>
                                <replyOption>ERROR</replyOption>
			</requestId>	
			<flightBlockReqData>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA689</callSign>
                                     <departureAirport>TEB</departureAirport>
                                     <arrivalAirport>SUS</arrivalAirport>
                                     <departureDateTime>2016-07-22T14:00:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
 		                 <modifiedAircraftSpecification>A320</modifiedAircraftSpecification>                               
                                 <actualGateArrivalTime>2016-07-22T16:01:00Z</actualGateArrivalTime>                                
                          </flightModify>
	      </flightBlockReqData>
	    </tx:request>
	</tx:tfmRequestReply>	
</tx:tfmDataService>
    ********** No response received - flight successfully updated*******

CDM flight data packet with Flight Modify (field T13)
Flight Modify message as entered today with field T13 (Actual Gate Time of Departure) and no positive acknowledgment expected (NOACK).
        FD EJA0722161932.01 NOACK 
        FM EJA853 IAD TEB 07221651 T13 221619 03 A320 

    ********** No response received - flight successfully updated*******
The same Flight Modify message in TFMData format for NEMS with an actualGateDepartureTime (T13 equivalent), modifiedAircraftSpecification (03 equivalent) and no acknowledgment or error expected (replyOption – NEVER).
<?xml version="1.0" encoding="UTF-8"?>
<tx:tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ax="http://www.fixm.aero/tfm/3.1" 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:tx="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages">
	<tx:tfmRequestReply>
		<tx:request serviceCode="FDBLOCK">
			<requestId>
				<requestor>
				    <fm2:center>EJA</fm2:center>
                                    <fm2:requestorId>wkstn01</fm2:requestorId>
				</requestor>
				<uniqueMsgId>4f55856f-8d75-4509-8af4-111111111107</uniqueMsgId>
                                <replyOption>NEVER</replyOption>
			</requestId>	
			<flightBlockReqData>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA853</callSign>
                                     <departureAirport>IAD</departureAirport>
                                     <arrivalAirport>TEB</arrivalAirport>
                                     <departureDateTime>2016-07-22T16:51:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
 		                 <modifiedAircraftSpecification>A320</modifiedAircraftSpecification>                               
                                 <actualGateDepartureTime>2016-07-22T16:19:00Z</actualGateDepartureTime>                                
                          </flightModify>
	      </flightBlockReqData>
	    </tx:request>
	</tx:tfmRequestReply>	
</tx:tfmDataService>
   ********** No response received - flight successfully updated*******

CDM flight data packet with Flight Modify (field T12)
Flight Modify message as entered today with field T12 (Actual Runway Time of Arrival) and no positive acknowledgment expected (NOACK) but an error is returned.
        FD EJA0722164507.01 NOACK
        FM EJA430 SMF BOS 07221155 T12 221646 03 A320 

    ****************Response************
        //////////////////////Fri Jul 22 16:45:07 UTC//////////////////////
        FD EJA0722164507.01 PROCESSED. 0 OK, 1 ERRORS, 0 WARNINGS

        FM EJA430 SMF BOS 07221155 T12 221646 03 A320
        ERR123: FLIGHT NOT FOUND. PROVIDE GATE TIMES TO CREATE.
The same Flight Modify message in TFMData format for NEMS with an actualRunwayArrivalTime (T12 equivalent), modifiedAircraftSpecification (03 equivalent) and only error or warning responses returned (replyOption – ERR_OR_WARN).
<?xml version="1.0" encoding="UTF-8"?>
<tx:tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ax="http://www.fixm.aero/tfm/3.1" 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:tx="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages">
	<tx:tfmRequestReply>
		<tx:request serviceCode="FDBLOCK">
			<requestId>
				<requestor>
				    <fm2:center>EJA</fm2:center>
                                    <fm2:requestorId>wkstn01</fm2:requestorId>
				</requestor>
				<uniqueMsgId>4f55856f-8d75-4509-8af4-111111111108</uniqueMsgId>
                                <replyOption>ERR_OR_WARN</replyOption>
			</requestId>	
			<flightBlockReqData>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA430</callSign>
                                     <departureAirport>SMF</departureAirport>
                                     <arrivalAirport>BOS</arrivalAirport>
                                     <departureDateTime>2016-07-22T11:55:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
 		                 <modifiedAircraftSpecification>A320</modifiedAircraftSpecification>                               
                                 <actualRunwayArrivalTime>2016-07-22T16:46:00Z</actualRunwayArrivalTime>                                
                          </flightModify>
	      </flightBlockReqData>
	    </tx:request>
	</tx:tfmRequestReply>	
</tx:tfmDataService>

   ****************NEMS Response************
<?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="FDBLOCK">
            <ns9:requestId>
                <ns9:requestor>
                    <ns8:center>EJA</ns8:center>
                    <ns8:requestorId>wkstn01</ns8:requestorId>
                </ns9:requestor>
                <ns9:uniqueMsgId>4f55856f-8d75-4509-8af4-111111111108</ns9:uniqueMsgId>
            </ns9:requestId>
            <ns9:status>ERROR</ns9:status>
            <ns9:responseMessage>
                <ns9:Code>ERR123</ns9:Code>
                <ns9:description>FLIGHT NOT FOUND. PROVIDE GATE TIMES TO CREATE.</ns9:description>
                <ns9:origMsg>FD_FLIGHT_MODIFY_MSG EJA430</ns9:origMsg>
            </ns9:responseMessage>
        </ns4:reply>
    </ns4:tfmRequestReply>
</ns4:tfmDataService>
CDM flight data packet with Flight Modify (field T11)
Flight Modify message as entered today with field T12 (Actual Runway Time of Arrival) and no positive acknowledgment expected (NOACK) but an error is returned.
    FD EJA0722165221.01 NOACK
     FM EJA371 LGA FLL 07221000 T11 221652 03 A320

   **************** Error Response************ 
     //////////////////////Fri Jul 22 16:52:21 UTC//////////////////////
     FD EJA0722165221.01 PROCESSED. 0 OK, 1 ERRORS, 0 WARNINGS

     FM EJA371 LGA FLL 07221000 T11 221652 03 A320
     ERR123: FLIGHT NOT FOUND. PROVIDE GATE TIMES TO CREATE.
The same Flight Modify message in TFMData format for NEMS with an actualRunwayDepartureTime (T11 equivalent), modifiedAircraftSpecification (03 equivalent) and no response is returned (replyOption – NEVER) even though the processing of the message did result in error (flight not found).
<?xml version="1.0" encoding="UTF-8"?>
<tx:tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ax="http://www.fixm.aero/tfm/3.1" 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:tx="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages">
	<tx:tfmRequestReply>
		<tx:request serviceCode="FDBLOCK">
			<requestId>
				<requestor>
				    <fm2:center>EJA</fm2:center>
                                    <fm2:requestorId>wkstn01</fm2:requestorId>
				</requestor>
				<uniqueMsgId>4f55856f-8d75-4509-8af4-111111111109</uniqueMsgId>
                                <replyOption>NEVER</replyOption>
			</requestId>	
			<flightBlockReqData>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA371</callSign>
                                     <departureAirport>LGA</departureAirport>
                                     <arrivalAirport>FLL</arrivalAirport>
                                     <departureDateTime>2016-07-22T10:00:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
 		                 <modifiedAircraftSpecification>A320</modifiedAircraftSpecification>                               
                                 <actualRunwayDepartureTime>2016-07-22T16:52:00Z</actualRunwayDepartureTime>                                
                          </flightModify>
	      </flightBlockReqData>
	    </tx:request>
	</tx:tfmRequestReply>	
</tx:tfmDataService>

   **************** No Response Received however the message did result in error - no flight found ************ 

CDM flight data packet with Flight Modify (fields T7 and T8)
Flight Modify message as entered today with field T3 (Predicted Gate Departure Time), T4 (Predicted Gate Arrival Time), T7 (Earliest Runway Departure Time) T8 (Earliest Runway Arrival Time) and no positive acknowledgment expected (NOACK) but a warning is returned.

        FD EJA0722170459.01 NOACK
        FM EJA1056 MBPV JFK 07221840 T3 221912 T4 222240 T7 221927 T8 222233 03 A320

   **************** Warning Response************ 
      //////////////////////Fri Jul 22 17:05:01 UTC//////////////////////
     FD EJA0722170459.01 PROCESSED. 0 OK, 0 ERRORS, 1 WARNINGS

     FM EJA1056 MBPV JFK 07221840 T3 221912 T4 222240 T7 221927 T8 222233 03 A320
     WARN003: FLIGHT NOT FOUND. CREATED FLIGHT

The same Flight Modify message in TFMData format for NEMS with predictedGateDepartureTime (T3 equivalent), predictedGateArrivalTime (T4 equivalent), earliestRunwayDepartureTime (T7 equivalent), earliestRunwayArrivalTime (T8 equivalent), modifiedAircraftSpecification (03 equivalent). Initially the message is submitted to only respond upon receipt of error (replyOption – ERROR), then the message is resubmitted to respond for errors or warnings (replyOption – ERR_OR_WARN).
<?xml version="1.0" encoding="UTF-8"?>
<tx:tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ax="http://www.fixm.aero/tfm/3.1" 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:tx="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages">
	<tx:tfmRequestReply>
		<tx:request serviceCode="FDBLOCK">
			<requestId>
				<requestor>
				    <fm2:center>EJA</fm2:center>
                                    <fm2:requestorId>wkstn01</fm2:requestorId>
				</requestor>
				<uniqueMsgId>4f55856f-8d75-4509-8af4-111111111111</uniqueMsgId>
                                <replyOption>ERROR</replyOption>
			</requestId>	
			<flightBlockReqData>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA1056</callSign>
                                     <departureAirport>MBPV</departureAirport>
                                     <arrivalAirport>JFK</arrivalAirport>
                                     <departureDateTime>2016-07-22T18:40:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
 		                 <modifiedAircraftSpecification >A320</modifiedAircraftSpecification> 
                                 <predictedGateDepartureTime>2016-07-22T19:12:00Z</predictedGateDepartureTime>
                                 <predictedGateArrivalTime>2016-07-22T22:40:00Z</predictedGateArrivalTime> 
                                 <earliestRunwayDepartureTime>2016-07-22T19:27:00Z</earliestRunwayDepartureTime>                                  
                                 <earliestRunwayArrivalTime>2016-07-22T22:33:00Z</earliestRunwayArrivalTime>                                
                          </flightModify>
	      </flightBlockReqData>
	    </tx:request>
	</tx:tfmRequestReply>	
</tx:tfmDataService>

  ************************No Response  Received ************************
Same message resubmitted to return warnings.
<?xml version="1.0" encoding="UTF-8"?>
<tx:tfmDataService xmlns="urn:us:gov:dot:faa:atm:tfm:tfmrequestreplytypes" xmlns:ax="http://www.fixm.aero/tfm/3.1" 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:tx="urn:us:gov:dot:faa:atm:tfm:tfmdataservice" xmlns:fim="urn:us:gov:dot:faa:atm:tfm:flowinformation" xmlns:fcm="urn:us:gov:dot:faa:atm:tfm:ficommonmessages" xmlns:fce="urn:us:gov:dot:faa:atm:tfm:ficommondatatypes" xmlns:fm2="urn:us:gov:dot:faa:atm:tfm:ficommonmessages2" xmlns:nxce="urn:us:gov:dot:faa:atm:tfm:tfmdatacoreelements" xmlns:nxcm="urn:us:gov:dot:faa:atm:tfm:flightdatacommonmessages">
	<tx:tfmRequestReply>
		<tx:request serviceCode="FDBLOCK">
			<requestId>
				<requestor>
				    <fm2:center>EJA</fm2:center>
                                    <fm2:requestorId>wkstn01</fm2:requestorId>
				</requestor>
				<uniqueMsgId>4f55856f-8d75-4509-8af4-111111111111</uniqueMsgId>
                                <replyOption>ERR_OR_WARN</replyOption>
			</requestId>	
			<flightBlockReqData>
                           <flightModify>
                                 <commonCompositeFlightId>
                                     <callSign>EJA1056</callSign>
                                     <departureAirport>MBPV</departureAirport>
                                     <arrivalAirport>JFK</arrivalAirport>
                                     <departureDateTime>2016-07-22T18:40:00Z</departureDateTime> 
                                 </commonCompositeFlightId>
 		                 <modifiedAircraftSpecification >A320</modifiedAircraftSpecification> 
                                 <predictedGateDepartureTime>2016-07-22T19:12:00Z</predictedGateDepartureTime>
                                 <predictedGateArrivalTime>2016-07-22T22:40:00Z</predictedGateArrivalTime> 
                                 <earliestRunwayDepartureTime>2016-07-22T19:27:00Z</earliestRunwayDepartureTime>                                  
                                 <earliestRunwayArrivalTime>2016-07-22T22:33:00Z</earliestRunwayArrivalTime>                                
                          </flightModify>
	      </flightBlockReqData>
	    </tx:request>
	</tx:tfmRequestReply>	
</tx:tfmDataService>

  ******************Warning 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="FDBLOCK">
            <ns9:requestId>
                <ns9:requestor>
                    <ns8:center>EJA</ns8:center>
                    <ns8:requestorId>wkstn01</ns8:requestorId>
                </ns9:requestor>
                <ns9:uniqueMsgId>4f55856f-8d75-4509-8af4-111111111111</ns9:uniqueMsgId>
            </ns9:requestId>
            <ns9:status>WARNING</ns9:status>
            <ns9:responseMessage>
                <ns9:Code>WARN003</ns9:Code>
                <ns9:description>FLIGHT NOT FOUND. CREATED FLIGHT</ns9:description>
                <ns9:origMsg>FD_FLIGHT_MODIFY_MSG EJA1056</ns9:origMsg>
            </ns9:responseMessage>
        </ns4:reply>
    </ns4:tfmRequestReply>
</ns4:tfmDataService>