29 lines
641 B
XML
29 lines
641 B
XML
<?xml version="1.0"?>
|
|
<rwyuse> <!-- Times are in UTC -->
|
|
<com> <!-- Commercial Traffic-->
|
|
<wind tail="7"
|
|
cross="20" />
|
|
<time start = "00:00"
|
|
end = "24:00"
|
|
schedule = "day"/>
|
|
</com>
|
|
<gen> <!-- General Aviation -->
|
|
<wind tail="7"
|
|
cross="20"/>
|
|
<time start="00:00"
|
|
end = "24:00"
|
|
schedule = "general"/>
|
|
|
|
</gen>
|
|
<!-- commercial schedule -->
|
|
<schedule name="day">
|
|
<takeoff>29</takeoff>
|
|
<landing>29</landing>
|
|
</schedule>
|
|
|
|
<!-- general aviation schedule -->
|
|
<schedule name = "general">
|
|
<landing>15</landing>
|
|
<takeoff>15</takeoff>
|
|
</schedule>
|
|
</rwyuse>
|