<?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> <station-starts-with>c</station-starts-with> <station-starts-with>k</station-starts-with> <station-starts-with>p</station-starts-with> <atis> <section include="sections/airport-information.xml"/> <token>time</token><text> zulu. </text> <text>Winned </text> <if> <equals> <token>wind-speed-kn</token> <text>zero</text> </equals> <then> <text>kaam.. </text> </then> <else> <token>wind-dir</token> <text> at </text> <token>wind-speed-kn</token> <text>. </text> </else> </if> <section include="sections/wind-variation-brief.xml"/> <section include="sections/gusts-brief.xml"/> <section include="sections/phenomena.xml"/> <section include="sections/cavok.xml"/> <section include="sections/visibility-miles.xml"/> <section include="sections/clouds-brief.xml"/> <section include="sections/temperature.xml"/> <section include="sections/qnh-inhg.xml"/> <token>approach-type</token> <text> approach runway </text> <token>rwy-land</token> <text> is in use. </text> <text>Departure runway </text> <token>rwy-to</token> <text>.. </text> <section include="sections/trend.xml"/> <section include="sections/end.xml"/> </atis> </PropertyList>