]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
5d36ef005076294dbd90e3d5eea330cb326c98f6
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.citation.coreTypes">
3     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4         <schema name="citationauthorities_common" prefix="citationauthorities_common" src="schemas/citationauthorities_common.xsd"/>
5     </extension>
6   
7     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
8         <schema name="citations_common" prefix="citations_common" src="schemas/citations_common.xsd"/>
9     </extension>
10   
11     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
12         <doctype name="Citationauthority" extends="Document">
13             <schema name="common"/>
14             <schema name="dublincore"/>
15             <schema name="collectionspace_core"/>
16             <schema name="citationauthorities_common"/>
17         </doctype>
18     </extension>
19   
20     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
21         <doctype name="Citation" extends="Document">
22             <schema name="common"/>
23             <schema name="dublincore"/>
24             <schema name="collectionspace_core"/>
25             <schema name="citations_common"/>
26             <prefetch>
27                 citations_common:citationTermGroupList/0/termDisplayName
28                 citations_common:refName
29                 citations_common:shortIdentifier
30             </prefetch>
31         </doctype>
32     </extension>
33     
34 </component>