]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
0d05a76115beeb02646a72a2bf95f46fcb47f22e
[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     <pageNum>0</pageNum>\r
35     <pageSize>40</pageSize>\r
36     <itemsInPage>1</itemsInPage>\r
37     <totalItems>1</totalItems>\r
38     <fieldsReturned>subjectCsid|relationshipType|predicateDisplayName|objectCsid|uri|csid|subject|object</fieldsReturned>\r
39     <relation-list-item>\r
40                 <predicate>hasBroader</predicate>\r
41                 <subject>\r
42                   <csid>${itemCSID}</csid>\r
43                   <documentType>Person</documentType>\r
44                   <name>John Wayne, Me</name>\r
45                   <number>1111</number>\r
46                 </subject>\r
47                 <object>\r
48                   <csid>${parentCSID}</csid>\r
49                   <uri>${parentUri}</uri>\r
50                   <documentType>Person</documentType>\r
51                   <name>John Wayne 2, the evil twin, Parent</name>\r
52                   <number>0000</number>\r
53                 </object>\r
54         </relation-list-item>\r
55         <relation-list-item>\r
56                 <predicate>hasBroader</predicate>\r
57                 <subject>\r
58                   <csid>${childCSID}</csid>\r
59                   <uri>${childUri}</uri>\r
60                   <documentType>Person</documentType>\r
61                   <name>John Wayne 1, the evil twin, child</name>\r
62                   <number>1100</number>\r
63                 </subject>\r
64                 <object>\r
65                   <csid>${itemCSID}</csid>\r
66                   <documentType>Person</documentType>\r
67                   <name>John Wayne</name>\r
68                   <number>1111</number>\r
69                 </object>\r
70         </relation-list-item>\r
71         <relation-list-item>\r
72                 <predicate>hasBroader</predicate>\r
73                 <subject>\r
74                   <uri>${child2Uri}</uri>\r
75                   <csid>${child2CSID}</csid>\r
76                   <documentType>Person</documentType>\r
77                   <name>John Wayne 2, the evil twin, child</name>\r
78                   <number>2222</number>\r
79                 </subject>\r
80                 <object>\r
81                   <csid>${itemCSID}</csid>\r
82                   <documentType>Person</documentType>\r
83                   <name>John Wayne</name>\r
84                   <number>1111</number>\r
85                 </object>\r
86         </relation-list-item>\r
87         <relation-list-item>\r
88                 <predicate>hasBroader</predicate>\r
89                 <subject>\r
90                   <uri>${child3Uri}</uri>\r
91                   <csid>${child3CSID}</csid>\r
92                   <documentType>Person</documentType>\r
93                   <name>John Wayne 3, the evil twin, child</name>\r
94                   <number>3333</number>\r
95                 </subject>\r
96                 <object>\r
97                   <csid>${itemCSID}</csid>\r
98                   <documentType>Person</documentType>\r
99                   <name>John Wayne</name>\r
100                   <number>1111</number>\r
101                   \r
102                 </object>\r
103         </relation-list-item>\r
104   </ns3:relations-common-list>\r
105 </document>\r
106 \r
107 \r