<?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>eddh</station-starts-with> <atis> <section include="sections/airport-information.xml"/> <text>MET report time </text><token>time</token><text>. </text> <text>Expect </text><token>approach-type</token><text> approach. </text> <if> <equals> <token>rwy-land</token> <token>rwy-to</token> </equals> <then> <text>Take off and landing runway </text> <token>rwy-land</token> </then> <else> <text>Landing runway </text> <token>rwy-land</token> <text> and take off runway </text> <token>rwy-to</token> </else> </if> <text>. </text> <text>Transition level </text> <token>transition-level</token> <text>. </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> degrees, </text> <token>wind-speed-kn</token> <text> knots. </text> </else> </if> <section include="sections/gusts.xml"/> <section include="sections/wind-variation.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-hp.xml"/> <text>Trend </text><token>trend</token><text>. </text> <text>Information </text><token>id</token><text>. out.. </text> </atis> </PropertyList>