Project

General

Profile

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

    
5
 <bean id="fgdcstd00111999Subprocessor"
6
  class="org.dataone.cn.indexer.parser.ScienceMetadataDocumentSubprocessor">
7
  <property name="matchDocument"
8
   value="/d100:systemMetadata/formatId[text() = 'FGDC-STD-001.1-1999']"></property>
9
  <property name="fieldList">
10
   <list>
11
	    <ref bean="fgdc.abstract" />
12
	    <ref bean="fgdc.beginDate"/>
13
	    <ref bean="fgdc.class" />
14
		<ref bean="fgdc.contactOrganization"/>
15
		<ref bean="fgdc.eastBoundCoord"/>
16
		<ref bean="fgdc.westBoundCoord" />
17
		<ref bean="fgdc.northBoundCoord" />
18
		<ref bean="fgdc.southBoundCoord" />
19
		<ref bean="fgdc.edition" />
20
		<ref bean="fgdc.endDate" />
21
		<ref bean="fgdc.gcmdKeyword"/>
22
		<ref bean="fgdc.keywords"/>
23
		<ref bean="fgdc.geoform" />
24
		<ref bean="fgdc.genus" />
25
		<ref bean="fgdc.kingdom" />
26
		<ref bean="fgdc.order" />
27
		<ref bean="fgdc.phylum" />
28
		<ref bean="fgdc.species" />
29
		<ref bean="fgdc.origin" />
30
		<ref bean="fgdc.placeKey" />
31
		<ref bean="fgdc.pubDate" />
32
		<ref bean="fgdc.purpose" />
33
		<ref bean="fgdc.title" />
34
		<ref bean="fgdc.web_url" />
35
		<ref bean="fgdc.fileID" />
36
     	<ref bean="fgdc.fullText" />
37
		<ref bean="fgdc.presentationCat" />
38
		<ref bean="fgdc.author"/>
39
		<ref bean="fgdc.investigator" />
40
		<ref bean="fgdc.site" />
41
   </list>
42
  </property>
43
 </bean>
44
</beans>
(12-12/19)