Move the AI subtree away from FlightGear/dat/Data.
[fg:toms-fgdata.git] / AI / aircraft_demo.xml
1 <?xml version="1.0"?>
2
3 <!-- Notes:
4
5      This scenario has a 737 takeoff from runway 28L at KSFO
6      and fly the Porte Departure to the south.  You can change
7      the aircraft type by substituting another model in the
8      <model> tag, and you can also change the "flight plan" by
9      changing the <flightplan> tag. Look in the subdirectory 
10      FlightPlans to find some that I've already defined, including
11      some arrivals.  Normally, when an AI aircraft gets to the end 
12      of its flight plan it deletes itself, however the 
13      <repeat>1</repeat> tag will cause the AI aircraft to start again
14      indefinitely. 
15
16      Dave Culp, davidculp2@comcast.net
17
18 -->
19
20 <PropertyList>
21
22  <scenario>
23
24   <entry>
25    <callsign>United 720</callsign>
26    <type>aircraft</type>
27    <class>jet_transport</class>
28    <model>Aircraft/737/Models/boeing733.xml</model>
29    <flightplan>KSFO_depart_south_28L.xml</flightplan>
30    <repeat>1</repeat>
31   </entry>
32
33  </scenario>
34
35 </PropertyList>