<?xml version="1.0"?>
<rwyuse> <!-- Times are in UTC -->
  <com>  <!-- Commercial Traffic Day-->
    <wind tail="7" cross="20" />
    <time start="00:00" end="24:00" schedule="day" />
  </com>
  <com>   <!-- Commercial Traffic Night-->
    <wind tail="7" cross="20" />
    <time start="00:00" end="24:00" schedule="night" />
  </com>
  <gen>    <!-- General Aviation Day-->
    <wind tail="7" cross="20" />
    <time start="00:00" end="00:00" schedule="day" />
  </gen> 
    <gen>    <!-- General Aviation Night-->
    <wind tail="7" cross="20" />
    <time start="00:00" end="00:00" schedule="day" />
  </gen> 
  <!-- commercial schedule -->
  <schedule name="night">
    <takeoff>13</takeoff>
    <landing>22, 04</landing>
  </schedule>
  <schedule name="day">
    <takeoff>13</takeoff>
    <landing>22, 04</landing>
  </schedule>
  <!-- general schedule -->
  <schedule name="night">
    <takeoff>13</takeoff>
    <landing>22, 04</landing>
  </schedule>
  <schedule name="day">
    <takeoff>13</takeoff>
    <landing>22, 04</landing>
  </schedule>
</rwyuse>