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>
5 <displayName>${foreName} ${surName}</displayName>
6 <displayNameComputed>false</displayNameComputed>
7 <shortDisplayName>>${foreName} ${surName}</shortDisplayName>
8 <shortDisplayNameComputed>false</shortDisplayNameComputed>
9 <foreName>${foreName}</foreName>
10 <surName>${surName}</surName>
11 </pers:persons_common>
12 <pnh:persons_naturalhistory xmlns:pnh="http://collectionspace.org/services/person/domain/naturalhistory">
13 <entityType>${entityType}</entityType>
14 <lifeSpan>${lifeSpan}</lifeSpan>
15 </pnh:persons_naturalhistory>
16 <relns:relations-common-list xmlns:relns="http://collectionspace.org/services/relation">
18 <subjectCsid>${childCSID}</subjectCsid>
19 <relationshipType>hasBroader</relationshipType>
20 <predicate>hasBroader</predicate>
21 <objectCsid>${parentCSID}</objectCsid>
23 <csid>${childCSID}</csid>
24 <name>${foreName} ${surName}</name>
25 <documentType>PersonTenant2</documentType>
28 <csid>${parentCSID}</csid>
29 <name>${parentName}</name>
30 <documentType>PersonTenant2</documentType>
33 </relns:relations-common-list>