]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
b7d0a0c0c8cc9888523c8580014a01e40a64d48d
[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>
16                 persons_common:personTermGroupList/0/termDisplayName
17                 persons_common:refName
18                 persons_common:shortIdentifier
19             </prefetch>
20         </doctype>
21     </extension>
22     
23 </component>