]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
0f2742f2922474e6356a5b0e8db585abc9468bd4
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document name="persons">
3   <ns2:persons_common xmlns:ns2="http://collectionspace.org/services/person" xmlns:ns3="http://collectionspace.org/services/jaxb">
4     <shortIdentifier>${shortIdentifier}</shortIdentifier>
5     
6         <personTermGroupList>
7                 <personTermGroup>
8                         <termName>${foreName} ${surName}</termName>
9                         <termPrefForLang>false</termPrefForLang>
10                         <termDisplayName>${foreName} ${surName}</termDisplayName>
11                     <foreName>${foreName}</foreName>
12                     <surName>${surName}</surName>
13                 </personTermGroup>
14         </personTermGroupList>  
15     
16         </ns2:persons_common>
17         <ns4:persons_naturalhistory xmlns:ns4="http://collectionspace.org/services/person/domain/naturalhistory" xmlns:ns3="http://collectionspace.org/services/jaxb">
18                 <entityType>${entityType}</entityType>
19                 <lifeSpan>${lifeSpan}</lifeSpan>
20         </ns4:persons_naturalhistory>
21 </document>
22
23