<?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="05:00" end="22:00" schedule="day"/>

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