]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
44924cf08c6db1ba68cf30d56379101d372f6e12
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.objectexit.coreTypes">
3   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4     <schema name="objectexit_common" prefix="objectexit_common" src="schemas/objectexit_common.xsd"/>
5   </extension>
6   
7   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
8     <doctype name="ObjectExit" extends="Document">
9       <schema name="common"/>
10       <schema name="dublincore"/>
11       <schema name="collectionspace_core"/>
12       <schema name="objectexit_common"/>
13     </doctype>
14   </extension>
15 </component>