2 <component name="org.collectionspace.intake.coreTypes">
3 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4 <schema name="intakes_common" prefix="intakes_common" src="schemas/intakes_common.xsd"/>
6 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
7 <doctype name="Intake" extends="CollectionSpaceDocument">
8 <schema name="common"/>
9 <schema name="dublincore"/>
10 <schema name="collectionspace_core"/>
11 <schema name="intakes_common"/>
12 <prefetch>intakes_common:entryNumber intakes_common:depositor intakes_common:currentOwner</prefetch>