2 <component name="org.collectionspace.collectionobject.coreTypes">
3 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4 <schema name="collectionobjects-common" prefix="collectionobjects-common" src="schemas/collectionobjects-common.xsd"/>
5 <schema name="collectionobjects-naturalhistory" prefix="collectionobjects-naturalhistory" src="schemas/collectionobjects-naturalhistory.xsd"/>
7 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
8 <doctype name="CollectionObject" extends="Document">
9 <schema name="common"/>
10 <schema name="dublincore"/>
11 <schema name="collectionobjects-common"/>
12 <schema name="collectionobjects-naturalhistory"/>