1 <?xml version="1.0" encoding="UTF-8"?>
2 <document name="persons">
3 <pers:persons_common xmlns:pers="http://collectionspace.org/services/person">
4 <shortIdentifier>${shortIdentifier}</shortIdentifier>
8 <termName>${foreName} ${surName}</termName>
9 <termPrefForLang>false</termPrefForLang>
10 <termDisplayName>${foreName} ${surName}</termDisplayName>
11 <foreName>${foreName}</foreName>
12 <surName>${surName}</surName>
14 </personTermGroupList>
16 </pers:persons_common>
17 <pnh:persons_naturalhistory xmlns:pnh="http://collectionspace.org/services/person/domain/naturalhistory">
18 <entityType>${entityType}</entityType>
19 <lifeSpan>${lifeSpan}</lifeSpan>
20 </pnh:persons_naturalhistory>
21 <relns:relations-common-list xmlns:relns="http://collectionspace.org/services/relation">
23 <subjectCsid>${childCSID}</subjectCsid>
24 <relationshipType>hasBroader</relationshipType>
25 <predicate>hasBroader</predicate>
26 <objectCsid>${parentCSID}</objectCsid>
28 <csid>${childCSID}</csid>
29 <name>${foreName} ${surName}</name>
30 <documentType>PersonTenant2</documentType>
33 <csid>${parentCSID}</csid>
34 <name>${parentName}</name>
35 <documentType>PersonTenant2</documentType>
38 </relns:relations-common-list>