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