]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
1bcc3bdc6d4fda9cbdee89e4a2cde0d9166b7b08
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <document name="collectionobjects">
3     <!-- Contents of the specified CollectionObject record itself are -->
4     <!-- ignored here; we are interested only in the relations list below. -->
5
6     <!--
7         Siblings of the black rook
8         1. black queen
9     -->
10     <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation" xmlns:ns2="http://collectionspace.org/services/jaxb">
11         <pageNum>0</pageNum>
12         <itemsInPage>1</itemsInPage>
13         <totalItems>1</totalItems>
14         <relation-list-item>
15             <subjectCsid>${blackQueenCSID}</subjectCsid>
16             <objectCsid>${bagOfBlackChessPiecesCSID}</objectCsid>
17             <predicate>hasBroader</predicate>
18             <subject>
19                 <csid>${blackQueenCSID}</csid>
20             </subject>
21             <object>
22                 <csid>${bagOfBlackChessPiecesCSID}</csid>
23             </object>
24         </relation-list-item>
25     </ns3:relations-common-list>
26 </document>
27