]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
8ab4cb2e023a1ae89eb63faf973845c5807515ba
[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="collectionobjects-common"/>
12             <schema name="collectionobjects-naturalhistory"/>
13         </doctype>
14     </extension>
15 </component>