]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
0c7d8a64bb36c276598e16ad87a0e77b02957f21
[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="Document">
9             <schema name="common"/>
10             <schema name="dublincore"/>
11             <schema name="collectionspace_core"/>
12             <schema name="collectionobjects_common"/>
13             <schema name="collectionobjects_naturalhistory"/>
14         </doctype>
15     </extension>
16 </component>