2004-05-15 09:07:56 +00:00
|
|
|
<?xml version="1.0"?>
|
2004-07-01 14:15:09 +00:00
|
|
|
|
2005-04-29 07:57:24 +00:00
|
|
|
<!-- Notes:
|
|
|
|
|
|
|
|
This scenario has a 737 takeoff from runway 28L at KSFO
|
|
|
|
and fly the Porte Departure to the south. You can change
|
|
|
|
the aircraft type by substituting another model in the
|
|
|
|
<model> tag, and you can also change the "flight plan" by
|
|
|
|
changing the <flightplan> tag. Look in the subdirectory
|
|
|
|
FlightPlans to find some that I've already defined, including
|
|
|
|
some arrivals. When an AI aircraft gets to the end of its
|
|
|
|
flight plan it deletes itself.
|
|
|
|
|
|
|
|
Dave Culp, davidculp2@comcast.net
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
2004-05-15 09:07:56 +00:00
|
|
|
<PropertyList>
|
|
|
|
|
2004-05-15 12:46:42 +00:00
|
|
|
<scenario>
|
2004-05-15 09:07:56 +00:00
|
|
|
|
2004-05-15 12:46:42 +00:00
|
|
|
<entry>
|
2004-07-01 14:15:09 +00:00
|
|
|
<callsign>United 720</callsign>
|
|
|
|
<type>aircraft</type>
|
|
|
|
<class>jet_transport</class>
|
2004-05-15 12:46:42 +00:00
|
|
|
<model>Aircraft/737/Models/boeing733.xml</model>
|
2004-07-01 14:15:09 +00:00
|
|
|
<flightplan>KSFO_depart_south_28L.xml</flightplan>
|
2004-05-15 12:46:42 +00:00
|
|
|
</entry>
|
2004-05-15 09:07:56 +00:00
|
|
|
|
2004-05-15 12:46:42 +00:00
|
|
|
</scenario>
|
2004-05-15 09:07:56 +00:00
|
|
|
|
|
|
|
</PropertyList>
|