2014-02-28 09:49:33 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!--
|
|
|
|
This file is part of FlightGear, the free flight simulator
|
|
|
|
http://www.flightgear.org/
|
|
|
|
|
|
|
|
Copyright (C) 2014 Curtis L. Olson - http://www.flightgear.org/~curt
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License as
|
|
|
|
published by the Free Software Foundation; either version 2 of the
|
|
|
|
License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
General Public License for more details.
|
|
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<atis>
|
|
|
|
<text>This is </text>
|
2016-04-07 11:34:18 +00:00
|
|
|
<section include="sections/airport-information.xml"/>
|
|
|
|
<text>Time </text><token>time</token><text> zulu. </text>
|
|
|
|
<text>Expect </text><token>approach-type</token><text> approach. </text>
|
2014-02-28 09:49:33 +00:00
|
|
|
<if>
|
|
|
|
<equals>
|
|
|
|
<token>rwy-land</token>
|
|
|
|
<token>rwy-to</token>
|
|
|
|
</equals>
|
|
|
|
<then>
|
2016-04-07 11:34:18 +00:00
|
|
|
<text>Landing and departing runway </text>
|
2014-02-28 09:49:33 +00:00
|
|
|
<token>rwy-land</token>
|
|
|
|
</then>
|
|
|
|
<else>
|
2016-04-07 11:34:18 +00:00
|
|
|
<text>Landing runway </text>
|
2014-02-28 09:49:33 +00:00
|
|
|
<token>rwy-land</token>
|
2014-04-23 08:17:08 +00:00
|
|
|
<text> and departing runway </text>
|
2014-02-28 09:49:33 +00:00
|
|
|
<token>rwy-to</token>
|
|
|
|
</else>
|
|
|
|
</if>
|
2016-04-07 11:34:18 +00:00
|
|
|
<text>.. </text>
|
|
|
|
<text>Weather. Winned </text>
|
2016-04-07 00:18:50 +00:00
|
|
|
<if>
|
|
|
|
<equals>
|
|
|
|
<token>wind-speed-kn</token>
|
|
|
|
<text>zero</text>
|
|
|
|
</equals>
|
|
|
|
<then>
|
|
|
|
<text>kaam.. </text>
|
|
|
|
</then>
|
|
|
|
<else>
|
|
|
|
<token>wind-dir</token>
|
2016-04-07 11:34:18 +00:00
|
|
|
<text> at </text>
|
2016-04-07 00:18:50 +00:00
|
|
|
<token>wind-speed-kn</token>
|
2016-04-07 11:34:18 +00:00
|
|
|
<text> knots. </text>
|
2016-04-07 00:18:50 +00:00
|
|
|
</else>
|
|
|
|
</if>
|
2016-04-07 11:34:18 +00:00
|
|
|
<section include="sections/wind-variation.xml"/>
|
|
|
|
<section include="sections/gusts.xml"/>
|
|
|
|
<section include="sections/cavok.xml"/>
|
|
|
|
<section include="sections/visibility-km.xml"/>
|
|
|
|
<section include="sections/phenomena.xml"/>
|
|
|
|
<section include="sections/clouds.xml"/>
|
|
|
|
<section include="sections/temperature.xml"/>
|
|
|
|
<section include="sections/qnh.xml"/>
|
|
|
|
<token>trend</token><text>. </text>
|
|
|
|
<section include="sections/end.xml"/>
|
2014-02-28 09:49:33 +00:00
|
|
|
</atis>
|
|
|
|
</PropertyList>
|