]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
e8eb9f719dd6d349413a82106113d2b3b2113195
[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   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
7     <schema name="persons_common" prefix="persons_common" src="schemas/persons_common.xsd"/>
8   </extension>
9   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
10     <doctype name="Personauthority" extends="Document">
11       <schema name="common"/>
12       <schema name="dublincore"/>
13       <schema name="personauthorities_common"/>
14     </doctype>
15   </extension>
16   <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
17     <doctype name="Person" extends="Document">
18       <schema name="common"/>
19       <schema name="dublincore"/>
20       <schema name="persons_common"/>
21     </doctype>
22   </extension>
23 </component>