<?xml version="1.0"?><Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"> <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">  <Author>SpectralWorkshop</Author>  <LastAuthor>SpectralWorkshop</LastAuthor>  <Created>2008-06-30T10:51:56Z</Created>  <Version>11.0</Version> </DocumentProperties> <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">  <AllowPNG/> </OfficeDocumentSettings> <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">  <WindowHeight>15600</WindowHeight>  <WindowWidth>24800</WindowWidth>  <WindowTopX>-20</WindowTopX>  <WindowTopY>-20</WindowTopY>  <Date1904/>  <AcceptLabelsInFormulas/>  <ProtectStructure>False</ProtectStructure>  <ProtectWindows>False</ProtectWindows> </ExcelWorkbook> <Styles>  <Style ss:ID="Default" ss:Name="Normal">   <Alignment ss:Vertical="Bottom"/>   <Borders/>   <Font ss:FontName="Verdana"/>   <Interior/>   <NumberFormat/>   <Protection/>  </Style> </Styles> <Worksheet ss:Name="Sheet1">  <Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="3" x:FullColumns="1"   x:FullRows="1">   <Row>    <Cell><Data ss:Type="String">cat</Data></Cell>    <Cell><Data ss:Type="String">dog</Data></Cell>    <Cell><Data ss:Type="String">mouse</Data></Cell>   </Row>   <Row>    <Cell><Data ss:Type="String">monkey</Data></Cell>    <Cell><Data ss:Type="String">lion</Data></Cell>    <Cell><Data ss:Type="String">fish</Data></Cell>   </Row>   <Row>    <Cell><Data ss:Type="String">parrot</Data></Cell>    <Cell><Data ss:Type="String">turkey</Data></Cell>    <Cell><Data ss:Type="String">pig</Data></Cell>   </Row>  </Table>  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">   <Print>    <ValidPrinterInfo/>    <HorizontalResolution>-4</HorizontalResolution>    <VerticalResolution>-4</VerticalResolution>   </Print>   <ShowPageLayoutZoom/>   <PageLayoutZoom>100</PageLayoutZoom>   <Selected/>   <Panes>    <Pane>     <Number>3</Number>     <ActiveRow>2</ActiveRow>     <ActiveCol>3</ActiveCol>    </Pane>   </Panes>   <ProtectObjects>False</ProtectObjects>   <ProtectScenarios>False</ProtectScenarios>  </WorksheetOptions> </Worksheet> <Worksheet ss:Name="Sheet2">  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">   <Print>    <ValidPrinterInfo/>    <HorizontalResolution>-4</HorizontalResolution>    <VerticalResolution>-4</VerticalResolution>   </Print>   <ShowPageLayoutZoom/>   <PageLayoutZoom>100</PageLayoutZoom>   <ProtectObjects>False</ProtectObjects>   <ProtectScenarios>False</ProtectScenarios>  </WorksheetOptions> </Worksheet> <Worksheet ss:Name="Sheet3">  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">   <Print>    <ValidPrinterInfo/>    <HorizontalResolution>-4</HorizontalResolution>    <VerticalResolution>-4</VerticalResolution>   </Print>   <ShowPageLayoutZoom/>   <PageLayoutZoom>100</PageLayoutZoom>   <ProtectObjects>False</ProtectObjects>   <ProtectScenarios>False</ProtectScenarios>  </WorksheetOptions> </Worksheet></Workbook>