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