<!--Fare Schedule Display for First Available Flight -->

<FareScheduleDisplay_6>
  <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>
<FareScheduleMods>
<FSDMods>
<TravDt>20131101</TravDt>
<EndDt>20131105</EndDt>
<BIC></BIC>
<PenModifier></PenModifier>
<PenAmt></PenAmt>
<AdvPurch>N</AdvPurch>
<MinStay>N</MinStay>
<MaxStay>N</MaxStay>
<OW>N</OW>
<NoRestriction></NoRestriction>
<BaseFareOnly>N</BaseFareOnly>
</FSDMods>
</FareScheduleMods>
</FareScheduleDisplay_6>
