19 lines
484 B
XML
19 lines
484 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<!--
|
||
|
************************************************************************
|
||
|
Some things that ATC likes to know about.
|
||
|
Durk Talsma Sept-17, 2011.
|
||
|
************************************************************************
|
||
|
-->
|
||
|
|
||
|
<PropertyList>
|
||
|
<sim>
|
||
|
<atc>
|
||
|
<acradius type="double">5</acradius>
|
||
|
<flight-type type="string">ga</flight-type>
|
||
|
<airline type="string">NONE</airline>
|
||
|
</atc>
|
||
|
</sim>
|
||
|
</PropertyList>
|