<beans xmlns="http://www.springframework.org/schema/beans"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

 <bean id="fgdcstd00121999Subprocessor"
  class="org.dataone.cn.indexer.parser.ScienceMetadataDocumentSubprocessor">
  <property name="xmlNamespaceConfig" ref="xmlNamespaceConfig" />
  	<property name="matchDocuments">
		<list>
			<value>FGDC-STD-001.2-1999</value>
		</list>
	</property>
  <property name="fieldList">
   <list>
	    <ref bean="fgdc.abstract" />
	    <ref bean="fgdc.beginDate"/>
		<ref bean="fgdc.contactOrganization"/>
		<ref bean="fgdc.eastBoundCoord"/>
		<ref bean="fgdc.westBoundCoord" />
		<ref bean="fgdc.northBoundCoord" />
		<ref bean="fgdc.southBoundCoord" />
		<ref bean="fgdc.edition" />
		<ref bean="fgdc.endDate" />
		<ref bean="fgdc.gcmdKeyword"/>
		<ref bean="fgdc.keywords"/>
		<ref bean="fgdc.geoform" />
		<ref bean="fgdc.genus" />
		<ref bean="fgdc.kingdom" />
		<ref bean="fgdc.order" />
		<ref bean="fgdc.phylum" />
		<ref bean="fgdc.species" />
		<ref bean="fgdc.family" />
		<ref bean="fgdc.class" />
		<ref bean="fgdc.scientificName" />
		<ref bean="fgdc.origin" />
		<ref bean="fgdc.placeKey" />
		<ref bean="fgdc.pubDate" />
		<ref bean="fgdc.purpose" />
		<ref bean="fgdc.title" />
		<ref bean="fgdc.web_url" />
		<ref bean="fgdc.fileID" />
		<ref bean="fgdc.fullText" />
		<ref bean="fgdc.presentationCat" />
		<ref bean="fgdc.author"/>
		<ref bean="fgdc.authorSurName" />
		<ref bean="fgdc.authorSurNameSort" />
		<ref bean="fgdc.investigator" />
		<ref bean="fgdc.site" />
	    <ref bean="fgdc.attributeName" />
	    <ref bean="fgdc.attributeLabel" />
	    <ref bean="fgdc.attributeDescription" />
	    <ref bean="fgdc.attributeUnit" />
	    <ref bean="fgdc.attributeText" />
		<ref bean="fgdc.geohash1" />
	    <ref bean="fgdc.geohash2" />
	    <ref bean="fgdc.geohash3" />
	    <ref bean="fgdc.geohash4" />
	    <ref bean="fgdc.geohash5" />
	    <ref bean="fgdc.geohash6" />
	    <ref bean="fgdc.geohash7" />
	    <ref bean="fgdc.geohash8" />
	    <ref bean="fgdc.geohash9" /> 
   </list>
  </property>
 </bean>
</beans>