[fdo-commits] r2478 - in trunk/Providers/GDAL: Docs/XmlSchema Src Src/Message Src/Overrides Src/Provider Src/UnitTest TestData/DEM TestData/DEM/Elmira TestData/DTED TestData/ESRI/ASCII TestData/ESRI/Binary TestData/Ecw TestData/Jp2 TestData/MrSID TestData/RGB TestData/band TestData/pci_eg TestData/pci_eng2 TestData/rotated testwrk

svn_fdo at osgeo.org svn_fdo at osgeo.org
Fri Feb 9 19:24:29 EST 2007


Author: gregboone
Date: 2007-02-09 19:24:28 -0500 (Fri, 09 Feb 2007)
New Revision: 2478

Modified:
   trunk/Providers/GDAL/Docs/XmlSchema/GrfpConfigExample.xml
   trunk/Providers/GDAL/Src/FdoRfpGlobals.h
   trunk/Providers/GDAL/Src/Message/RFPMessage.vcproj
   trunk/Providers/GDAL/Src/Overrides/RFPOverrides.rc
   trunk/Providers/GDAL/Src/Overrides/RFPOverrides.vcproj
   trunk/Providers/GDAL/Src/Provider/RFP.vcproj
   trunk/Providers/GDAL/Src/Provider/RFPProvider.rc
   trunk/Providers/GDAL/Src/UnitTest/1.xml
   trunk/Providers/GDAL/Src/UnitTest/4_4.xml
   trunk/Providers/GDAL/Src/UnitTest/ManySpatialContextTest.xml
   trunk/Providers/GDAL/Src/UnitTest/RfpOverridesConfig.xml
   trunk/Providers/GDAL/Src/UnitTest/RfpOverridesSerializeTest_testSerialize1.xml
   trunk/Providers/GDAL/Src/UnitTest/RfpTestCase.h
   trunk/Providers/GDAL/Src/UnitTest/example1.xml
   trunk/Providers/GDAL/Src/UnitTest/providers.xml
   trunk/Providers/GDAL/Src/UnitTest/thoroughTest.xml
   trunk/Providers/GDAL/TestData/DEM/Elmira/elmira-e.xml
   trunk/Providers/GDAL/TestData/DEM/cupertino.xml
   trunk/Providers/GDAL/TestData/DEM/dem.xml
   trunk/Providers/GDAL/TestData/DTED/dted0.xml
   trunk/Providers/GDAL/TestData/DTED/dted1.xml
   trunk/Providers/GDAL/TestData/DTED/dted2.xml
   trunk/Providers/GDAL/TestData/DTED/dted_filters.xml
   trunk/Providers/GDAL/TestData/ESRI/ASCII/aaigrid.xml
   trunk/Providers/GDAL/TestData/ESRI/ASCII/aaigrid_filters.xml
   trunk/Providers/GDAL/TestData/ESRI/Binary/baigrid.xml
   trunk/Providers/GDAL/TestData/ESRI/Binary/baigrid_filters.xml
   trunk/Providers/GDAL/TestData/Ecw/golf_course.xml
   trunk/Providers/GDAL/TestData/Jp2/o37121f8UTM-LL.xml
   trunk/Providers/GDAL/TestData/MrSID/Airport.xml
   trunk/Providers/GDAL/TestData/MrSID/Airport2.xml
   trunk/Providers/GDAL/TestData/RGB/RGB.xml
   trunk/Providers/GDAL/TestData/band/4_4_band.xml
   trunk/Providers/GDAL/TestData/band/4_4_band_1.xml
   trunk/Providers/GDAL/TestData/band/band.xml
   trunk/Providers/GDAL/TestData/band/band_no_geo.xml
   trunk/Providers/GDAL/TestData/band/geo_resolution_rot.xml
   trunk/Providers/GDAL/TestData/band/getnullvalue1.xml
   trunk/Providers/GDAL/TestData/band/getnullvalue2.xml
   trunk/Providers/GDAL/TestData/band/missing_band.xml
   trunk/Providers/GDAL/TestData/band/missing_feature.xml
   trunk/Providers/GDAL/TestData/band/missing_image.xml
   trunk/Providers/GDAL/TestData/band/missing_location.xml
   trunk/Providers/GDAL/TestData/band/mix_datamodel.xml
   trunk/Providers/GDAL/TestData/band/spatialcontext_error_1.xml
   trunk/Providers/GDAL/TestData/band/spatialcontext_error_2.xml
   trunk/Providers/GDAL/TestData/band/spatialcontext_multi.xml
   trunk/Providers/GDAL/TestData/band/spatialcontext_multi_no_sc.xml
   trunk/Providers/GDAL/TestData/band/spatialcontext_right_1.xml
   trunk/Providers/GDAL/TestData/band/spatialcontext_right_2.xml
   trunk/Providers/GDAL/TestData/band/spatialcontext_right_3.xml
   trunk/Providers/GDAL/TestData/band/spatialcontext_right_4.xml
   trunk/Providers/GDAL/TestData/pci_eg/config.xml
   trunk/Providers/GDAL/TestData/pci_eng2/config.xml
   trunk/Providers/GDAL/TestData/rotated/GeoReference.xml
   trunk/Providers/GDAL/TestData/rotated/config.xml
   trunk/Providers/GDAL/testwrk/providers.xml
   trunk/Providers/GDAL/testwrk/rtest.cpp
Log:
Update version information to reference 3.3.0.0

Modified: trunk/Providers/GDAL/Docs/XmlSchema/GrfpConfigExample.xml
===================================================================
--- trunk/Providers/GDAL/Docs/XmlSchema/GrfpConfigExample.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Docs/XmlSchema/GrfpConfigExample.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas">
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas">
 		<!-- Schema Overrides for Photo Feature Class -->
 		<complexType name="PhotoType">
 			<!-- Soundings kept in SNDG table and geometry columns are overridden -->

Modified: trunk/Providers/GDAL/Src/FdoRfpGlobals.h
===================================================================
--- trunk/Providers/GDAL/Src/FdoRfpGlobals.h	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/FdoRfpGlobals.h	2007-02-10 00:24:28 UTC (rev 2478)
@@ -35,11 +35,11 @@
     static double DefaultSpatialContextXYTolerance		= 0.001;
     static double DefaultSpatialContextZTolerance		= 0.001;
 
-    static FdoString* GRFPProviderName				    = L"OSGeo.Gdal.3.2";
+    static FdoString* GRFPProviderName				    = L"OSGeo.Gdal.3.3";
     static FdoString* GRFPProviderDisplayName			= L"OSGeo FDO Provider for Raster";
     static FdoString* GRFPProviderDescription			= L"Read access to various raster-based file formats. Supports georeferenced file-based raster images.";
-    static FdoString* GRFPProviderVersion			    = L"3.2.0.0";
-    static FdoString* GRFPFeatureDataObjectsVersion		= L"3.2.0.0";
+    static FdoString* GRFPProviderVersion			    = L"3.3.0.0";
+    static FdoString* GRFPFeatureDataObjectsVersion		= L"3.3.0.0";
 
     static FdoString* DefaultRasterFileLocation			= L"DefaultRasterFileLocation";
 	

Modified: trunk/Providers/GDAL/Src/Message/RFPMessage.vcproj
===================================================================
--- trunk/Providers/GDAL/Src/Message/RFPMessage.vcproj	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/Message/RFPMessage.vcproj	2007-02-10 00:24:28 UTC (rev 2478)
@@ -98,7 +98,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Creating Library and Versioning GRFPMessage.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPMessage.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.3.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPMessage.dll"
 			/>
 		</Configuration>
 		<Configuration
@@ -186,7 +186,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Creating Library and Versioning GRFPMessage.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPMessage.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.3.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPMessage.dll"
 			/>
 		</Configuration>
 	</Configurations>

Modified: trunk/Providers/GDAL/Src/Overrides/RFPOverrides.rc
===================================================================
--- trunk/Providers/GDAL/Src/Overrides/RFPOverrides.rc	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/Overrides/RFPOverrides.rc	2007-02-10 00:24:28 UTC (rev 2478)
@@ -53,8 +53,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,0,0
- PRODUCTVERSION 3,2,0,0
+ FILEVERSION 3,3,0,0
+ PRODUCTVERSION 3,3,0,0
  FILEFLAGSMASK 0x17L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -72,12 +72,12 @@
             VALUE "Comments", "FDO Provider for Raster Files Overrides"
             VALUE "CompanyName", "Open Geospatial Foundation"
             VALUE "FileDescription", "FDO Provider for Raster Files Overrides Component"
-            VALUE "FileVersion", "3.2.0.0"
+            VALUE "FileVersion", "3.3.0.0"
             VALUE "InternalName", "GRFPOverrides"
             VALUE "LegalCopyright", "Copyright © 2005"
             VALUE "OriginalFilename", "GRFPOverrides.dll"
             VALUE "ProductName", "Feature Data Objects"
-            VALUE "ProductVersion", "3.2.0.0"
+            VALUE "ProductVersion", "3.3.0.0"
         END
     END
     BLOCK "VarFileInfo"

Modified: trunk/Providers/GDAL/Src/Overrides/RFPOverrides.vcproj
===================================================================
--- trunk/Providers/GDAL/Src/Overrides/RFPOverrides.vcproj	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/Overrides/RFPOverrides.vcproj	2007-02-10 00:24:28 UTC (rev 2478)
@@ -100,7 +100,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Versioning GRFPOverrides.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPOverrides.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.3.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPOverrides.dll"
 			/>
 		</Configuration>
 		<Configuration
@@ -192,7 +192,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Versioning GRFPOverrides.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPOverrides.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.3.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPOverrides.dll"
 			/>
 		</Configuration>
 	</Configurations>

Modified: trunk/Providers/GDAL/Src/Provider/RFP.vcproj
===================================================================
--- trunk/Providers/GDAL/Src/Provider/RFP.vcproj	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/Provider/RFP.vcproj	2007-02-10 00:24:28 UTC (rev 2478)
@@ -101,7 +101,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Versioning GRFPProvider.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPProvider.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.3.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPProvider.dll"
 			/>
 		</Configuration>
 		<Configuration
@@ -193,7 +193,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Versioning GRFPProvider.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPProvider.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.3.0.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPProvider.dll"
 			/>
 		</Configuration>
 	</Configurations>

Modified: trunk/Providers/GDAL/Src/Provider/RFPProvider.rc
===================================================================
--- trunk/Providers/GDAL/Src/Provider/RFPProvider.rc	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/Provider/RFPProvider.rc	2007-02-10 00:24:28 UTC (rev 2478)
@@ -53,8 +53,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,0,0
- PRODUCTVERSION 3,2,0,0
+ FILEVERSION 3,3,0,0
+ PRODUCTVERSION 3,3,0,0
  FILEFLAGSMASK 0x17L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -72,12 +72,12 @@
             VALUE "Comments", "FDO Provider for Raster Files"
             VALUE "CompanyName", "Open Geospatial Foundation"
             VALUE "FileDescription", "FDO Provider for Raster Files Component"
-            VALUE "FileVersion", "3.2.0.0"
+            VALUE "FileVersion", "3.3.0.0"
             VALUE "InternalName", "GRFPProvider"
             VALUE "LegalCopyright", "Copyright © 2005"
             VALUE "OriginalFilename", "GRFPProvider.dll"
             VALUE "ProductName", "Feature Data Objects"
-            VALUE "ProductVersion", "3.2.0.0"
+            VALUE "ProductVersion", "3.3.0.0"
         END
     END
     BLOCK "VarFileInfo"

Modified: trunk/Providers/GDAL/Src/UnitTest/1.xml
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/1.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/1.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -95,7 +95,7 @@
 	</xs:schema>
 
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2"
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3"
 	  xmlns="http://fdogrfp.osgeo.org/schemas"
 		xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas
 		FdoRfpConfig.xsd">

Modified: trunk/Providers/GDAL/Src/UnitTest/4_4.xml
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/4_4.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/4_4.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas
 		FdoRfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/Src/UnitTest/ManySpatialContextTest.xml
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/ManySpatialContextTest.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/ManySpatialContextTest.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -151,7 +151,7 @@
 	</xs:schema>
 
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2"
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3"
 	  xmlns="http://fdogrfp.osgeo.org/schemas"
 		xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas
 		FdoRfpConfig.xsd">

Modified: trunk/Providers/GDAL/Src/UnitTest/RfpOverridesConfig.xml
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/RfpOverridesConfig.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/RfpOverridesConfig.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<SchemaMapping provider="OSGeo.Gdal.3.2" name="photos" xmlns="http://fdogrfp.osgeo.org/schemas">
+<SchemaMapping provider="OSGeo.Gdal.3.3" name="photos" xmlns="http://fdogrfp.osgeo.org/schemas">
 	<complexType name="PhotoType">
 		<RasterDefinition name="photos">
 			<Location name="../../TestData/area1">

Modified: trunk/Providers/GDAL/Src/UnitTest/RfpOverridesSerializeTest_testSerialize1.xml
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/RfpOverridesSerializeTest_testSerialize1.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/RfpOverridesSerializeTest_testSerialize1.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -1 +1 @@
-<?xml version="1.0" encoding="UTF-8" ?><fdo:DataStore xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml" xmlns:fdo="http://fdo.osgeo.org/schemas" xmlns:fds="http://fdo.osgeo.org/schemas/fds"><SchemaMapping provider="OSGeo.Gdal.3.2" name="testSchemaMapping1" xmlns="http://fdogrfp.osgeo.org/schemas"><complexType name="testClass1Type"><RasterDefinition name="testRaster1"><Location name="../../TestData/ISD_Shanghai_Office"><Feature name="NewOffice00"><Band name="Band1" number="1"><Image name="NewOffice.jpg_00.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice01"><Band name="Band1" number="1"><Image name="NewOffice.jpg_01.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice02"><Band name="Band1" number="1"><Image name="NewOffice.jpg_02.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice03"><Band name="Band1" number="1"><Image name="NewOffice.jpg_03.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice04"><Band name="Band1" number="1"><Image name="NewOffice.jpg_04.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice05"><Band name="Band1" number="1"><Image name="NewOffice.jpg_05.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice06"><Band name="Band1" number="1"><Image name="NewOffice.jpg_06.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice07"><Band name="Band1" number="1"><Image name="NewOffice.jpg_07.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice08"><Band name="Band1" number="1"><Image name="NewOffice.jpg_08.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice09"><Band name="Band1" number="1"><Image name="NewOffice.jpg_09.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice10"><Band name="Band1" number="1"><Image name="NewOffice.jpg_10.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice11"><Band name="Band1" number="1"><Image name="NewOffice.jpg_11.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice12"><Band name="Band1" number="1"><Image name="NewOffice.jpg_12.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice13"><Band name="Band1" number="1"><Image name="NewOffice.jpg_13.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice14"><Band name="Band1" number="1"><Image name="NewOffice.jpg_14.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice15"><Band name="Band1" number="1"><Image name="NewOffice.jpg_15.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice16"><Band name="Band1" number="1"><Image name="NewOffice.jpg_16.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice17"><Band name="Band1" number="1"><Image name="NewOffice.jpg_17.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice18"><Band name="Band1" number="1"><Image name="NewOffice.jpg_18.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice19"><Band name="Band1" number="1"><Image name="NewOffice.jpg_19.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice20"><Band name="Band1" number="1"><Image name="NewOffice.jpg_20.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice21"><Band name="Band1" number="1"><Image name="NewOffice.jpg_21.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice22"><Band name="Band1" number="1"><Image name="NewOffice.jpg_22.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice23"><Band name="Band1" number="1"><Image name="NewOffice.jpg_23.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice24"><Band name="Band1" number="1"><Image name="NewOffice.jpg_24.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice25"><Band name="Band1" number="1"><Image name="NewOffice.jpg_25.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice26"><Band name="Band1" number="1"><Image name="NewOffice.jpg_26.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice27"><Band name="Band1" number="1"><Image name="NewOffice.jpg_27.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice28"><Band name="Band1" number="1"><Image name="NewOffice.jpg_28.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice29"><Band name="Band1" number="1"><Image name="NewOffice.jpg_29.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice30"><Band name="Band1" number="1"><Image name="NewOffice.jpg_30.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice31"><Band name="Band1" number="1"><Image name="NewOffice.jpg_31.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice32"><Band name="Band1" number="1"><Image name="NewOffice.jpg_32.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice33"><Band name="Band1" number="1"><Image name="NewOffice.jpg_33.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice34"><Band name="Band1" number="1"><Image name="NewOffice.jpg_34.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice35"><Band name="Band1" number="1"><Image name="NewOffice.jpg_35.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice36"><Band name="Band1" number="1"><Image name="NewOffice.jpg_36.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice37"><Band name="Band1" number="1"><Image name="NewOffice.jpg_37.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice38"><Band name="Band1" number="1"><Image name="NewOffice.jpg_38.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice39"><Band name="Band1" number="1"><Image name="NewOffice.jpg_39.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice40"><Band name="Band1" number="1"><Image name="NewOffice.jpg_40.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice41"><Band name="Band1" number="1"><Image name="NewOffice.jpg_41.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice42"><Band name="Band1" number="1"><Image name="NewOffice.jpg_42.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice43"><Band name="Band1" number="1"><Image name="NewOffice.jpg_43.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice44"><Band name="Band1" number="1"><Image name="NewOffice.jpg_44.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice45"><Band name="Band1" number="1"><Image name="NewOffice.jpg_45.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice46"><Band name="Band1" number="1"><Image name="NewOffice.jpg_46.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice47"><Band name="Band1" number="1"><Image name="NewOffice.jpg_47.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice48"><Band name="Band1" number="1"><Image name="NewOffice.jpg_48.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice49"><Band name="Band1" number="1"><Image name="NewOffice.jpg_49.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice50"><Band name="Band1" number="1"><Image name="NewOffice.jpg_50.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice51"><Band name="Band1" number="1"><Image name="NewOffice.jpg_51.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice52"><Band name="Band1" number="1"><Image name="NewOffice.jpg_52.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice53"><Band name="Band1" number="1"><Image name="NewOffice.jpg_53.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice54"><Band name="Band1" number="1"><Image name="NewOffice.jpg_54.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice55"><Band name="Band1" number="1"><Image name="NewOffice.jpg_55.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice56"><Band name="Band1" number="1"><Image name="NewOffice.jpg_56.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice57"><Band name="Band1" number="1"><Image name="NewOffice.jpg_57.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice58"><Band name="Band1" number="1"><Image name="NewOffice.jpg_58.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice59"><Band name="Band1" number="1"><Image name="NewOffice.jpg_59.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice60"><Band name="Band1" number="1"><Image name="NewOffice.jpg_60.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice61"><Band name="Band1" number="1"><Image name="NewOffice.jpg_61.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice62"><Band name="Band1" number="1"><Image name="NewOffice.jpg_62.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice63"><Band name="Band1" number="1"><Image name="NewOffice.jpg_63.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice64"><Band name="Band1" number="1"><Image name="NewOffice.jpg_64.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice65"><Band name="Band1" number="1"><Image name="NewOffice.jpg_65.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice66"><Band name="Band1" number="1"><Image name="NewOffice.jpg_66.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice67"><Band name="Band1" number="1"><Image name="NewOffice.jpg_67.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice68"><Band name="Band1" number="1"><Image name="NewOffice.jpg_68.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice69"><Band name="Band1" number="1"><Image name="NewOffice.jpg_69.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice70"><Band name="Band1" number="1"><Image name="NewOffice.jpg_70.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice71"><Band name="Band1" number="1"><Image name="NewOffice.jpg_71.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice72"><Band name="Band1" number="1"><Image name="NewOffice.jpg_72.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice73"><Band name="Band1" number="1"><Image name="NewOffice.jpg_73.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice74"><Band name="Band1" number="1"><Image name="NewOffice.jpg_74.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice75"><Band name="Band1" number="1"><Image name="NewOffice.jpg_75.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice76"><Band name="Band1" number="1"><Image name="NewOffice.jpg_76.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice77"><Band name="Band1" number="1"><Image name="NewOffice.jpg_77.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice78"><Band name="Band1" number="1"><Image name="NewOffice.jpg_78.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice79"><Band name="Band1" number="1"><Image name="NewOffice.jpg_79.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice80"><Band name="Band1" number="1"><Image name="NewOffice.jpg_80.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice81"><Band name="Band1" number="1"><Image name="NewOffice.jpg_81.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice82"><Band name="Band1" number="1"><Image name="NewOffice.jpg_82.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice83"><Band name="Band1" number="1"><Image name="NewOffice.jpg_83.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice84"><Band name="Band1" number="1"><Image name="NewOffice.jpg_84.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice85"><Band name="Band1" number="1"><Image name="NewOffice.jpg_85.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice86"><Band name="Band1" number="1"><Image name="NewOffice.jpg_86.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice87"><Band name="Band1" number="1"><Image name="NewOffice.jpg_87.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice88"><Band name="Band1" number="1"><Image name="NewOffice.jpg_88.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice89"><Band name="Band1" number="1"><Image name="NewOffice.jpg_89.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice90"><Band name="Band1" number="1"><Image name="NewOffice.jpg_90.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice91"><Band name="Band1" number="1"><Image name="NewOffice.jpg_91.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice92"><Band name="Band1" number="1"><Image name="NewOffice.jpg_92.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice93"><Band name="Band1" number="1"><Image name="NewOffice.jpg_93.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice94"><Band name="Band1" number="1"><Image name="NewOffice.jpg_94.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice95"><Band name="Band1" number="1"><Image name="NewOffice.jpg_95.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice96"><Band name="Band1" number="1"><Image name="NewOffice.jpg_96.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice97"><Band name="Band1" number="1"><Image name="NewOffice.jpg_97.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice98"><Band name="Band1" number="1"><Image name="NewOffice.jpg_98.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice99"><Band name="Band1" number="1"><Image name="NewOffice.jpg_99.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice100"><Band name="Band1" number="1"><Image name="NewOffice.jpg_100.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice101"><Band name="Band1" number="1"><Image name="NewOffice.jpg_101.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice102"><Band name="Band1" number="1"><Image name="NewOffice.jpg_102.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice103"><Band name="Band1" number="1"><Image name="NewOffice.jpg_103.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice104"><Band name="Band1" number="1"><Image name="NewOffice.jpg_104.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice105"><Band name="Band1" number="1"><Image name="NewOffice.jpg_105.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice106"><Band name="Band1" number="1"><Image name="NewOffice.jpg_106.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice107"><Band name="Band1" number="1"><Image name="NewOffice.jpg_107.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice108"><Band name="Band1" number="1"><Image name="NewOffice.jpg_108.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice109"><Band name="Band1" number="1"><Image name="NewOffice.jpg_109.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice110"><Band name="Band1" number="1"><Image name="NewOffice.jpg_110.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice111"><Band name="Band1" number="1"><Image name="NewOffice.jpg_111.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice112"><Band name="Band1" number="1"><Image name="NewOffice.jpg_112.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice113"><Band name="Band1" number="1"><Image name="NewOffice.jpg_113.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice114"><Band name="Band1" number="1"><Image name="NewOffice.jpg_114.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice115"><Band name="Band1" number="1"><Image name="NewOffice.jpg_115.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice116"><Band name="Band1" number="1"><Image name="NewOffice.jpg_116.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice117"><Band name="Band1" number="1"><Image name="NewOffice.jpg_117.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice118"><Band name="Band1" number="1"><Image name="NewOffice.jpg_118.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice119"><Band name="Band1" number="1"><Image name="NewOffice.jpg_119.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice120"><Band name="Band1" number="1"><Image name="NewOffice.jpg_120.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice121"><Band name="Band1" number="1"><Image name="NewOffice.jpg_121.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice122"><Band name="Band1" number="1"><Image name="NewOffice.jpg_122.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice123"><Band name="Band1" number="1"><Image name="NewOffice.jpg_123.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice124"><Band name="Band1" number="1"><Image name="NewOffice.jpg_124.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice125"><Band name="Band1" number="1"><Image name="NewOffice.jpg_125.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice126"><Band name="Band1" number="1"><Image name="NewOffice.jpg_126.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice127"><Band name="Band1" number="1"><Image name="NewOffice.jpg_127.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice128"><Band name="Band1" number="1"><Image name="NewOffice.jpg_128.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice129"><Band name="Band1" number="1"><Image name="NewOffice.jpg_129.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice130"><Band name="Band1" number="1"><Image name="NewOffice.jpg_130.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice131"><Band name="Band1" number="1"><Image name="NewOffice.jpg_131.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice132"><Band name="Band1" number="1"><Image name="NewOffice.jpg_132.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice133"><Band name="Band1" number="1"><Image name="NewOffice.jpg_133.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice134"><Band name="Band1" number="1"><Image name="NewOffice.jpg_134.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice135"><Band name="Band1" number="1"><Image name="NewOffice.jpg_135.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice136"><Band name="Band1" number="1"><Image name="NewOffice.jpg_136.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice137"><Band name="Band1" number="1"><Image name="NewOffice.jpg_137.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice138"><Band name="Band1" number="1"><Image name="NewOffice.jpg_138.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice139"><Band name="Band1" number="1"><Image name="NewOffice.jpg_139.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice140"><Band name="Band1" number="1"><Image name="NewOffice.jpg_140.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice141"><Band name="Band1" number="1"><Image name="NewOffice.jpg_141.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice142"><Band name="Band1" number="1"><Image name="NewOffice.jpg_142.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice143"><Band name="Band1" number="1"><Image name="NewOffice.jpg_143.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice144"><Band name="Band1" number="1"><Image name="NewOffice.jpg_144.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice145"><Band name="Band1" number="1"><Image name="NewOffice.jpg_145.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice146"><Band name="Band1" number="1"><Image name="NewOffice.jpg_146.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice147"><Band name="Band1" number="1"><Image name="NewOffice.jpg_147.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice148"><Band name="Band1" number="1"><Image name="NewOffice.jpg_148.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice149"><Band name="Band1" number="1"><Image name="NewOffice.jpg_149.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice150"><Band name="Band1" number="1"><Image name="NewOffice.jpg_150.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice151"><Band name="Band1" number="1"><Image name="NewOffice.jpg_151.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice152"><Band name="Band1" number="1"><Image name="NewOffice.jpg_152.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice153"><Band name="Band1" number="1"><Image name="NewOffice.jpg_153.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice154"><Band name="Band1" number="1"><Image name="NewOffice.jpg_154.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice155"><Band name="Band1" number="1"><Image name="NewOffice.jpg_155.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice156"><Band name="Band1" number="1"><Image name="NewOffice.jpg_156.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice157"><Band name="Band1" number="1"><Image name="NewOffice.jpg_157.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice158"><Band name="Band1" number="1"><Image name="NewOffice.jpg_158.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice159"><Band name="Band1" number="1"><Image name="NewOffice.jpg_159.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice160"><Band name="Band1" number="1"><Image name="NewOffice.jpg_160.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice161"><Band name="Band1" number="1"><Image name="NewOffice.jpg_161.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice162"><Band name="Band1" number="1"><Image name="NewOffice.jpg_162.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice163"><Band name="Band1" number="1"><Image name="NewOffice.jpg_163.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice164"><Band name="Band1" number="1"><Image name="NewOffice.jpg_164.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice165"><Band name="Band1" number="1"><Image name="NewOffice.jpg_165.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice166"><Band name="Band1" number="1"><Image name="NewOffice.jpg_166.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice167"><Band name="Band1" number="1"><Image name="NewOffice.jpg_167.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice168"><Band name="Band1" number="1"><Image name="NewOffice.jpg_168.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice169"><Band name="Band1" number="1"><Image name="NewOffice.jpg_169.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice170"><Band name="Band1" number="1"><Image name="NewOffice.jpg_170.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice171"><Band name="Band1" number="1"><Image name="NewOffice.jpg_171.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice172"><Band name="Band1" number="1"><Image name="NewOffice.jpg_172.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice173"><Band name="Band1" number="1"><Image name="NewOffice.jpg_173.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice174"><Band name="Band1" number="1"><Image name="NewOffice.jpg_174.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice175"><Band name="Band1" number="1"><Image name="NewOffice.jpg_175.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice176"><Band name="Band1" number="1"><Image name="NewOffice.jpg_176.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice177"><Band name="Band1" number="1"><Image name="NewOffice.jpg_177.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice178"><Band name="Band1" number="1"><Image name="NewOffice.jpg_178.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice179"><Band name="Band1" number="1"><Image name="NewOffice.jpg_179.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice180"><Band name="Band1" number="1"><Image name="NewOffice.jpg_180.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice181"><Band name="Band1" number="1"><Image name="NewOffice.jpg_181.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice182"><Band name="Band1" number="1"><Image name="NewOffice.jpg_182.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice183"><Band name="Band1" number="1"><Image name="NewOffice.jpg_183.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice184"><Band name="Band1" number="1"><Image name="NewOffice.jpg_184.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice185"><Band name="Band1" number="1"><Image name="NewOffice.jpg_185.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice186"><Band name="Band1" number="1"><Image name="NewOffice.jpg_186.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice187"><Band name="Band1" number="1"><Image name="NewOffice.jpg_187.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice188"><Band name="Band1" number="1"><Image name="NewOffice.jpg_188.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice189"><Band name="Band1" number="1"><Image name="NewOffice.jpg_189.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice190"><Band name="Band1" number="1"><Image name="NewOffice.jpg_190.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice191"><Band name="Band1" number="1"><Image name="NewOffice.jpg_191.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice192"><Band name="Band1" number="1"><Image name="NewOffice.jpg_192.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice193"><Band name="Band1" number="1"><Image name="NewOffice.jpg_193.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice194"><Band name="Band1" number="1"><Image name="NewOffice.jpg_194.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice195"><Band name="Band1" number="1"><Image name="NewOffice.jpg_195.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice196"><Band name="Band1" number="1"><Image name="NewOffice.jpg_196.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice197"><Band name="Band1" number="1"><Image name="NewOffice.jpg_197.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice198"><Band name="Band1" number="1"><Image name="NewOffice.jpg_198.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice199"><Band name="Band1" number="1"><Image name="NewOffice.jpg_199.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice200"><Band name="Band1" number="1"><Image name="NewOffice.jpg_200.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice201"><Band name="Band1" number="1"><Image name="NewOffice.jpg_201.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice202"><Band name="Band1" number="1"><Image name="NewOffice.jpg_202.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice203"><Band name="Band1" number="1"><Image name="NewOffice.jpg_203.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice204"><Band name="Band1" number="1"><Image name="NewOffice.jpg_204.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice205"><Band name="Band1" number="1"><Image name="NewOffice.jpg_205.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice206"><Band name="Band1" number="1"><Image name="NewOffice.jpg_206.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice207"><Band name="Band1" number="1"><Image name="NewOffice.jpg_207.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice208"><Band name="Band1" number="1"><Image name="NewOffice.jpg_208.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice209"><Band name="Band1" number="1"><Image name="NewOffice.jpg_209.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice210"><Band name="Band1" number="1"><Image name="NewOffice.jpg_210.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice211"><Band name="Band1" number="1"><Image name="NewOffice.jpg_211.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice212"><Band name="Band1" number="1"><Image name="NewOffice.jpg_212.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice213"><Band name="Band1" number="1"><Image name="NewOffice.jpg_213.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice214"><Band name="Band1" number="1"><Image name="NewOffice.jpg_214.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice215"><Band name="Band1" number="1"><Image name="NewOffice.jpg_215.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice216"><Band name="Band1" number="1"><Image name="NewOffice.jpg_216.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice217"><Band name="Band1" number="1"><Image name="NewOffice.jpg_217.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice218"><Band name="Band1" number="1"><Image name="NewOffice.jpg_218.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice219"><Band name="Band1" number="1"><Image name="NewOffice.jpg_219.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice220"><Band name="Band1" number="1"><Image name="NewOffice.jpg_220.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice221"><Band name="Band1" number="1"><Image name="NewOffice.jpg_221.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice222"><Band name="Band1" number="1"><Image name="NewOffice.jpg_222.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice223"><Band name="Band1" number="1"><Image name="NewOffice.jpg_223.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice224"><Band name="Band1" number="1"><Image name="NewOffice.jpg_224.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice225"><Band name="Band1" number="1"><Image name="NewOffice.jpg_225.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice226"><Band name="Band1" number="1"><Image name="NewOffice.jpg_226.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice227"><Band name="Band1" number="1"><Image name="NewOffice.jpg_227.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice228"><Band name="Band1" number="1"><Image name="NewOffice.jpg_228.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice229"><Band name="Band1" number="1"><Image name="NewOffice.jpg_229.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice230"><Band name="Band1" number="1"><Image name="NewOffice.jpg_230.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice231"><Band name="Band1" number="1"><Image name="NewOffice.jpg_231.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice232"><Band name="Band1" number="1"><Image name="NewOffice.jpg_232.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice233"><Band name="Band1" number="1"><Image name="NewOffice.jpg_233.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice234"><Band name="Band1" number="1"><Image name="NewOffice.jpg_234.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice235"><Band name="Band1" number="1"><Image name="NewOffice.jpg_235.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice236"><Band name="Band1" number="1"><Image name="NewOffice.jpg_236.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice237"><Band name="Band1" number="1"><Image name="NewOffice.jpg_237.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice238"><Band name="Band1" number="1"><Image name="NewOffice.jpg_238.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice239"><Band name="Band1" number="1"><Image name="NewOffice.jpg_239.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice240"><Band name="Band1" number="1"><Image name="NewOffice.jpg_240.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice241"><Band name="Band1" number="1"><Image name="NewOffice.jpg_241.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice242"><Band name="Band1" number="1"><Image name="NewOffice.jpg_242.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice243"><Band name="Band1" number="1"><Image name="NewOffice.jpg_243.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice244"><Band name="Band1" number="1"><Image name="NewOffice.jpg_244.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice245"><Band name="Band1" number="1"><Image name="NewOffice.jpg_245.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice246"><Band name="Band1" number="1"><Image name="NewOffice.jpg_246.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice247"><Band name="Band1" number="1"><Image name="NewOffice.jpg_247.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice248"><Band name="Band1" number="1"><Image name="NewOffice.jpg_248.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice249"><Band name="Band1" number="1"><Image name="NewOffice.jpg_249.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice250"><Band name="Band1" number="1"><Image name="NewOffice.jpg_250.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice251"><Band name="Band1" number="1"><Image name="NewOffice.jpg_251.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice252"><Band name="Band1" number="1"><Image name="NewOffice.jpg_252.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice253"><Band name="Band1" number="1"><Image name="NewOffice.jpg_253.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice254"><Band name="Band1" number="1"><Image name="NewOffice.jpg_254.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice255"><Band name="Band1" number="1"><Image name="NewOffice.jpg_255.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice256"><Band name="Band1" number="1"><Image name="NewOffice.jpg_256.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice257"><Band name="Band1" number="1"><Image name="NewOffice.jpg_257.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice258"><Band name="Band1" number="1"><Image name="NewOffice.jpg_258.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice259"><Band name="Band1" number="1"><Image name="NewOffice.jpg_259.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice260"><Band name="Band1" number="1"><Image name="NewOffice.jpg_260.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice261"><Band name="Band1" number="1"><Image name="NewOffice.jpg_261.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice262"><Band name="Band1" number="1"><Image name="NewOffice.jpg_262.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice263"><Band name="Band1" number="1"><Image name="NewOffice.jpg_263.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice264"><Band name="Band1" number="1"><Image name="NewOffice.jpg_264.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice265"><Band name="Band1" number="1"><Image name="NewOffice.jpg_265.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice266"><Band name="Band1" number="1"><Image name="NewOffice.jpg_266.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice267"><Band name="Band1" number="1"><Image name="NewOffice.jpg_267.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice268"><Band name="Band1" number="1"><Image name="NewOffice.jpg_268.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice269"><Band name="Band1" number="1"><Image name="NewOffice.jpg_269.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice270"><Band name="Band1" number="1"><Image name="NewOffice.jpg_270.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice271"><Band name="Band1" number="1"><Image name="NewOffice.jpg_271.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice272"><Band name="Band1" number="1"><Image name="NewOffice.jpg_272.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice273"><Band name="Band1" number="1"><Image name="NewOffice.jpg_273.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice274"><Band name="Band1" number="1"><Image name="NewOffice.jpg_274.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice275"><Band name="Band1" number="1"><Image name="NewOffice.jpg_275.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice276"><Band name="Band1" number="1"><Image name="NewOffice.jpg_276.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice277"><Band name="Band1" number="1"><Image name="NewOffice.jpg_277.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice278"><Band name="Band1" number="1"><Image name="NewOffice.jpg_278.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice279"><Band name="Band1" number="1"><Image name="NewOffice.jpg_279.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice280"><Band name="Band1" number="1"><Image name="NewOffice.jpg_280.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice281"><Band name="Band1" number="1"><Image name="NewOffice.jpg_281.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice282"><Band name="Band1" number="1"><Image name="NewOffice.jpg_282.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice283"><Band name="Band1" number="1"><Image name="NewOffice.jpg_283.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice284"><Band name="Band1" number="1"><Image name="NewOffice.jpg_284.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice285"><Band name="Band1" number="1"><Image name="NewOffice.jpg_285.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice286"><Band name="Band1" number="1"><Image name="NewOffice.jpg_286.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice287"><Band name="Band1" number="1"><Image name="NewOffice.jpg_287.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice288"><Band name="Band1" number="1"><Image name="NewOffice.jpg_288.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice289"><Band name="Band1" number="1"><Image name="NewOffice.jpg_289.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice290"><Band name="Band1" number="1"><Image name="NewOffice.jpg_290.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice291"><Band name="Band1" number="1"><Image name="NewOffice.jpg_291.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice292"><Band name="Band1" number="1"><Image name="NewOffice.jpg_292.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice293"><Band name="Band1" number="1"><Image name="NewOffice.jpg_293.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice294"><Band name="Band1" number="1"><Image name="NewOffice.jpg_294.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice295"><Band name="Band1" number="1"><Image name="NewOffice.jpg_295.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice296"><Band name="Band1" number="1"><Image name="NewOffice.jpg_296.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature></Location></RasterDefinition></complexType></SchemaMapping></fdo:DataStore>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8" ?><fdo:DataStore xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml" xmlns:fdo="http://fdo.osgeo.org/schemas" xmlns:fds="http://fdo.osgeo.org/schemas/fds"><SchemaMapping provider="OSGeo.Gdal.3.3" name="testSchemaMapping1" xmlns="http://fdogrfp.osgeo.org/schemas"><complexType name="testClass1Type"><RasterDefinition name="testRaster1"><Location name="../../TestData/ISD_Shanghai_Office"><Feature name="NewOffice00"><Band name="Band1" number="1"><Image name="NewOffice.jpg_00.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice01"><Band name="Band1" number="1"><Image name="NewOffice.jpg_01.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice02"><Band name="Band1" number="1"><Image name="NewOffice.jpg_02.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice03"><Band name="Band1" number="1"><Image name="NewOffice.jpg_03.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice04"><Band name="Band1" number="1"><Image name="NewOffice.jpg_04.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice05"><Band name="Band1" number="1"><Image name="NewOffice.jpg_05.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice06"><Band name="Band1" number="1"><Image name="NewOffice.jpg_06.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice07"><Band name="Band1" number="1"><Image name="NewOffice.jpg_07.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice08"><Band name="Band1" number="1"><Image name="NewOffice.jpg_08.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice09"><Band name="Band1" number="1"><Image name="NewOffice.jpg_09.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice10"><Band name="Band1" number="1"><Image name="NewOffice.jpg_10.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice11"><Band name="Band1" number="1"><Image name="NewOffice.jpg_11.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice12"><Band name="Band1" number="1"><Image name="NewOffice.jpg_12.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice13"><Band name="Band1" number="1"><Image name="NewOffice.jpg_13.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice14"><Band name="Band1" number="1"><Image name="NewOffice.jpg_14.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice15"><Band name="Band1" number="1"><Image name="NewOffice.jpg_15.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice16"><Band name="Band1" number="1"><Image name="NewOffice.jpg_16.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice17"><Band name="Band1" number="1"><Image name="NewOffice.jpg_17.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice18"><Band name="Band1" number="1"><Image name="NewOffice.jpg_18.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice19"><Band name="Band1" number="1"><Image name="NewOffice.jpg_19.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice20"><Band name="Band1" number="1"><Image name="NewOffice.jpg_20.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice21"><Band name="Band1" number="1"><Image name="NewOffice.jpg_21.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice22"><Band name="Band1" number="1"><Image name="NewOffice.jpg_22.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice23"><Band name="Band1" number="1"><Image name="NewOffice.jpg_23.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice24"><Band name="Band1" number="1"><Image name="NewOffice.jpg_24.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice25"><Band name="Band1" number="1"><Image name="NewOffice.jpg_25.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice26"><Band name="Band1" number="1"><Image name="NewOffice.jpg_26.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice27"><Band name="Band1" number="1"><Image name="NewOffice.jpg_27.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice28"><Band name="Band1" number="1"><Image name="NewOffice.jpg_28.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice29"><Band name="Band1" number="1"><Image name="NewOffice.jpg_29.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice30"><Band name="Band1" number="1"><Image name="NewOffice.jpg_30.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice31"><Band name="Band1" number="1"><Image name="NewOffice.jpg_31.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice32"><Band name="Band1" number="1"><Image name="NewOffice.jpg_32.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice33"><Band name="Band1" number="1"><Image name="NewOffice.jpg_33.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice34"><Band name="Band1" number="1"><Image name="NewOffice.jpg_34.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice35"><Band name="Band1" number="1"><Image name="NewOffice.jpg_35.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice36"><Band name="Band1" number="1"><Image name="NewOffice.jpg_36.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice37"><Band name="Band1" number="1"><Image name="NewOffice.jpg_37.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice38"><Band name="Band1" number="1"><Image name="NewOffice.jpg_38.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice39"><Band name="Band1" number="1"><Image name="NewOffice.jpg_39.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice40"><Band name="Band1" number="1"><Image name="NewOffice.jpg_40.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice41"><Band name="Band1" number="1"><Image name="NewOffice.jpg_41.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice42"><Band name="Band1" number="1"><Image name="NewOffice.jpg_42.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice43"><Band name="Band1" number="1"><Image name="NewOffice.jpg_43.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice44"><Band name="Band1" number="1"><Image name="NewOffice.jpg_44.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice45"><Band name="Band1" number="1"><Image name="NewOffice.jpg_45.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice46"><Band name="Band1" number="1"><Image name="NewOffice.jpg_46.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice47"><Band name="Band1" number="1"><Image name="NewOffice.jpg_47.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice48"><Band name="Band1" number="1"><Image name="NewOffice.jpg_48.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice49"><Band name="Band1" number="1"><Image name="NewOffice.jpg_49.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice50"><Band name="Band1" number="1"><Image name="NewOffice.jpg_50.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice51"><Band name="Band1" number="1"><Image name="NewOffice.jpg_51.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice52"><Band name="Band1" number="1"><Image name="NewOffice.jpg_52.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice53"><Band name="Band1" number="1"><Image name="NewOffice.jpg_53.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice54"><Band name="Band1" number="1"><Image name="NewOffice.jpg_54.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice55"><Band name="Band1" number="1"><Image name="NewOffice.jpg_55.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice56"><Band name="Band1" number="1"><Image name="NewOffice.jpg_56.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice57"><Band name="Band1" number="1"><Image name="NewOffice.jpg_57.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice58"><Band name="Band1" number="1"><Image name="NewOffice.jpg_58.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice59"><Band name="Band1" number="1"><Image name="NewOffice.jpg_59.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice60"><Band name="Band1" number="1"><Image name="NewOffice.jpg_60.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice61"><Band name="Band1" number="1"><Image name="NewOffice.jpg_61.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice62"><Band name="Band1" number="1"><Image name="NewOffice.jpg_62.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice63"><Band name="Band1" number="1"><Image name="NewOffice.jpg_63.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice64"><Band name="Band1" number="1"><Image name="NewOffice.jpg_64.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice65"><Band name="Band1" number="1"><Image name="NewOffice.jpg_65.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice66"><Band name="Band1" number="1"><Image name="NewOffice.jpg_66.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice67"><Band name="Band1" number="1"><Image name="NewOffice.jpg_67.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice68"><Band name="Band1" number="1"><Image name="NewOffice.jpg_68.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice69"><Band name="Band1" number="1"><Image name="NewOffice.jpg_69.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice70"><Band name="Band1" number="1"><Image name="NewOffice.jpg_70.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice71"><Band name="Band1" number="1"><Image name="NewOffice.jpg_71.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice72"><Band name="Band1" number="1"><Image name="NewOffice.jpg_72.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice73"><Band name="Band1" number="1"><Image name="NewOffice.jpg_73.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice74"><Band name="Band1" number="1"><Image name="NewOffice.jpg_74.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice75"><Band name="Band1" number="1"><Image name="NewOffice.jpg_75.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice76"><Band name="Band1" number="1"><Image name="NewOffice.jpg_76.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice77"><Band name="Band1" number="1"><Image name="NewOffice.jpg_77.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice78"><Band name="Band1" number="1"><Image name="NewOffice.jpg_78.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice79"><Band name="Band1" number="1"><Image name="NewOffice.jpg_79.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice80"><Band name="Band1" number="1"><Image name="NewOffice.jpg_80.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice81"><Band name="Band1" number="1"><Image name="NewOffice.jpg_81.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice82"><Band name="Band1" number="1"><Image name="NewOffice.jpg_82.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice83"><Band name="Band1" number="1"><Image name="NewOffice.jpg_83.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice84"><Band name="Band1" number="1"><Image name="NewOffice.jpg_84.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice85"><Band name="Band1" number="1"><Image name="NewOffice.jpg_85.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice86"><Band name="Band1" number="1"><Image name="NewOffice.jpg_86.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice87"><Band name="Band1" number="1"><Image name="NewOffice.jpg_87.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice88"><Band name="Band1" number="1"><Image name="NewOffice.jpg_88.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice89"><Band name="Band1" number="1"><Image name="NewOffice.jpg_89.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice90"><Band name="Band1" number="1"><Image name="NewOffice.jpg_90.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice91"><Band name="Band1" number="1"><Image name="NewOffice.jpg_91.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice92"><Band name="Band1" number="1"><Image name="NewOffice.jpg_92.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice93"><Band name="Band1" number="1"><Image name="NewOffice.jpg_93.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice94"><Band name="Band1" number="1"><Image name="NewOffice.jpg_94.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice95"><Band name="Band1" number="1"><Image name="NewOffice.jpg_95.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice96"><Band name="Band1" number="1"><Image name="NewOffice.jpg_96.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice97"><Band name="Band1" number="1"><Image name="NewOffice.jpg_97.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice98"><Band name="Band1" number="1"><Image name="NewOffice.jpg_98.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice99"><Band name="Band1" number="1"><Image name="NewOffice.jpg_99.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice100"><Band name="Band1" number="1"><Image name="NewOffice.jpg_100.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice101"><Band name="Band1" number="1"><Image name="NewOffice.jpg_101.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice102"><Band name="Band1" number="1"><Image name="NewOffice.jpg_102.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice103"><Band name="Band1" number="1"><Image name="NewOffice.jpg_103.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice104"><Band name="Band1" number="1"><Image name="NewOffice.jpg_104.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice105"><Band name="Band1" number="1"><Image name="NewOffice.jpg_105.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice106"><Band name="Band1" number="1"><Image name="NewOffice.jpg_106.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice107"><Band name="Band1" number="1"><Image name="NewOffice.jpg_107.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice108"><Band name="Band1" number="1"><Image name="NewOffice.jpg_108.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice109"><Band name="Band1" number="1"><Image name="NewOffice.jpg_109.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice110"><Band name="Band1" number="1"><Image name="NewOffice.jpg_110.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice111"><Band name="Band1" number="1"><Image name="NewOffice.jpg_111.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice112"><Band name="Band1" number="1"><Image name="NewOffice.jpg_112.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice113"><Band name="Band1" number="1"><Image name="NewOffice.jpg_113.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice114"><Band name="Band1" number="1"><Image name="NewOffice.jpg_114.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice115"><Band name="Band1" number="1"><Image name="NewOffice.jpg_115.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice116"><Band name="Band1" number="1"><Image name="NewOffice.jpg_116.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice117"><Band name="Band1" number="1"><Image name="NewOffice.jpg_117.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice118"><Band name="Band1" number="1"><Image name="NewOffice.jpg_118.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice119"><Band name="Band1" number="1"><Image name="NewOffice.jpg_119.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice120"><Band name="Band1" number="1"><Image name="NewOffice.jpg_120.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice121"><Band name="Band1" number="1"><Image name="NewOffice.jpg_121.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice122"><Band name="Band1" number="1"><Image name="NewOffice.jpg_122.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice123"><Band name="Band1" number="1"><Image name="NewOffice.jpg_123.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice124"><Band name="Band1" number="1"><Image name="NewOffice.jpg_124.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice125"><Band name="Band1" number="1"><Image name="NewOffice.jpg_125.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice126"><Band name="Band1" number="1"><Image name="NewOffice.jpg_126.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice127"><Band name="Band1" number="1"><Image name="NewOffice.jpg_127.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice128"><Band name="Band1" number="1"><Image name="NewOffice.jpg_128.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice129"><Band name="Band1" number="1"><Image name="NewOffice.jpg_129.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice130"><Band name="Band1" number="1"><Image name="NewOffice.jpg_130.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice131"><Band name="Band1" number="1"><Image name="NewOffice.jpg_131.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice132"><Band name="Band1" number="1"><Image name="NewOffice.jpg_132.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice133"><Band name="Band1" number="1"><Image name="NewOffice.jpg_133.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice134"><Band name="Band1" number="1"><Image name="NewOffice.jpg_134.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice135"><Band name="Band1" number="1"><Image name="NewOffice.jpg_135.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice136"><Band name="Band1" number="1"><Image name="NewOffice.jpg_136.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice137"><Band name="Band1" number="1"><Image name="NewOffice.jpg_137.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice138"><Band name="Band1" number="1"><Image name="NewOffice.jpg_138.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice139"><Band name="Band1" number="1"><Image name="NewOffice.jpg_139.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice140"><Band name="Band1" number="1"><Image name="NewOffice.jpg_140.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice141"><Band name="Band1" number="1"><Image name="NewOffice.jpg_141.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice142"><Band name="Band1" number="1"><Image name="NewOffice.jpg_142.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice143"><Band name="Band1" number="1"><Image name="NewOffice.jpg_143.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice144"><Band name="Band1" number="1"><Image name="NewOffice.jpg_144.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice145"><Band name="Band1" number="1"><Image name="NewOffice.jpg_145.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice146"><Band name="Band1" number="1"><Image name="NewOffice.jpg_146.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice147"><Band name="Band1" number="1"><Image name="NewOffice.jpg_147.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice148"><Band name="Band1" number="1"><Image name="NewOffice.jpg_148.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice149"><Band name="Band1" number="1"><Image name="NewOffice.jpg_149.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice150"><Band name="Band1" number="1"><Image name="NewOffice.jpg_150.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice151"><Band name="Band1" number="1"><Image name="NewOffice.jpg_151.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice152"><Band name="Band1" number="1"><Image name="NewOffice.jpg_152.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice153"><Band name="Band1" number="1"><Image name="NewOffice.jpg_153.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice154"><Band name="Band1" number="1"><Image name="NewOffice.jpg_154.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice155"><Band name="Band1" number="1"><Image name="NewOffice.jpg_155.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice156"><Band name="Band1" number="1"><Image name="NewOffice.jpg_156.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice157"><Band name="Band1" number="1"><Image name="NewOffice.jpg_157.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice158"><Band name="Band1" number="1"><Image name="NewOffice.jpg_158.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice159"><Band name="Band1" number="1"><Image name="NewOffice.jpg_159.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice160"><Band name="Band1" number="1"><Image name="NewOffice.jpg_160.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice161"><Band name="Band1" number="1"><Image name="NewOffice.jpg_161.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice162"><Band name="Band1" number="1"><Image name="NewOffice.jpg_162.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice163"><Band name="Band1" number="1"><Image name="NewOffice.jpg_163.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice164"><Band name="Band1" number="1"><Image name="NewOffice.jpg_164.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1000800.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice165"><Band name="Band1" number="1"><Image name="NewOffice.jpg_165.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice166"><Band name="Band1" number="1"><Image name="NewOffice.jpg_166.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice167"><Band name="Band1" number="1"><Image name="NewOffice.jpg_167.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice168"><Band name="Band1" number="1"><Image name="NewOffice.jpg_168.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice169"><Band name="Band1" number="1"><Image name="NewOffice.jpg_169.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice170"><Band name="Band1" number="1"><Image name="NewOffice.jpg_170.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice171"><Band name="Band1" number="1"><Image name="NewOffice.jpg_171.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice172"><Band name="Band1" number="1"><Image name="NewOffice.jpg_172.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice173"><Band name="Band1" number="1"><Image name="NewOffice.jpg_173.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice174"><Band name="Band1" number="1"><Image name="NewOffice.jpg_174.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice175"><Band name="Band1" number="1"><Image name="NewOffice.jpg_175.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice176"><Band name="Band1" number="1"><Image name="NewOffice.jpg_176.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice177"><Band name="Band1" number="1"><Image name="NewOffice.jpg_177.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice178"><Band name="Band1" number="1"><Image name="NewOffice.jpg_178.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice179"><Band name="Band1" number="1"><Image name="NewOffice.jpg_179.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice180"><Band name="Band1" number="1"><Image name="NewOffice.jpg_180.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice181"><Band name="Band1" number="1"><Image name="NewOffice.jpg_181.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice182"><Band name="Band1" number="1"><Image name="NewOffice.jpg_182.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice183"><Band name="Band1" number="1"><Image name="NewOffice.jpg_183.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice184"><Band name="Band1" number="1"><Image name="NewOffice.jpg_184.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice185"><Band name="Band1" number="1"><Image name="NewOffice.jpg_185.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice186"><Band name="Band1" number="1"><Image name="NewOffice.jpg_186.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice187"><Band name="Band1" number="1"><Image name="NewOffice.jpg_187.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice188"><Band name="Band1" number="1"><Image name="NewOffice.jpg_188.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice189"><Band name="Band1" number="1"><Image name="NewOffice.jpg_189.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice190"><Band name="Band1" number="1"><Image name="NewOffice.jpg_190.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice191"><Band name="Band1" number="1"><Image name="NewOffice.jpg_191.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice192"><Band name="Band1" number="1"><Image name="NewOffice.jpg_192.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice193"><Band name="Band1" number="1"><Image name="NewOffice.jpg_193.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice194"><Band name="Band1" number="1"><Image name="NewOffice.jpg_194.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice195"><Band name="Band1" number="1"><Image name="NewOffice.jpg_195.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice196"><Band name="Band1" number="1"><Image name="NewOffice.jpg_196.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice197"><Band name="Band1" number="1"><Image name="NewOffice.jpg_197.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1001000.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice198"><Band name="Band1" number="1"><Image name="NewOffice.jpg_198.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice199"><Band name="Band1" number="1"><Image name="NewOffice.jpg_199.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice200"><Band name="Band1" number="1"><Image name="NewOffice.jpg_200.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice201"><Band name="Band1" number="1"><Image name="NewOffice.jpg_201.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice202"><Band name="Band1" number="1"><Image name="NewOffice.jpg_202.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice203"><Band name="Band1" number="1"><Image name="NewOffice.jpg_203.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice204"><Band name="Band1" number="1"><Image name="NewOffice.jpg_204.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice205"><Band name="Band1" number="1"><Image name="NewOffice.jpg_205.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice206"><Band name="Band1" number="1"><Image name="NewOffice.jpg_206.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice207"><Band name="Band1" number="1"><Image name="NewOffice.jpg_207.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice208"><Band name="Band1" number="1"><Image name="NewOffice.jpg_208.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice209"><Band name="Band1" number="1"><Image name="NewOffice.jpg_209.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice210"><Band name="Band1" number="1"><Image name="NewOffice.jpg_210.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice211"><Band name="Band1" number="1"><Image name="NewOffice.jpg_211.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice212"><Band name="Band1" number="1"><Image name="NewOffice.jpg_212.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice213"><Band name="Band1" number="1"><Image name="NewOffice.jpg_213.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice214"><Band name="Band1" number="1"><Image name="NewOffice.jpg_214.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice215"><Band name="Band1" number="1"><Image name="NewOffice.jpg_215.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice216"><Band name="Band1" number="1"><Image name="NewOffice.jpg_216.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice217"><Band name="Band1" number="1"><Image name="NewOffice.jpg_217.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice218"><Band name="Band1" number="1"><Image name="NewOffice.jpg_218.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice219"><Band name="Band1" number="1"><Image name="NewOffice.jpg_219.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice220"><Band name="Band1" number="1"><Image name="NewOffice.jpg_220.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice221"><Band name="Band1" number="1"><Image name="NewOffice.jpg_221.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice222"><Band name="Band1" number="1"><Image name="NewOffice.jpg_222.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice223"><Band name="Band1" number="1"><Image name="NewOffice.jpg_223.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice224"><Band name="Band1" number="1"><Image name="NewOffice.jpg_224.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice225"><Band name="Band1" number="1"><Image name="NewOffice.jpg_225.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice226"><Band name="Band1" number="1"><Image name="NewOffice.jpg_226.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice227"><Band name="Band1" number="1"><Image name="NewOffice.jpg_227.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice228"><Band name="Band1" number="1"><Image name="NewOffice.jpg_228.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice229"><Band name="Band1" number="1"><Image name="NewOffice.jpg_229.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice230"><Band name="Band1" number="1"><Image name="NewOffice.jpg_230.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1001200.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice231"><Band name="Band1" number="1"><Image name="NewOffice.jpg_231.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice232"><Band name="Band1" number="1"><Image name="NewOffice.jpg_232.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice233"><Band name="Band1" number="1"><Image name="NewOffice.jpg_233.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice234"><Band name="Band1" number="1"><Image name="NewOffice.jpg_234.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice235"><Band name="Band1" number="1"><Image name="NewOffice.jpg_235.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice236"><Band name="Band1" number="1"><Image name="NewOffice.jpg_236.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice237"><Band name="Band1" number="1"><Image name="NewOffice.jpg_237.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice238"><Band name="Band1" number="1"><Image name="NewOffice.jpg_238.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice239"><Band name="Band1" number="1"><Image name="NewOffice.jpg_239.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice240"><Band name="Band1" number="1"><Image name="NewOffice.jpg_240.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice241"><Band name="Band1" number="1"><Image name="NewOffice.jpg_241.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice242"><Band name="Band1" number="1"><Image name="NewOffice.jpg_242.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice243"><Band name="Band1" number="1"><Image name="NewOffice.jpg_243.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice244"><Band name="Band1" number="1"><Image name="NewOffice.jpg_244.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice245"><Band name="Band1" number="1"><Image name="NewOffice.jpg_245.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice246"><Band name="Band1" number="1"><Image name="NewOffice.jpg_246.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice247"><Band name="Band1" number="1"><Image name="NewOffice.jpg_247.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice248"><Band name="Band1" number="1"><Image name="NewOffice.jpg_248.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice249"><Band name="Band1" number="1"><Image name="NewOffice.jpg_249.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice250"><Band name="Band1" number="1"><Image name="NewOffice.jpg_250.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice251"><Band name="Band1" number="1"><Image name="NewOffice.jpg_251.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice252"><Band name="Band1" number="1"><Image name="NewOffice.jpg_252.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice253"><Band name="Band1" number="1"><Image name="NewOffice.jpg_253.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice254"><Band name="Band1" number="1"><Image name="NewOffice.jpg_254.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice255"><Band name="Band1" number="1"><Image name="NewOffice.jpg_255.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice256"><Band name="Band1" number="1"><Image name="NewOffice.jpg_256.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice257"><Band name="Band1" number="1"><Image name="NewOffice.jpg_257.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice258"><Band name="Band1" number="1"><Image name="NewOffice.jpg_258.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice259"><Band name="Band1" number="1"><Image name="NewOffice.jpg_259.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice260"><Band name="Band1" number="1"><Image name="NewOffice.jpg_260.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice261"><Band name="Band1" number="1"><Image name="NewOffice.jpg_261.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice262"><Band name="Band1" number="1"><Image name="NewOffice.jpg_262.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice263"><Band name="Band1" number="1"><Image name="NewOffice.jpg_263.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1001400.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice264"><Band name="Band1" number="1"><Image name="NewOffice.jpg_264.gif"><Georeference><InsertionPointX>200000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice265"><Band name="Band1" number="1"><Image name="NewOffice.jpg_265.gif"><Georeference><InsertionPointX>200200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice266"><Band name="Band1" number="1"><Image name="NewOffice.jpg_266.gif"><Georeference><InsertionPointX>200400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice267"><Band name="Band1" number="1"><Image name="NewOffice.jpg_267.gif"><Georeference><InsertionPointX>200600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice268"><Band name="Band1" number="1"><Image name="NewOffice.jpg_268.gif"><Georeference><InsertionPointX>200800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice269"><Band name="Band1" number="1"><Image name="NewOffice.jpg_269.gif"><Georeference><InsertionPointX>201000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice270"><Band name="Band1" number="1"><Image name="NewOffice.jpg_270.gif"><Georeference><InsertionPointX>201200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice271"><Band name="Band1" number="1"><Image name="NewOffice.jpg_271.gif"><Georeference><InsertionPointX>201400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice272"><Band name="Band1" number="1"><Image name="NewOffice.jpg_272.gif"><Georeference><InsertionPointX>201600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice273"><Band name="Band1" number="1"><Image name="NewOffice.jpg_273.gif"><Georeference><InsertionPointX>201800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice274"><Band name="Band1" number="1"><Image name="NewOffice.jpg_274.gif"><Georeference><InsertionPointX>202000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice275"><Band name="Band1" number="1"><Image name="NewOffice.jpg_275.gif"><Georeference><InsertionPointX>202200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice276"><Band name="Band1" number="1"><Image name="NewOffice.jpg_276.gif"><Georeference><InsertionPointX>202400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice277"><Band name="Band1" number="1"><Image name="NewOffice.jpg_277.gif"><Georeference><InsertionPointX>202600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice278"><Band name="Band1" number="1"><Image name="NewOffice.jpg_278.gif"><Georeference><InsertionPointX>202800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice279"><Band name="Band1" number="1"><Image name="NewOffice.jpg_279.gif"><Georeference><InsertionPointX>203000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice280"><Band name="Band1" number="1"><Image name="NewOffice.jpg_280.gif"><Georeference><InsertionPointX>203200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice281"><Band name="Band1" number="1"><Image name="NewOffice.jpg_281.gif"><Georeference><InsertionPointX>203400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice282"><Band name="Band1" number="1"><Image name="NewOffice.jpg_282.gif"><Georeference><InsertionPointX>203600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice283"><Band name="Band1" number="1"><Image name="NewOffice.jpg_283.gif"><Georeference><InsertionPointX>203800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice284"><Band name="Band1" number="1"><Image name="NewOffice.jpg_284.gif"><Georeference><InsertionPointX>204000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice285"><Band name="Band1" number="1"><Image name="NewOffice.jpg_285.gif"><Georeference><InsertionPointX>204200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice286"><Band name="Band1" number="1"><Image name="NewOffice.jpg_286.gif"><Georeference><InsertionPointX>204400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice287"><Band name="Band1" number="1"><Image name="NewOffice.jpg_287.gif"><Georeference><InsertionPointX>204600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice288"><Band name="Band1" number="1"><Image name="NewOffice.jpg_288.gif"><Georeference><InsertionPointX>204800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice289"><Band name="Band1" number="1"><Image name="NewOffice.jpg_289.gif"><Georeference><InsertionPointX>205000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice290"><Band name="Band1" number="1"><Image name="NewOffice.jpg_290.gif"><Georeference><InsertionPointX>205200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice291"><Band name="Band1" number="1"><Image name="NewOffice.jpg_291.gif"><Georeference><InsertionPointX>205400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice292"><Band name="Band1" number="1"><Image name="NewOffice.jpg_292.gif"><Georeference><InsertionPointX>205600.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice293"><Band name="Band1" number="1"><Image name="NewOffice.jpg_293.gif"><Georeference><InsertionPointX>205800.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice294"><Band name="Band1" number="1"><Image name="NewOffice.jpg_294.gif"><Georeference><InsertionPointX>206000.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice295"><Band name="Band1" number="1"><Image name="NewOffice.jpg_295.gif"><Georeference><InsertionPointX>206200.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature><Feature name="NewOffice296"><Band name="Band1" number="1"><Image name="NewOffice.jpg_296.gif"><Georeference><InsertionPointX>206400.000000</InsertionPointX><InsertionPointY>1001600.000000</InsertionPointY><ResolutionX>0.000000</ResolutionX><ResolutionY>0.000000</ResolutionY><RotationX>0.000000</RotationX><RotationY>0.000000</RotationY></Georeference></Image></Band></Feature></Location></RasterDefinition></complexType></SchemaMapping></fdo:DataStore>
\ No newline at end of file

Modified: trunk/Providers/GDAL/Src/UnitTest/RfpTestCase.h
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/RfpTestCase.h	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/RfpTestCase.h	2007-02-10 00:24:28 UTC (rev 2478)
@@ -30,7 +30,7 @@
     virtual FdoIConnection* CreateConnection ()
         {
             FdoPtr<IConnectionManager> manager = FdoFeatureAccessManager::GetConnectionManager ();
-            return (manager->CreateConnection (L"OSGeo.Gdal.3.2"));
+            return (manager->CreateConnection (L"OSGeo.Gdal.3.3"));
         }
 
 protected:

Modified: trunk/Providers/GDAL/Src/UnitTest/example1.xml
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/example1.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/example1.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -95,7 +95,7 @@
 	</xs:schema>
 
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2"
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3"
 	  xmlns="http://fdogrfp.osgeo.org/schemas"
 		xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas
 		FdoRfpConfig.xsd">

Modified: trunk/Providers/GDAL/Src/UnitTest/providers.xml
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/providers.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/providers.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 <FeatureProviderRegistry>
   <FeatureProvider>
-    <Name>OSGeo.Gdal.3.2</Name>
+    <Name>OSGeo.Gdal.3.3</Name>
     <DisplayName>OSGeo FDO Provider for Raster</DisplayName>
     <Description>Read access to various raster-based file formats. Supports georeferenced file-based raster images.</Description>
     <IsManaged>False</IsManaged>
-    <Version>3.2.0.0</Version>
-    <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+    <Version>3.3.0.0</Version>
+    <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
     <LibraryPath>.\GRFPProvider.dll</LibraryPath>
   </FeatureProvider>
 </FeatureProviderRegistry>

Modified: trunk/Providers/GDAL/Src/UnitTest/thoroughTest.xml
===================================================================
--- trunk/Providers/GDAL/Src/UnitTest/thoroughTest.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/Src/UnitTest/thoroughTest.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -95,7 +95,7 @@
 	</xs:schema>
 
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2"
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3"
 	  xmlns="http://fdogrfp.osgeo.org/schemas"
 		xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas
 		FdoRfpConfig.xsd">

Modified: trunk/Providers/GDAL/TestData/DEM/Elmira/elmira-e.xml
===================================================================
--- trunk/Providers/GDAL/TestData/DEM/Elmira/elmira-e.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/DEM/Elmira/elmira-e.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/DEM/cupertino.xml
===================================================================
--- trunk/Providers/GDAL/TestData/DEM/cupertino.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/DEM/cupertino.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/DEM/dem.xml
===================================================================
--- trunk/Providers/GDAL/TestData/DEM/dem.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/DEM/dem.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/DTED/dted0.xml
===================================================================
--- trunk/Providers/GDAL/TestData/DTED/dted0.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/DTED/dted0.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/DTED/dted1.xml
===================================================================
--- trunk/Providers/GDAL/TestData/DTED/dted1.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/DTED/dted1.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/DTED/dted2.xml
===================================================================
--- trunk/Providers/GDAL/TestData/DTED/dted2.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/DTED/dted2.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/DTED/dted_filters.xml
===================================================================
--- trunk/Providers/GDAL/TestData/DTED/dted_filters.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/DTED/dted_filters.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/ESRI/ASCII/aaigrid.xml
===================================================================
--- trunk/Providers/GDAL/TestData/ESRI/ASCII/aaigrid.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/ESRI/ASCII/aaigrid.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/ESRI/ASCII/aaigrid_filters.xml
===================================================================
--- trunk/Providers/GDAL/TestData/ESRI/ASCII/aaigrid_filters.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/ESRI/ASCII/aaigrid_filters.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/ESRI/Binary/baigrid.xml
===================================================================
--- trunk/Providers/GDAL/TestData/ESRI/Binary/baigrid.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/ESRI/Binary/baigrid.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/ESRI/Binary/baigrid_filters.xml
===================================================================
--- trunk/Providers/GDAL/TestData/ESRI/Binary/baigrid_filters.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/ESRI/Binary/baigrid_filters.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/Ecw/golf_course.xml
===================================================================
--- trunk/Providers/GDAL/TestData/Ecw/golf_course.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/Ecw/golf_course.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/Jp2/o37121f8UTM-LL.xml
===================================================================
--- trunk/Providers/GDAL/TestData/Jp2/o37121f8UTM-LL.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/Jp2/o37121f8UTM-LL.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/MrSID/Airport.xml
===================================================================
--- trunk/Providers/GDAL/TestData/MrSID/Airport.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/MrSID/Airport.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/MrSID/Airport2.xml
===================================================================
--- trunk/Providers/GDAL/TestData/MrSID/Airport2.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/MrSID/Airport2.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-    <SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+    <SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 	    FdoGrfpConfig.xsd">
     >
         <!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/RGB/RGB.xml
===================================================================
--- trunk/Providers/GDAL/TestData/RGB/RGB.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/RGB/RGB.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/4_4_band.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/4_4_band.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/4_4_band.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/4_4_band_1.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/4_4_band_1.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/4_4_band_1.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/band.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/band.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/band.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/band_no_geo.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/band_no_geo.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/band_no_geo.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/geo_resolution_rot.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/geo_resolution_rot.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/geo_resolution_rot.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/getnullvalue1.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/getnullvalue1.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/getnullvalue1.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/getnullvalue2.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/getnullvalue2.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/getnullvalue2.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/missing_band.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/missing_band.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/missing_band.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/missing_feature.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/missing_feature.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/missing_feature.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/missing_image.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/missing_image.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/missing_image.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/missing_location.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/missing_location.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/missing_location.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/mix_datamodel.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/mix_datamodel.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/mix_datamodel.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/spatialcontext_error_1.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/spatialcontext_error_1.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/spatialcontext_error_1.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/spatialcontext_error_2.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/spatialcontext_error_2.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/spatialcontext_error_2.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/spatialcontext_multi.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/spatialcontext_multi.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/spatialcontext_multi.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -129,7 +129,7 @@
     </xs:complexType>
   </xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/spatialcontext_multi_no_sc.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/spatialcontext_multi_no_sc.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/spatialcontext_multi_no_sc.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -39,7 +39,7 @@
 		</xs:complexType>
   </xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/spatialcontext_right_1.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/spatialcontext_right_1.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/spatialcontext_right_1.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/spatialcontext_right_2.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/spatialcontext_right_2.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/spatialcontext_right_2.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/spatialcontext_right_3.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/spatialcontext_right_3.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/spatialcontext_right_3.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -101,7 +101,7 @@
     </xs:complexType>
   </xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/band/spatialcontext_right_4.xml
===================================================================
--- trunk/Providers/GDAL/TestData/band/spatialcontext_right_4.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/band/spatialcontext_right_4.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -101,7 +101,7 @@
     </xs:complexType>
   </xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/pci_eg/config.xml
===================================================================
--- trunk/Providers/GDAL/TestData/pci_eg/config.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/pci_eg/config.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/pci_eng2/config.xml
===================================================================
--- trunk/Providers/GDAL/TestData/pci_eng2/config.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/pci_eng2/config.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
         </xs:complexType>
     </xs:schema>
     <!-- Schema Overrides for Photos Feature Schema -->
-    <SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+    <SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
         FdoGrfpConfig.xsd">
     >
         <!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/rotated/GeoReference.xml
===================================================================
--- trunk/Providers/GDAL/TestData/rotated/GeoReference.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/rotated/GeoReference.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/TestData/rotated/config.xml
===================================================================
--- trunk/Providers/GDAL/TestData/rotated/config.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/TestData/rotated/config.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -67,7 +67,7 @@
 		</xs:complexType>
 	</xs:schema>
 	<!-- Schema Overrides for Photos Feature Schema -->
-	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.2" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
+	<SchemaMapping name="photos" provider="OSGeo.Gdal.3.3" xmlns="http://fdogrfp.osgeo.org/schemas/" xsi:schemaLocation="http://fdogrfp.osgeo.org/schemas/
 		FdoGrfpConfig.xsd">
 	>
 		<!-- Schema Overrides for Photo Feature Class -->

Modified: trunk/Providers/GDAL/testwrk/providers.xml
===================================================================
--- trunk/Providers/GDAL/testwrk/providers.xml	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/testwrk/providers.xml	2007-02-10 00:24:28 UTC (rev 2478)
@@ -8,8 +8,8 @@
     <DisplayName>FDO Provider for Images via GDAL</DisplayName>
     <Description>FDO Provider for Images via GDAL</Description>
     <IsManaged>False</IsManaged>
-    <Version>1.0.0.0</Version>
-    <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+    <Version>3.3.0.0</Version>
+    <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
     <LibraryPath>/home/warmerda/fdogdal/Src/.libs/libGRFPProvider.so</LibraryPath>
   </FeatureProvider>
 </FeatureProviderRegistry>

Modified: trunk/Providers/GDAL/testwrk/rtest.cpp
===================================================================
--- trunk/Providers/GDAL/testwrk/rtest.cpp	2007-02-10 00:20:54 UTC (rev 2477)
+++ trunk/Providers/GDAL/testwrk/rtest.cpp	2007-02-10 00:24:28 UTC (rev 2478)
@@ -60,7 +60,7 @@
     // Call the manager’s CreateConnection() method using the provider
     // internal name as an argument to obtain a connection object.
     FdoPtr<FdoIConnection> conn;
-    conn = manager->CreateConnection (L"OSGeo.Gdal.3.2");
+    conn = manager->CreateConnection (L"OSGeo.Gdal.3.3");
     if (0 == conn)
     {
         printf("CreateConnection returned nullptr.\n");



More information about the fdo-commits mailing list