<?xml version='1.0'?>
<PdmIFilterConfigs>
	<config default="true">
		<!-- Default Configuration, this will index all content -->
		<!-- not identified by a seperate config -->
		<contents>
			<content xpath="//*"/>
		</contents>
	</config>
	<config  path="\\apollo\share1">
		<!-- Configuration for a shared UNC resource at apollo -->		
		<selectionNamespaces>
			<selectionNamespace nameSpace="xmlns:cmt='http://www.3tt.com/discussion/comment'"/>
			<selectionNamespace nameSpace="xmlns:disc='http://www.3tt.com/discussion'"/>
		</selectionNamespaces>
	
		<linkedFiles>
			<linkedFile xpath="/*/LinkedFile" relativePath="true"/>
			<linkedFile xpath="/*/a[@UID='123']/LinkedFile" relativePath="false"/>
		</linkedFiles>

		<contents>
			<content xpath="/*/a"/>
			<content xpath="/*/Title"/>
			<content xpath="/*/Description"/>
		</contents>
		
		<properties>
			<property name="UID" type="string" xpath="/*/@UID"/>
			<property name="AllowedReaders" type="longArray" xpath="/*/AllowedReaders"/>
			<property name="CreatedDate" type="dateTime" xpath="/*/CreatedDate"/>
		</properties>
	
	</config>
	

	<config path="C:\Data\XmlMeta\KB">
		<!-- Configuration for a local file system directory -->
		<!-- (includes sub-directories unless explicitly redefined. see next config -->
		<selectionNamespaces>
		</selectionNamespaces>
	
		<linkedFiles>
			<linkedFile xpath="/*/LinkedFile" relativePath="false"/>
		</linkedFiles>
	
		<contents>
			<content xpath="content/body//*"/>
			<content xpath="content/overview"/>
		</contents>
		
		<properties>
			<property name="UID" type="string" xpath="content/params/con/@id"/>
		</properties>
	
	</config>
	
	<config name="kb_cms" path="C:\Data\XmlMeta\KB\CMS">
		<!-- Alternate configuration for sub directory of previous config -->
		<properties>
			<property name="cms_sectioneligible" type="longArray" xpath="content/params/sectionEligible/@ids"/>
			<property name="cms_conid" type="long" xpath="content/params/con/@id"/>
			<property name="cms_releasedate" type="dateTime" xpath="content/params/releaseDate/@date"/>
			<property name="cms_title" type="string" xpath="content/params/abstract/@title"/>
			<property name="cms_abstract" type="string" xpath="content/params/abstract/@text"/>
			<property name="cms_enabled" type="long" xpath="content/params/enabled/@value"/>
			<property name="cms_searchExclude" type="long" xpath="content/params/search/@exclude"/>
		</properties>
		<contents>
			<content xpath="content/params/abstract/@title"/>
			<content xpath="content/params/abstract/@text"/>
			<content xpath="content/body//*"/>
		</contents>
	</config>
</PdmIFilterConfigs>