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