]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
82d417c3aa4e49b617356253f3576bd2960d0649
[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         <!-- Parent relationships -->
16         
17         <relation-list-item>
18             <predicate>hasBroader</predicate>
19             <subject>
20                 <csid>${blackRookCSID}</csid>
21                 <documentType>CollectionObject</documentType>
22             </subject>
23             <object>
24                 <csid>${bagOfBlackChessPiecesCSID}</csid>
25                 <documentType>CollectionObject</documentType>
26             </object>
27         </relation-list-item>
28         
29     </ns3:relations-common-list>
30
31 </document>
32