]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
5a159b6766ab6bb80f9a89a32bcfb970144baa5c
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.collectionobject.coreTypes">
3     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4         <schema name="collectionobjects_common" prefix="collectionobjects_common" src="schemas/collectionobjects_common.xsd"/>
5     </extension>
6     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
7         <doctype name="CollectionObject" extends="CollectionSpaceDocument">
8             <schema name="common"/>
9             <schema name="dublincore"/>
10             <schema name="collectionspace_core"/>
11             <schema name="collectionobjects_common"/>                   
12             <prefetch>
13                 collectionobjects_common:objectNumber
14                 collectionobjects_common:objectNameList
15                 collectionobjects_common:responsibleDepartments
16                         </prefetch>
17         </doctype>
18     </extension>
19 </component>