<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Steven Nicolaou</title><subtitle type="html" /><id>http://blogs.msdn.com/b/stevennicolaou/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/stevennicolaou/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/stevennicolaou/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2010-06-24T16:54:00Z</updated><entry><title>Change the Default IFilter Handler</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/stevennicolaou/archive/2012/11/07/change-the-default-ifilter-handler.aspx" /><id>http://blogs.msdn.com/b/stevennicolaou/archive/2012/11/07/change-the-default-ifilter-handler.aspx</id><published>2012-11-07T22:20:00Z</published><updated>2012-11-07T22:20:00Z</updated><content type="html">&lt;p&gt;IFilters are registered at the OS level and allow applications to convert binary file formats to raw text for search indexing. The IFilter that is registered to handle a certain file extension is called the Default Handler. Here we will see how to switch between Default Handlers when you have multiple IFilters installed. We will work with PDF handlers, specifically Adobe and Foxit, but the process can apply to any handler.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;Add the Windows Search Service&lt;/h1&gt;
&lt;p&gt;Before you can manage Filter Handlers in Windows 2008, you need access to Indexing Options in the Control Panel. If this is not available, install the Windows Search Service Role Service, which is under the File Services role. You don't need to index any volumes.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/8308.1.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/8308.1.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This makes Indexing Options available in Control Panel:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/5873.2.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/5873.2.png" alt="" width="149" height="33" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;Inspect the Default Filter Handlers&lt;/h1&gt;
&lt;p&gt;Now click on Indexing Options / Advanced / File Types. This shows you the list of file extensions and the default Filter Handler registered for it. Notice in my case that there is no handler for pdf, so I will be unable to index the contents of PDF files.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/8666.3.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/8666.3.png" alt="" width="386" height="485" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;Install the IFilters&lt;/h1&gt;
&lt;p&gt;There are several options on the market for PDFs, the main ones being the &lt;a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025"&gt;Adobe PDF IFilter&lt;/a&gt; and the &lt;a href="http://www.foxitsoftware.com/products/ifilter/"&gt;Foxit PDF IFilter&lt;/a&gt;. Suppose I wanted to install both, so I can compare their performance. Each installation&amp;nbsp; will make itself the default handler, but short of reinstalling the other Filter, there is no easy way to switch between them.&lt;/p&gt;
&lt;p&gt;After installing the Adobe Filter, you can see that it adds a Handler for PDF that it calls "PDF Filter". Notice that "Index Properties and File Contents" is selected, which is necessary if you want to extract the body of the document and not just its properties.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/5282.4.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/5282.4.png" alt="" width="386" height="484" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It's important to know the GUID for this Handler, because it'll be useful later. A quick scan of the registry for "PDF Filter" yields the following GUID:&lt;code class="cplusplus"&gt; HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E8978DA6-047F-4E3D-9C78-CDBE46041603}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Indeed you can verify this is the official Adobe IFilter GUID by looking at other articles describing &lt;a href="http://support.microsoft.com/kb/2518465"&gt;how to configure it with SharePoint&lt;/a&gt; or &lt;a href="http://www.foxitsoftware.com/german/support/showfaq_ifilter.php#ifilter_05"&gt;how to replace it with Foxit&lt;/a&gt;. If you're curious, the InprocServer32 key below it points to the DLL for the Filter Handler.&lt;/p&gt;
&lt;p&gt;For now, we just care that we know the GUID, which is &lt;code class="cplusplus"&gt;{E8978DA6-047F-4E3D-9C78-CDBE46041603}&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Any indexing of PDF content at this point will use the Adobe Filter. Now let's install Foxit. A fresh look at the Advanced Indexing Options shows us that Foxit replaces Adobe's Handler with its own, which it calls "Foxit PDF Filter".&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/1781.5.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/386x485/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/1781.5.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What's the GUID for Foxit? Another quick scan of the registry, this time for "Foxit PDF Filter" gives us&lt;code class="cplusplus"&gt; HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{987F8D1A-26E6-4554-B007-6B20E2680632} &lt;/code&gt;and thus the GUID &lt;code class="cplusplus"&gt;{987F8D1A-26E6-4554-B007-6B20E2680632}&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;As previously, you can verify this by reading the Foxit IFilter FAQ, but it's nice to figure it out ourselves.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;So now we know the following&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre class="scroll"&gt;&lt;code class="cplusplus"&gt;Adobe GUID: {E8978DA6-047F-4E3D-9C78-CDBE46041603}&lt;br /&gt;Foxit GUID: {987F8D1A-26E6-4554-B007-6B20E2680632}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That's great, but now what if you want to switch back and forth? It would be nice if the File Description right here was a dropdown, wouldn't it? But it isn't :(&lt;/p&gt;
&lt;h1&gt;Default Handlers in the Registry&lt;/h1&gt;
&lt;p&gt;How do we find out where the Default handler is configured in the Registry?&lt;/p&gt;
&lt;p&gt;Let's look at&lt;code class="cplusplus"&gt; HKEY_CLASSES_ROOT\.pdf&lt;/code&gt;. In my case, it contains a &lt;code class="cplusplus"&gt;PersistentHandler &lt;/code&gt;sub-key with the GUID&lt;code class="cplusplus"&gt; {3C3DCD30-E62D-49A4-A746-039334AFDE59}&lt;/code&gt;. This GUID is a registry branch that defines the Filter Handler for PDFs.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: this GUID is not constant like the IFilter GUIDs are. Yours will be different.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/6712.6.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x185/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/6712.6.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;So let's take a look at&lt;code class="cplusplus"&gt; {3C3DCD30-E62D-49A4-A746-039334AFDE59} &lt;/code&gt;by searching for it. This brings us to &lt;code class="cplusplus"&gt;HKEY_CLASSES_ROOT\CLSID\{3C3DCD30-E62D-49A4-A746-039334AFDE59}&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;.&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/6406.7.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x138/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/6406.7.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;And there it is, under&lt;code class="cplusplus"&gt; PersistentAddInsRegistered&lt;/code&gt;, the&lt;code class="cplusplus"&gt; (Default) key &lt;/code&gt;pointing to the Foxit GUID of &lt;code class="cplusplus"&gt;{987F8D1A-26E6-4554-B007-6B20E2680632}&lt;/code&gt;. As you've probably guessed, to change the default handler back to Adobe, we just have to replace this GUID with the Adobe one. Let's try it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/0020.8.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x138/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/0020.8.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Now let's take another look at Advanced Indexing Options:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/6518.9.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/387x485/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/6518.9.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;And we're back to Adobe "PDF Filter". That's it!&lt;/p&gt;
&lt;h1&gt;Summary&lt;/h1&gt;
&lt;p&gt;Here is how the registry entries are structured to define the default handler:&lt;/p&gt;
&lt;pre class="scroll"&gt;&lt;code class="cplusplus"&gt;HKEY_CLASSES_ROOT\.pdf&lt;br /&gt; PersistentHandler&lt;br /&gt;&lt;code class="cplusplus"&gt;&lt;/code&gt; (Default)={PDF Handler GUID}&lt;br /&gt; |&lt;br /&gt; ˅&lt;br /&gt;HKEY_CLASSES_ROOT\CLSID\{PDF Handler GUID}&lt;br /&gt; PersistentAddInsRegistered&lt;br /&gt; {Some other GUID}&lt;br /&gt; (Default)={Filter GUID} &amp;lt;-- Change this&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you need to change the default handler for any different filter, the process would be the same:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Find the Filter GUIDs, either from the vendor, or by looking them up in the registry&lt;/li&gt;
&lt;li&gt;Find the extension you're working on under &lt;code class="cplusplus"&gt;HKEY_CLASSES_ROOT\.&amp;lt;extension&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Its &lt;code class="cplusplus"&gt;PersistentHandler &lt;/code&gt;will point you to the GUID of the registered handler&lt;/li&gt;
&lt;li&gt;Locate that handler GUID under&amp;nbsp;&lt;code class="cplusplus"&gt;HKEY_CLASSES_ROOT\CLSID\{Handler GUID}&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Expand&amp;nbsp;&lt;code class="cplusplus"&gt;PersistentAddInsRegistered&lt;/code&gt; and its child GUID&lt;/li&gt;
&lt;li&gt;The &lt;code class="cplusplus"&gt;(Default)&lt;/code&gt; value is the GUID of the Filter that handles it&lt;/li&gt;
&lt;li&gt;Change this to the GUID of the Filter you want&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;Packaging it up&lt;/h1&gt;
&lt;p&gt;There's a couple things I wanted to do to make it easier to switch them.&lt;/p&gt;
&lt;p&gt;Firstly, I added adjacent keys with the 2 Filter GUIDs so I can remember them. I think it's harmless to add keys that aren't used by the system.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/4034.10.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x138/__key/communityserver-blogs-components-weblogfiles/00-00-01-38-94/4034.10.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This way I can just copy/paste whichever key I need into&lt;code class="cplusplus"&gt; (Default)&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To make things even easier, I generated a &lt;code class="cplusplus"&gt;.reg &lt;/code&gt;file for each configuration by exporting the&lt;code class="cplusplus"&gt; HKEY_CLASSES_ROOT\CLSID\{3C3DCD30-E62D-49A4-A746-039334AFDE59}\PersistentAddinsRegistered\{89BCB740-6119-101A-BCB7-00DD010655AF} &lt;/code&gt;key. Now all I need to do is double click the appropriate &lt;code class="cplusplus"&gt;.reg &lt;/code&gt;file to switch to that handler.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10366696" width="1" height="1"&gt;</content><author><name>Steven Nicolaou</name><uri>http://blogs.msdn.com/Steven-Nicolaou/ProfileUrlRedirect.ashx</uri></author><category term="enterprise search" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/enterprise+search/" /><category term="sharepoint 2010" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/sharepoint+2010/" /><category term="pdftotext" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/pdftotext/" /><category term="Foxit" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/Foxit/" /><category term="IFilter" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/IFilter/" /><category term="Adobe" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/Adobe/" /></entry><entry><title>Managed Properties in FAST vs. SharePoint 2010</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/stevennicolaou/archive/2012/11/02/managed-properties-in-fast-vs-sharepoint.aspx" /><id>http://blogs.msdn.com/b/stevennicolaou/archive/2012/11/02/managed-properties-in-fast-vs-sharepoint.aspx</id><published>2012-11-02T19:39:00Z</published><updated>2012-11-02T19:39:00Z</updated><content type="html">&lt;p&gt;In SharePoint 2010 the FAST Query SSA has its own set of managed properties out of the box, which is independent of those in the SharePoint SSA. Customers often wonder how these properties are different. Here we examine all the out of the box properties of each and their differences.&lt;/p&gt;
&lt;h1&gt;SharePoint&lt;/h1&gt;
&lt;p&gt;To get a list of all managed properties for the SharePoint SSA, run the following script in a SharePoint PowerShell:&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10pt; color: black; padding-left: 30px;"&gt;#$ssa=A reference to the SharePoint SSA&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10pt; color: black; padding-left: 30px;"&gt;Get-SPEnterpriseSearchMetadataManagedProperty -SearchApplication $ssa | Select Name, Managedtype&lt;/p&gt;
&lt;p&gt;This gives us the following list of 126 managed properties.&lt;/p&gt;
&lt;div style="direction: ltr;"&gt;
&lt;table style="direction: ltr; border-collapse: collapse; border-style: solid; border-color: #A3A3A3; border-width: 1pt;" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;AboutMe&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Account&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;AccountName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;AssignedTo&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Author&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;BaseOfficeLocation&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;BestBetKeywords&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;CategoryNavigationUrl&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;CollapsingStatus&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Colleagues&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;contentclass&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ContentsHidden&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ContentSource&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ContentType&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;CreatedBy&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Department&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Description&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DisplayDate&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DateTime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DocComments&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DocId&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DocKeywords&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DocSignature&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DocSubject&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DuplicateHash&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;EMail&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;EndDate&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DateTime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ExcludeFromSummary&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ExpirationTime&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DateTime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;FileExtension&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Filename&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;FirstName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;FollowAllAnchor&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HierarchyUrl&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty1&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty10&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty11&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty12&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty13&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty14&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty15&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty2&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty3&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty4&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty5&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty6&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty7&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty8&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceDisplayProperty9&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceImageURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceMatching&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HighConfidenceResultType&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HitHighlightedProperties&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HitHighlightedSummary&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HostingPartition&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ImageDateCreated&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DateTime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Interests&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;IsDocument&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;YesNo&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;JobTitle&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Keywords&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;LastModifiedTime&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DateTime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;LastName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Location&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Memberships&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;MetadataAuthor&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;MobilePhone&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ModifiedBy&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;NLCodePage&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Notes&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OfficeNumber&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OrgNames&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OrgParentNames&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OrgParentUrls&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OrgUrls&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OWS_URL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;parentLink&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PastProjects&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Path&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PictureHeight&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PictureThumbnailURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PictureURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PictureWidth&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PreferredName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Priority&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PrivateColleagues&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Pronunciations&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Purpose&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Rank&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;RankDetail&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;RankingWeightHigh&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;RankingWeightLow&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;RankingWeightName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Responsibilities&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Schools&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SecondaryFileExtension&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ServerRedirectedURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ServiceApplicationID&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SipAddress&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Site&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SiteID&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SiteTitle&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Size&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Skills&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SocialTagTextUrl&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SPSiteURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;StartDate&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DateTime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Status&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Title&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;UrlDepth&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas.microsoft.com:fulltextqueryinfo:cataloggroup&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas.microsoft.com:fulltextqueryinfo:sourcegroup&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:office:office#Description&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:office:office#ows_CrawlType&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:office:office#ows_ListTemplate&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:office:office#Subject&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:office:office#Title&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:publishing:Category&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:publishing:CategoryTitle&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:sharepoint:portal:area:CategoryUrlNavi&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urn:schemas-microsoft-com:sharepoint:portal:area:Path&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;UserName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;UserProfile_GUID&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WebId&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WikiCategory&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WorkEmail&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WorkPhone&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 4.4506in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;YomiDisplayName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8937in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h1&gt;FAST Search&lt;/h1&gt;
&lt;p&gt;To get a list of all managed properties for the FAST Query SSA, run the following script in a FAST PowerShell on the FAST server:&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10pt; color: black; padding-left: 30px;"&gt;Get-FASTSearchMetadataManagedProperty | Select Name, Type | Sort-Object Name | Format-Table&lt;/p&gt;
&lt;p&gt;This gives us the following list of 102 managed properties:&lt;/p&gt;
&lt;div style="direction: ltr;"&gt;
&lt;table style="direction: ltr; border-collapse: collapse; border-style: solid; border-color: #A3A3A3; border-width: 1pt;" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Account&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;anchortext&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;AssignedTo&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;assocqueries&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Author&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;body&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;charset&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;CollapsingStatus&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Companies&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Company&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;companyteaser&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;contentclass&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Contents&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ContentSource&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ContentType&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;crawledpropertiescontent&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;crawledpropertynames&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Created&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Datetime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;CreatedBy&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;description&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DetectedLanguage&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DisplayDate&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Datetime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;docacl&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;docaclsystemid&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DocComments&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;docdatetime&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Datetime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DocKeywords&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;docrank&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;DocSubject&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;documentsignature&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;docvector&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;domain&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;eetitle&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;EndDate&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Datetime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;fileextension&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Filename&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;FilterMetaData&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;format&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HitHighlightedProperties&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;HitHighlightedSummary&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;hwboost&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ImageDateCreated&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Datetime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;IsDocument&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Boolean&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;IsEmptyList&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Boolean&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;IsListItem&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Boolean&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;JobTitle&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Keywords&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;language&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;languages&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Location&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;locations&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;locationteaser&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;MetadataAuthor&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;MobilePhone&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ModifiedBy&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;notes&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OrgNames&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OWSItemURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;owsmetadatafacetinfo&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;owsSPLocationInfo&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;owstaxid&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;owstaxidmetadataalltagsinfo&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;owstaxIdSPLocationInfo&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;owstaxIdSPLocationList&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;owstaxIdSPLocationSite&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;OWSURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Path&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;personnames&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;personnameteaser&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PictureHeight&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PictureThumbnailURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;PictureWidth&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Priority&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;processingtime&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Datetime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Purpose&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SchemaSignature&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;ServerRedirectedURL&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Site&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SiteId&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SiteName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;siterank&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;SiteTitle&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Size&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;sizelabel&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;spdocid&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;spsiteurl&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;StartDate&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Datetime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;status&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;teaser&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Title&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;tld&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;url&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urldepthrank&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urlkeywords&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;urls&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;UserName&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WebId&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WikiCategory&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WorkEmail&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WorkId&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Integer&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;WorkPhone&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Text&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: 2.2916in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Write&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid; border-color: #A3A3A3; border-width: 1pt; vertical-align: top; width: .8902in; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: black;"&gt;Datetime&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h1&gt;Differences&lt;/h1&gt;
&lt;p&gt;So now we have a handy reference for all the managed properties. You'll notice not only that the FAST list is shorter, but there are actually a lot of changes. FAST drops and introduces quite a few of them. For a better look at how they are different, here is a Diff of the two, showing the change as you move from the SharePoint SSA to the FAST Query SSA.&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;Legend:&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10pt; color: red; padding-left: 30px;"&gt;&lt;span style="text-decoration: line-through;"&gt;In SharePoint SSA but not FAST Query SSA&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10pt; padding-left: 30px;"&gt;In both&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10pt; color: teal; padding-left: 30px;"&gt;&lt;span style="text-decoration: underline;"&gt;New in FAST Query SSA&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;AboutMe&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Account&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;AccountName&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;anchortext&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;AssignedTo&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;assocqueries&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Author&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;BaseOfficeLocation&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;BestBetKeywords&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;CategoryNavigationUrl&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;body&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;charset&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;CollapsingStatus&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Colleagues&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;Companies&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;Company&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;companyteaser&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;contentclass&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;ContentsHidden&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;Contents&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;ContentSource&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;ContentType&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;crawledpropertiescontent&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;crawledpropertynames&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;Created&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;CreatedBy&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Department&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Description&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;description&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;DetectedLanguage&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;DisplayDate&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;docacl&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;docaclsystemid&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;DocComments&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;DocId&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;docdatetime&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;DocKeywords&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;DocSignature&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;docrank&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;DocSubject&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;DuplicateHash&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Email&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;documentsignature&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;docvector&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;domain&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;eetitle&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;EndDate&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;ExcludeFromSummary&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;ExpirationTime&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;FileExtension&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;fileextension&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Filename&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;FirstName&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;FollowAllAnchor&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HierarchyUrl&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty1&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty10&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty11&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty12&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty13&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty14&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty15&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty2&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty3&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty4&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty5&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty6&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty7&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty8&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceDisplayProperty9&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceImageURL&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceMatching&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HighConfidenceResultType&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;FilterMetaData&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;format&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;HitHighlightedProperties&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;HitHighlightedSummary&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;HostingPartition&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;hwboost&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;ImageDateCreated&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Interests&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;IsDocument&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;IsEmptyList&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;IsListItem&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;JobTitle&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Keywords&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;LastModifiedTime&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;LastName&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;language&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;languages&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Location&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Memberships&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;locations&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;locationteaser&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;MetadataAuthor&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;MobilePhone&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;ModifiedBy&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;NLCodePage&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Notes&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;OfficeNumber&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;notes&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;OrgNames&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;OrgParentNames&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;OrgParentUrls&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;OrgUrls&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;OWS_URL&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;parentLink&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;PastProjects&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;OWSItemURL&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;owsmetadatafacetinfo&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;owsSPLocationInfo&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;owstaxid&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;owstaxidmetadataalltagsinfo&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;owstaxIdSPLocationInfo&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;owstaxIdSPLocationList&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;owstaxIdSPLocationSite&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;OWSURL&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Path&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;personnames&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;personnameteaser&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;PictureHeight&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;PictureThumbnailURL&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;PictureURL&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;PictureWidth&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;PreferredName&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Priority&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;PrivateColleagues&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Pronunciations&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;processingtime&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Purpose&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Rank&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;RankDetail&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;RankingWeightHigh&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;RankingWeightLow&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;RankingWeightName&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Responsibilities&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Schools&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;SecondaryFileExtension&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;SchemaSignature&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;ServerRedirectedURL&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;ServiceApplicationID&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;SipAddress&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Site&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;SiteID&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;SiteId&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;SiteName&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;siterank&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;SiteTitle&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Size&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Skills&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;SocialTagTextUrl&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;SPSiteURL&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;sizelabel&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;spdocid&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;spsiteurl&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;StartDate&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;Status&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;status&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;teaser&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;Title&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;UrlDepth&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas.microsoft.com:fulltextqueryinfo:cataloggroup&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas.microsoft.com:fulltextqueryinfo:sourcegroup&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:office:office#Description&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:office:office#ows_CrawlType&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:office:office#ows_ListTemplate&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:office:office#Subject&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:office:office#Title&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:publishing:Category&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:publishing:CategoryTitle&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:sharepoint:portal:area:CategoryUrlNavi&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;urn:schemas-microsoft-com:sharepoint:portal:area:Path&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;tld&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;url&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;urldepthrank&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;urlkeywords&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;urls&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;UserName&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;UserProfile_GUID&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;WebId&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;WikiCategory&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;WorkEmail&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;WorkId&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt;"&gt;WorkPhone&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: red;"&gt;&lt;span style="text-decoration: line-through;"&gt;YomiDisplayName&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Consolas; font-size: 10.0pt; color: teal;"&gt;&lt;span style="text-decoration: underline;"&gt;Write&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10365358" width="1" height="1"&gt;</content><author><name>Steven Nicolaou</name><uri>http://blogs.msdn.com/Steven-Nicolaou/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Extend the Search Box web part in SharePoint 2010</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/stevennicolaou/archive/2010/06/24/extend-the-search-box-web-part-in-sharepoint-2010.aspx" /><id>http://blogs.msdn.com/b/stevennicolaou/archive/2010/06/24/extend-the-search-box-web-part-in-sharepoint-2010.aspx</id><published>2010-06-24T20:54:00Z</published><updated>2010-06-24T20:54:00Z</updated><content type="html">&lt;h1&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;span style="color: #666699;"&gt;&lt;span style="font-size: large;"&gt;Introduction&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;strong&gt;&lt;span style="color: #666699;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;With SharePoint 2010 you can now extend the out of the box web parts, which essentially means you can create a new web part that inherits from one of the&amp;nbsp;out of the box&amp;nbsp;ones. In this post, I demonstrate extending a SharePoint Web Part&amp;nbsp;in depth, using&amp;nbsp;the search box as an example. First, let's take a look at the search box web part.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-38-94/2185.searchbox.jpg" border="0" /&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;span style="color: #666699;"&gt;&lt;span style="font-size: large;"&gt;Find the Class&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Since we will be inheriting from this web part, the first question&amp;nbsp;we need to answer is: What is the class name of the web part I'm trying to extend? The answer isn't straightforward. The SharePoint Web Part Gallery doesn't provide this information, so it's not readily apparent by looking at the web part in design mode.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;One way to find out is to add the web part to a page. In this case, from the Web Part gallery select the web part "Search Box" from the Category "Search". On the upper right corner of the web part, click on the drop down arrow and select "Export..."&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-38-94/4137.searchboxexport.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;This will prompt you to save the Web Part Definition file (.dwp). Open this file in&amp;nbsp;a text editor and look for these two XML elements: &lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;Assembly&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; and &lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;TypeName&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;. In our case, the values are:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;Assembly&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;strong&gt;Microsoft.Office.Server.Search&lt;/strong&gt;, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;Assembly&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;TypeName&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;strong&gt;Microsoft.SharePoint.Portal.WebControls.SearchBoxEx&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;TypeName&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;This tells us a few things:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="padding-left: 30px;"&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;The class name for this web part is &lt;strong&gt;&lt;span style="font-family: Consolas;"&gt;SearchBoxEx&lt;/span&gt;&lt;/strong&gt;, which is what we have to&amp;nbsp;inherit from.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;It resides in the &lt;strong&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;strong&gt;Microsoft.Office.Server.Search &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;assembly.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;It's part of the &lt;strong&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;strong&gt;Microsoft.SharePoint.Portal.WebControls &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;namespace.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;You can confirm this by looking at the &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.portal.webcontrols.searchboxex.aspx" title="SearchBoxEx documentation"&gt;&lt;span style="font-size: small;"&gt;SearchBoxEx documentation&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;. We have two namespaces involved here because SearchBoxEx is implemented in &lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;Microsoft.Office.Server.Search&lt;/span&gt;&lt;/span&gt;, but it inherits from &lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;Microsoft.SharePoint.Portal.WebControls.WebPartLoc&lt;/span&gt;&lt;/span&gt;. With a little digging around, I found that these two namespaces are in:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="font-size: small;"&gt;Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI\Microsoft.Office.Server.Search.dll&lt;br /&gt;Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI\microsoft.sharepoint.portal.dll&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;As it happens, these are not listed in the .NET tab of the "Add Reference" dialog in Visual Studio, so you will have to browse for them&amp;nbsp;manually.&lt;/span&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;span style="color: #666699;"&gt;&lt;span style="font-size: large;"&gt;Create the project&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Create a new project using the Empty SharePoint Project template and add a new Web Part to it. I called mine &lt;span style="font-family: Consolas;"&gt;&lt;span style="color: #2b91af;"&gt;SearchBoxExtension&lt;/span&gt;&lt;/span&gt;. Your class definition should look like this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;public class&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;SearchBoxExtension&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt; : &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;WebPart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;As with every inherited web part, start by calling &lt;span style="font-family: Consolas;"&gt;&lt;span style="color: #0000ff;"&gt;base&lt;/span&gt;.CreateChildControls&lt;/span&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;protected&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;override&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;void&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;CreateChildControls()&lt;br /&gt;{&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;nbsp; base&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;.CreateChildControls();&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Add the assembly references using the Browse tab to locate the two DLLs. Your references should look like this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-38-94/0640.searchboxrefs.jpg" border="0" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Inherit your new web part from&amp;nbsp;&lt;span style="font-family: Consolas;"&gt;Microsoft.SharePoint.Portal.WebControls.&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;SearchBoxEx &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;(the &lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;TypeName &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;value) instead of &lt;span style="font-family: Consolas; color: #2b91af;"&gt;WebPart&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;public&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;class&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;SearchBoxExtension&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt; : Microsoft.SharePoint.Portal.WebControls.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;SearchBoxEx&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Build and deploy your project and try to add your new web part to a SharePoint page. You&amp;nbsp;should get this error:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-38-94/0385.searchboxerror.jpg" alt="Incompatible Web Part markup detected. Use &amp;quot;.dwp web part XML instead of *.webpart web part xml" title="Incompatible Web Part markup detected. Use &amp;quot;.dwp web part XML instead of *.webpart web part xml" style="border: 0px;" /&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;span style="color: #666699;"&gt;.dwp vs .webpart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;strong&gt;&lt;span style="color: #666699;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;What's the problem? Here's what just happened. Both &lt;span style="font-family: Consolas;"&gt;.dwp &lt;/span&gt;and &lt;span style="font-family: Consolas;"&gt;.webpart&lt;/span&gt; file types are XML web part descriptors that are deployed with your web part. The Dashboard Web Part (&lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt;) format was used in earlier versions of SharePoint, where web parts inherited from &lt;span style="font-family: Consolas;"&gt;Microsoft.SharePoint.WebControls.WebPart&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;.&lt;/span&gt;&lt;/span&gt; The newer&amp;nbsp;&lt;span style="font-family: Consolas;"&gt;.webpart&lt;/span&gt; format, which supersedes &lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt;, is what you use when you inherit from &lt;span style="font-family: Consolas;"&gt;System.Web.UI.WebControls.WebParts&lt;/span&gt;, which is what you should always do when&amp;nbsp;developing brand new web parts.&amp;nbsp;For this reason, when you create a new web part in Visual Studio 2010, it automatically creates a &lt;span style="font-family: Consolas;"&gt;.webpart&lt;/span&gt; descriptor for you:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-38-94/1200.webpart.jpg" border="0" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SharePoint 2010&amp;nbsp;comes with&amp;nbsp;a mix of older and newer web parts, so the descriptors that go with them might be either &lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt; or &lt;span style="font-family: Consolas;"&gt;.webpart&lt;/span&gt;. As you might've guessed from its namespace,&amp;nbsp; &lt;span style="font-family: Consolas;"&gt;Microsoft.SharePoint.Portal.WebControls.&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;&lt;span style="font-family: Consolas; color: #2b91af;"&gt;SearchBoxEx &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;is one of the older ones and therefore requires a&amp;nbsp;&lt;span style="font-family: Consolas;"&gt;.dwp &lt;span style="font-family: Arial;"&gt;descriptor. The error we just got is therefore telling us that it doesn't like &lt;span style="font-family: Consolas;"&gt;SearchBoxExtension.webpart&lt;/span&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;span style="color: #666699;"&gt;Create the .dwp descriptor&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;strong&gt;&lt;span style="color: #666699;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: small;"&gt;So how do we get the &lt;span style="font-family: Consolas;"&gt;.dwp &lt;/span&gt;file? &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: small;"&gt;There are two ways:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Create it manually&lt;/li&gt;
&lt;li&gt;Modify the .dwp exported from the original class&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: small;"&gt;To create it manually, use &lt;span style="font-family: Consolas;"&gt;SearchBoxExtension.webpart&lt;/span&gt;&amp;nbsp;for reference. First, add a new XML file to your web part and give it the same name but with a dwp extension. Your web part folder should look like this:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-38-94/2783.webpartdwp.jpg" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-size: small;"&gt;Corey Roth has a nice &lt;/span&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2008/08/21/the-difference-between-dwp-and-webpart.aspx" title="post"&gt;&lt;span style="font-size: small;"&gt;post&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; that compares the differences between the two formats. First, let's look at &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: small;"&gt;SearchBoxExtension.webpart:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;?&lt;/span&gt;xml&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;version&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;1.0&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;encoding&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;utf-8&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;?&amp;gt;&lt;br /&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;webParts&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;webPart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;xmlns&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;http://schemas.microsoft.com/WebPart/v3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;metaData&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;type&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;name&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;SearchBoxTest.SearchBoxExtension.SearchBoxExtension, $SharePoint.Project.AssemblyFullName$&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;importErrorMessage&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;$Resources:core,ImportErrorMessage;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;importErrorMessage&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;metaData&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;data&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;properties&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;property&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;name&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;Title&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;type&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;SearchBoxExtension&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;property&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;property&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;name&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;Description&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;type&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;My WebPart&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;property&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;properties&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;data&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;webPart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;webParts&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-size: small;"&gt;By looking at the differences between the two formats, mapping the values from one to the other was relatively straightforward. Let's look at the result first:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;xml&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;version&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;1.0&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;encoding&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;utf-8&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;?&amp;gt;&lt;br /&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;WebPart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;&lt;span style="font-family: Consolas; color: #ff0000;"&gt;xmlns&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;http://schemas.microsoft.com/WebPart/&lt;strong&gt;v2&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;Assembly&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;$SharePoint.Project.AssemblyFullName$&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;,&lt;/span&gt;Version=1.0.0.0,Culture=Neutral,&lt;strong&gt;PublicToken=ed9dffbe9e0cad7e&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;Assembly&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;TypeName&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;SearchBoxTest.SearchBoxExtension.SearchBoxExtension&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;TypeName&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;Title&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;SearchBoxExtension&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;Title&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;Description&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;My WebPart&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;Description&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;&lt;span style="font-family: Consolas; color: #a31515;"&gt;WebPart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;XML schema differences aside, there are essentially two changes. First, the &lt;span style="font-family: Consolas; color: #ff0000;"&gt;xmlns &lt;/span&gt;is &lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;a href="http://schemas.microsoft.com/WebPart/v2"&gt;http://schemas.microsoft.com/WebPart/v2&lt;/a&gt;&amp;nbsp;&lt;span style="font-family: Arial; color: #000000;"&gt;instead of &lt;span style="color: #0000ff;"&gt;&lt;a href="http://schemas.microsoft.com/WebPart/v3"&gt;&lt;span style="font-family: Consolas;"&gt;http://schemas.microsoft.com/WebPart/v3&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&amp;nbsp;indicating our move to an older format, and second, we need the assembly's public token. To get the public token, use the &lt;a href="http://msdn.microsoft.com/en-us/library/k5b5tt23.aspx" title="Strong Name Tool"&gt;strong name tool&lt;/a&gt; with the -T parameter (sn.exe -T), or use Kirk Evans' &lt;a href="http://blogs.msdn.com/b/kaevans/archive/2008/06/18/getting-public-key-token-of-assembly-within-visual-studio.aspx" title="cool trick"&gt;cool trick&lt;/a&gt; using Visual Studio External Tools.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: small;"&gt;Alternatively, you can use the &lt;span style="font-size: small;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; that you exported at the beginning of this exercise. Follow the steps above to create a new XML above and copy the contents of the original &lt;span style="font-size: small;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; into your new one. Then make the following changes:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In the WebPart root element, remove all but the &lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;xmlns&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; attribute.&lt;/li&gt;
&lt;li&gt;Set the Assembly name to &lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-family: Consolas;"&gt;$SharePoint.Project.AssemblyFullName$&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; (you can copy this from the &lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.webpart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; file)&lt;/li&gt;
&lt;li&gt;Set the Assembly version to your assembly's version. This is usually 1.0.0.0, but you can find it in AssemblyInfo.cs in your project.&lt;/li&gt;
&lt;li&gt;Replace the PublicKeyToken as described above.&lt;/li&gt;
&lt;li&gt;Replace the TypeName with the type name provided in your &lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.webpart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; file.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif; color: #0000ff; font-size: medium;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="font-family: arial black,avant garde;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #3366ff;"&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;span style="color: #666699;"&gt;Deploy&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="font-family: tahoma,arial,helvetica,sans-serif; color: #0000ff; font-size: medium;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;Next, we have to ensure the &lt;span style="font-family: Consolas;"&gt;.dwp &lt;/span&gt;file is deployed with the web part. Click on the file in Solution Explorer and change its &lt;span style="font-family: Consolas;"&gt;Deployment Type &lt;/span&gt;property from &lt;span style="font-family: Consolas;"&gt;&lt;strong&gt;NoDeployment&lt;/strong&gt; &lt;/span&gt;to &lt;span style="font-family: Consolas;"&gt;&lt;strong&gt;ElementFile&lt;/strong&gt;&lt;/span&gt;. You can now safely delete the &lt;span style="font-family: Consolas;"&gt;.webpart&lt;/span&gt;&amp;nbsp;file. Your web part folder should now look like this:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-38-94/5270.dwp.jpg" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Finally, edit Elements.xml and replace both instances of &lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.webpart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;with&amp;nbsp;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; in the Elements/Module/File element. Build and deploy your project and add your web part to a SharePoint page. You should see the default search box:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-38-94/0066.searchboxextension.jpg" border="0" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h1&gt;&lt;strong&gt;&lt;span style="font-family: Tahoma; color: #666699; font-size: medium;"&gt;Conclusion&lt;/span&gt;&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;The web part you just added to your test page may not look exactly like the original. If you created your &lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; from scratch, you will have ignored all the other properties that had been set in the&amp;nbsp;&lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; for the base class. If you modified the original &lt;span style="font-family: Consolas; color: #0000ff;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial; color: #000000;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Consolas;"&gt;.dwp&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;, you will have retained the other parameters that defined the web part's default configuration.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;You are now ready to build your derived search box.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10029828" width="1" height="1"&gt;</content><author><name>Steven Nicolaou</name><uri>http://blogs.msdn.com/Steven-Nicolaou/ProfileUrlRedirect.ashx</uri></author><category term="development" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/development/" /><category term="example" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/example/" /><category term="searchboxex" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/searchboxex/" /><category term="extend" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/extend/" /><category term="programmability" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/programmability/" /><category term="tutorial" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/tutorial/" /><category term="enterprise search" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/enterprise+search/" /><category term="webpart" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/webpart/" /><category term="FAST" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/FAST/" /><category term="sharepoint 2010" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/sharepoint+2010/" /><category term="sharepoint" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/sharepoint/" /><category term="search box" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/search+box/" /><category term="web part" scheme="http://blogs.msdn.com/b/stevennicolaou/archive/tags/web+part/" /></entry></feed>