]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
e4773279ff462fbdc94f27baf55769bbab32e7c3
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.person.coreTypes">
3     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
4         <schema name="personauthorities_common" prefix="personauthorities_common" src="schemas/personauthorities_common.xsd"/>
5     </extension>
6   
7     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
8         <schema name="persons_common" prefix="persons_common" src="schemas/persons_common.xsd"/>
9     </extension>
10   
11     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
12         <doctype name="Personauthority" extends="Document">
13             <schema name="common"/>
14             <schema name="dublincore"/>
15             <schema name="collectionspace_core"/>
16             <schema name="personauthorities_common"/>
17         </doctype>
18     </extension>
19   
20     <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
21         <doctype name="Person" extends="Document">
22             <schema name="common"/>
23             <schema name="dublincore"/>
24             <schema name="collectionspace_core"/>
25             <schema name="persons_common"/>
26             <prefetch>
27                 persons_common:personTermGroupList/0/termDisplayName
28                 persons_common:refName
29                 persons_common:shortIdentifier
30             </prefetch>
31         </doctype>
32     </extension>
33     
34 </component>