<?xml version="1.0"?>
<AirAvailabilityWithCabin_5>
    <AirAvailMods><!--If you are only interested in seeing the availability of M Class, take out the <BICPrefs></BICPrefs> section but add the following code in its place:
     <BICFilter>
         <BICFilterAry>
            <BICFilterInfo>
               <BIC>M</BIC>
               <AllowSmlrInd>N</AllowSmlrInd>
            </BICFilterInfo>
         </BICFilterAry>
      </BICFilter>
   This filters out availability other than M Class.-->
        <BICPrefs><!--If class you are requesting is found, returm it and all other available classes-->
            <BICPrefsAry>
                <BICPrefsInfo>
                    <BIC>M</BIC><!--Class Code-->
                    <AllowSmlrInd>N</AllowSmlrInd><!--Set to N=No will NOT allow substitutions if M unavailable-->
                </BICPrefsInfo>
            </BICPrefsAry>
        </BICPrefs>
        <GenAvail>
            <NumSeats>2</NumSeats>
            <Class></Class>
            <StartDt>20001201</StartDt>
            <StartPt>DEN</StartPt>
            <EndPt>ATL</EndPt>
            <StartTm>730</StartTm><!--Set to 0000 similiar to Apollo Terminal Default-->
            <TmWndInd>D</TmWndInd>
            <StartTmWnd>730</StartTmWnd>
            <EndTmWnd>1219</EndTmWnd>
            <MaxNumFlts>1</MaxNumFlts><!--***Set to 1 so it returns only 1st available flight***-->
            <SeqInd>F</SeqInd><!--Include this element set to F for First Available Flight-->
        </GenAvail>
    </AirAvailMods>
</AirAvailabilityWithCabin_5>

