]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
7521aa8f46325357ec920a446a979c8dd90f2a68
[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   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
7     <schema name="vocabularyitems-common" prefix="vocabularyitems-common" src="schemas/vocabularyitems-common.xsd"/>
8   </extension>
9   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
10     <doctype name="Vocabulary" extends="Document">
11       <schema name="common"/>
12       <schema name="dublincore"/>
13       <schema name="vocabularies-common"/>
14     </doctype>
15   </extension>
16   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
17     <doctype name="VocabularyItem" extends="Document">
18       <schema name="common"/>
19       <schema name="dublincore"/>
20       <schema name="vocabularyitems-common"/>
21     </doctype>
22   </extension>
23 </component>