24 lines
453 B
XML
24 lines
453 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<PropertyList>
|
||
|
|
||
|
<scenario>
|
||
|
|
||
|
<name>Space Shuttle landing</name>
|
||
|
<description>
|
||
|
The Space Shuttle returns from entry interface to a landing
|
||
|
</description>
|
||
|
|
||
|
<entry>
|
||
|
<callsign>Atlantis</callsign>
|
||
|
<type>aircraft</type>
|
||
|
<class>shuttle</class>
|
||
|
<model>Aircraft/SpaceShuttle/SpaceShuttle.xml</model>
|
||
|
<flightplan>shuttle_land_KEDW.xml</flightplan>
|
||
|
<repeat>1</repeat>
|
||
|
</entry>
|
||
|
|
||
|
</scenario>
|
||
|
|
||
|
</PropertyList>
|