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 <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>
12 <ns4:persons_naturalhistory xmlns:ns4="http://collectionspace.org/services/person/domain/naturalhistory" xmlns:ns3="http://collectionspace.org/services/jaxb">
13 <entityType>${entityType}</entityType>
14 <lifeSpan>${lifeSpan}</lifeSpan>
15 </ns4:persons_naturalhistory>