]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
ae91a1580b4835f0f9094ee6bbd13bc8d738f34b
[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         <schema name="collectionobjects_naturalhistory" prefix="collectionobjects_naturalhistory" src="schemas/collectionobjects_naturalhistory.xsd"/>
6     </extension>
7     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
8         <doctype name="CollectionObject" extends="CollectionSpaceDocument">
9             <schema name="common"/>
10             <schema name="dublincore"/>
11             <schema name="collectionspace_core"/>
12             <schema name="collectionobjects_common"/>
13             <schema name="collectionobjects_naturalhistory"/>
14             <prefetch>
15             collectionobjects_common:objectNumber
16             collectionobjects_common:objectNameList
17             collectionobjects_common:responsibleDepartments</prefetch>
18         </doctype>
19     </extension>
20 </component>