]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
d9661ff15e116da722a28b87bfa39c8c0a41e582
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document name="persons">  
3   <ns2:relations-common-list xmlns:ns2="http://collectionspace.org/services/relation" xmlns:ns3="http://collectionspace.org/services/jaxb">
4     <totalItems>1</totalItems>
5     <!-- 
6     This file represents the expected response from test case
7         lifesciperson.xml :: 
8     These are the vars that are available from the time Person1 is created.
9     Person1.CSID       ${Person1.CSID}
10     Person2.CSID     ${Person2.CSID}
11         -->
12
13
14     <relation-list-item>
15       <subjectCsid>${Person2.CSID}</subjectCsid>
16       <objectCsid>${Person1.CSID}</objectCsid>
17       <predicate>hasBroader</predicate>
18       <subject>
19         <csid>${Person2.CSID}</csid>
20       </subject>
21       <object>
22         <csid>${Person1.CSID}</csid>
23       </object>
24     </relation-list-item>
25   </ns2:relations-common-list>
26 </document>