<Grid>
   <Cfg id="Summary" NoVScroll="1" IdChars="0123456789" NumberId="1" Undo="1" Size="Low"/>
   <Cfg DefaultDate="1/1/2010" MainCol="id" MinMidWidth="200" MinRightWidth="200" CopyPasteTree="1" CopyPasteRows="2"/>
   <LeftCols>
      <C Name="id" Type="Int" CanEdit="0" CanSort="0" Align="Left" Width="120"/>
   </LeftCols>
   <Cols>
      <C Name="START" Type="Date" Format="dddddd" EditFormat="%d"/>
      <C Name="END" Type="Date" Format="dddddd" EditFormat="%d"/>
      <C Name="DUR" Type="Float"/>
      <C Name="COMP" Type="Float" Format="0.#"/>
      <C Name="PARTS" Width="80" Type="Date" Range="1" Format="dddddd"/>
      <C Name="ANC" Type="Text" Width="55"/>
      <C Name="ES" Type="Date" Format="dddddd" EditFormat="%d"/>
      <C Name="LF" Type="Date" Format="dddddd" EditFormat="%d"/>
   </Cols>
   <RightCols>
      <C Name="GANTT" Type="Gantt"
         GanttDataUnits="d" GanttUnits="d" GanttWidth="20"
         GanttAncestors="ANC" 
         GanttStart="START" GanttEnd="END" GanttDuration="DUR" GanttComplete="COMP" GanttParts="PARTS"
         GanttMinStart="ES" GanttMaxEnd="LF"
         GanttLeft="1" GanttRight="1"
         GanttHeader6="d#%d"
         GanttCorrectDependencies="0"
         />
   </RightCols>
   <Def>
      <D Name="SUM" Calculated="1" CalcOrder="START,END,DUR,COMP,PARTS"
         STARTFormula="ganttstart()" ENDFormula="ganttend()"
         DURFormula="ganttduration()" COMPFormula="ganttpercent()"
         PARTSFormula="ganttparts()"
         GANTTGanttClass="Olive" GANTTGanttIcons="1" GANTTGanttEdit="" CanEdit="0"
         DefEmpty="" DefParent=""
         />
      <D Name="SUMEDIT" Def="SUM"
         PARTSFormula="sumparts()"
         GANTTGanttSummary="0" STARTCanEdit="1"
         GANTTGanttClass="Group" GANTTGanttIcons="6" GANTTGanttEdit="all" CanEdit="1"
         DefEmpty="R" DefParent="SUMEDIT"
         />
      <D Name="R" DefEmpty="R" DefParent="SUMEDIT"/>
   </Def>
   <Header id="id" STARTTip="Start date" ENDTip="End date" COMPTip="Percentage complete" PARTSTip="Discrete parts of the task" DURTip="Duration" ANCTip="Ancestors (predecessors)" ESTip="Early start constraint" LFTip="Late finish constraint" SortIcons="0"/>
   <Body>
      <B>
         <I Def="SUM" id="21">
            <I Def="SUMEDIT" id="11" ES="1/2/2010" LF="1/13/2010">
               <I id="1" START="1/1/2010" END="1/5/2010" COMP="100"/>
               <I id="2" START="1/5/2010" END="1/8/2010" COMP="30" ANC="1"/>
            </I>
            <I Def="SUMEDIT" id="12" ANC="11">
               <I id="3" START="1/8/2010" END="1/12/2010" COMP="0" ES="1/4/2010" LF="1/13/2010"/>
               <I id="4" START="1/12/2010" END="1/15/2010" COMP="0" ANC="3;5"/>
               <I id="5" START="1/8/2010" END="1/10/2010" COMP="0" ANC="13"/>
            </I>
         </I>
         <I Def="SUM" id="22">
            <I Def="SUMEDIT" id="13" LF="1/13/2010">
               <I Def="SUMEDIT" id="14">
                  <I id="6" START="1/1/2010" END="1/2/2010" COMP="100"/>
                  <I id="7" START="1/2/2010" END="1/3/2010" COMP="100" ANC="6"/>
               </I>
               <I Def="SUMEDIT" id="15" ANC="7">
                  <I id="8" START="1/3/2010" END="1/4/2010" COMP="100"/>
                  <I id="9" START="1/5/2010" END="1/7/2010" COMP="40" ANC="8" ES="1/3/2010"/>
               </I>
            </I>
            <I id="10" PARTS="1/8/2010~1/11/2010;1/13/2010~1/14/2010" COMP="00" ANC="15"/>
            <I id="31" GANTTGanttSummary="0" GANTTGanttSummaryType="1" COMP="60" GANTTGanttClass="GanttAqua" START="1/2/2010" END="1/12/2010" ES="1/1/2010" LF="1/15/2010" 
               GANTTGanttText="This task demonstrates resizable summary task with GanttSummaryType='1'&lt;br>" DefParent="R">
               <I id="32" START="1/3/2010" END="1/6/2010" COMP="100"/>
               <I id="33" START="1/6/2010" END="1/10/2010" COMP="40" ANC="32"/>
            </I>
         </I>
      </B>
   </Body>
</Grid>