]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
2ffba8c1b089a752e0a590e48189911a7bc400df
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.person.lifesci.coreTypes">
3   
4   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
5     <schema name="persons_naturalhistory" prefix="persons_naturalhistory" src="schemas/persons_naturalhistory.xsd"/>
6   </extension>
7   
8   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
9     <doctype name="PersonTenant2" extends="Person">
10       <schema name="common"/>
11       <schema name="dublincore"/>
12       <schema name="collectionspace_core"/>
13       <schema name="persons_common"/>
14       <schema name="persons_naturalhistory"/>
15       <prefetch>persons_common:displayName persons_common:refName persons_common:shortIdentifier</prefetch>
16     </doctype>
17   </extension>
18     
19 </component>