<?xml version="1.0"?>
<!-- Updated 15 AUG 2021 by Ian Tolosa from https://www.faa.gov/airports/planning_capacity/profiles/media/ORD-Airport-Capacity-Profile-2018.pdf -->
<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>22L,09R</takeoff>
  <takeoff>28,09L</takeoff>
  <landing>27R,04R</landing>
  <landing>27L,10</landing>
</schedule>

<!-- general schedule -->
<schedule name="general">
  <takeoff>28,09L</takeoff>
  <landing>27R,04R</landing>
</schedule>

</rwyuse>
