2 <component name="org.collectionspace.hello.coreTypes">
3 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4 <schema name="hello" prefix="hello" src="schemas/hello.xsd"/>
6 <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
7 <doctype name="Hello" extends="Document">
8 <schema name="common"/>
9 <schema name="dublincore"/>
10 <schema name="hello"/>