<?xml version="1.0" encoding="UTF-8"?>
<rwyuse> <!-- Times are in UTC -->
  <com>  <!-- Commercial Traffic-->
    <wind tail="10" cross="20"/>
    <time start="00:00" end="24:00" schedule="day"/>
  </com> 
  <gen> <!-- General Aviation --> 
    <wind tail="10" cross="20"/>
    <time start="7:00" end="19:00" schedule="day"/>

  </gen>
<!-- commercial schedule -->
<schedule name="day">
  <takeoff>24R, 06R</takeoff>
  <landing>24L, 06L</landing>
</schedule>
</rwyuse>