]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
2fe513f959509c48b32f6b7389309eba50c160be
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <!--
3     Copyright 2009 University of California at Berkeley
4     Licensed under the Educational Community License (ECL), Version 2.0.
5     You may not use this file except in compliance with this License.
6
7     You may obtain a copy of the ECL 2.0 License at
8     https://source.collectionspace.org/collection-space/LICENSE.txt
9
10     Document   : core-types-contrib.xml
11     Created on : $LastChangedDate: $
12     Author     : $LastChangedBy: $
13     Revision   : $LastChangedRevision: $
14     Description:
15         Nuxeo document core type for CollectionSpace Relation
16 -->
17 <component name="org.collectionspace.relation.coreTypes">
18   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
19     <schema name="relation" prefix="rel" src="schemas/relation.xsd"/>
20   </extension>
21   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
22     <doctype name="Relation" extends="Document">
23       <schema name="common"/>
24       <schema name="dublincore"/>
25       <schema name="relation"/>
26     </doctype>
27   </extension>
28 </component>