33 lines
1 KiB
XML
33 lines
1 KiB
XML
<?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>
|
|
<!-- special for Hamburg -->
|
|
<atis-schema include="atis/eddh.xml"/>
|
|
|
|
<!-- German style -->
|
|
<atis-schema include="atis/ed.xml"/>
|
|
|
|
<!-- UK style -->
|
|
<atis-schema include="atis/eg.xml"/>
|
|
|
|
<!-- US and Canada style -->
|
|
<atis-schema include="atis/us_ca.xml"/>
|
|
|
|
<!-- rest of the world -->
|
|
<atis-schema include="atis/other.xml"/>
|
|
</PropertyList>
|