<?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>07L, 25R</takeoff>
<takeoff>08, 26</takeoff>
<landing>07L, 25R</landing>
<landing>08, 26</landing>
</schedule>

<!-- ga schedule -->
<schedule name="general">
<takeoff>07R, 25L</takeoff>
<landing>07R, 25L</landing>
</schedule>

</rwyuse>
