]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
fd3f4448b780f02c9acdcff67840014619bf8b41
[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>