]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
820d7ad38d20bd99d20e4c105bd3c4299b491deb
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <document name="persons">\r
3   <ns2:persons_common xmlns:ns2="http://collectionspace.org/services/person" xmlns:ns3="http://collectionspace.org/services/jaxb">\r
4     <inAuthority>${inAuthority}</inAuthority>\r
5     <shortIdentifier>${shortIdentifier}</shortIdentifier>\r
6     <refName>urn:cspace:org.collectionspace.demo:personauthority:name(${authShortIdentifier}):person:name(${shortIdentifier})'John Wayne'</refName>\r
7 \r
8         <personTermGroupList>\r
9                 <personTermGroup>\r
10                         <termName>John Wayne</termName>\r
11                         <termPrefForLang>false</termPrefForLang>\r
12                         <termDisplayName>John Wayne</termDisplayName>\r
13                     <foreName>John</foreName>\r
14                     <surName>Wayne</surName>\r
15                 </personTermGroup>\r
16         </personTermGroupList>  \r
17     \r
18     <birthDate>May 26, 1907</birthDate>\r
19     <deathDate>June 11, 1979</deathDate>\r
20     <birthPlace>Winterset, Iowa</birthPlace>\r
21     <groups>\r
22       <group>Irish</group>\r
23       <group>Scottish</group>\r
24     </groups>\r
25     <gender>male</gender>\r
26     <bioNote>born Marion Robert Morrison and betterknown by his stage name John Wayne, was an American film actor, director and producer. He epitomized rugged masculinity and has become an enduring American icon. He is famous for his distinctive\r
27     voice, walk and height. He was also known for his conservative political views and his support in the 1950s for anti-communist positions.</bioNote>\r
28   </ns2:persons_common>\r
29   <!-- \r
30        WARNING: ${itemCSID} does NOT get expanded by XmlReplay. \r
31            It passes through and then the service deals with it.\r
32   -->\r
33   <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation" xmlns:ns2="http://collectionspace.org/services/jaxb">\r
34         <relation-list-item>\r
35                 <predicate>hasBroader</predicate>\r
36                 <subject>\r
37                   <csid>${childCSID}</csid>\r
38                   <uri>${childUri}</uri>\r
39                   <documentType>Person</documentType>\r
40                   <name>John Wayne 1, the evil twin, child</name>\r
41                   <number>2222</number>\r
42                 </subject>\r
43                 <object>\r
44                   <csid>${itemCSID}</csid>\r
45                   <documentType>Person</documentType>\r
46                   <name>John Wayne</name>\r
47                   <number>1111</number>\r
48                 </object>\r
49         </relation-list-item>\r
50   </ns3:relations-common-list>\r
51 </document>\r
52 \r
53 \r