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