]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
215837424d104cc71a3f487179589a1512e62051
[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>persons_common:displayName persons_common:refName persons_common:shortIdentifier</prefetch>
27     </doctype>
28   </extension>
29     
30 </component>