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.
7 You may obtain a copy of the ECL 2.0 License at
8 https://source.collectionspace.org/collection-space/LICENSE.txt
10 Document : core-types-contrib.xml
11 Created on : $LastChangedDate: $
12 Author : $LastChangedBy: $
13 Revision : $LastChangedRevision: $
15 Nuxeo document core type for CollectionSpace Relation
17 <component name="org.collectionspace.relation.coreTypes">
18 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
19 <schema name="relations_common" prefix="relations_common" src="schemas/relations_common.xsd"/>
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="relations_common"/>