]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
bff57688166efaab107e8e7bfef2397529647aac
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.taxonomy.coreTypes">
3   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4     <schema name="taxonomyauthority_common" prefix="taxonomyauthority_common" src="schemas/taxonomyauthority_common.xsd"/>
5   </extension>
6   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
7     <schema name="taxonomy_common" prefix="taxonomy_common" src="schemas/taxonomy_common.xsd"/>
8   </extension>
9   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
10     <doctype name="Taxonomyauthority" extends="Document">
11       <schema name="common"/>
12       <schema name="collectionspace_core"/>
13       <schema name="dublincore"/>
14       <schema name="taxonomyauthority_common"/>
15     </doctype>
16   </extension>
17   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
18     <doctype name="Taxonomyitem" extends="Document">
19       <schema name="common"/>
20       <schema name="collectionspace_core"/>
21       <schema name="dublincore"/>
22       <schema name="taxonomy_common"/>
23     </doctype>
24   </extension>
25 </component>