]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
c42a6efe3fce51780a35cf03e4d3b3aca1d61dad
[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         Parent and child relations of the black rook:
8         * bag of black chess pieces (parent)
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         
15         <relation-list-item>
16             <predicate>hasBroader</predicate>
17             <subject>
18                 <csid>${blackRookCSID}</csid>
19                 <documentType>CollectionObject</documentType>
20             </subject>
21             <object>
22                 <csid>${bagOfBlackChessPiecesCSID}</csid>
23                 <documentType>CollectionObject</documentType>
24             </object>
25         </relation-list-item>
26         
27     </ns3:relations-common-list>
28
29 </document>
30