<?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>31C, 13C, 22L, 04R</takeoff>
  <takeoff>31R, 13L, 22R, 04L</takeoff>
  <landing>31C, 13C, 22R, 04L</landing>
</schedule>

<!-- general schedule -->
<schedule name="general">
  <takeoff>31L, 13R, 22R, 04L</takeoff>
  <landing>31L, 13R, 22R, 04L</landing>
</schedule>

</rwyuse>
