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