2 <component name="org.collectionspace.organization.coreTypes">
3 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4 <schema name="orgauthorities_common" prefix="orgauthorities_common" src="schemas/orgauthorities_common.xsd"/>
6 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
7 <schema name="organizations_common" prefix="organizations_common" src="schemas/organizations_common.xsd"/>
9 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
10 <doctype name="OrgAuthority" extends="Document">
11 <schema name="common"/>
12 <schema name="dublincore"/>
13 <schema name="orgauthorities_common"/>
16 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
17 <doctype name="Organization" extends="Document">
18 <schema name="common"/>
19 <schema name="dublincore"/>
20 <schema name="organizations_common"/>