]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
685b5b043de2e254e3f2d8d9e19109aac5ebb38b
[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 bag of black chess pieces:
8         * chess set box (parent)
9         * black queen (child)
10         * black rook (child)
11     -->
12     <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation" xmlns:ns2="http://collectionspace.org/services/jaxb">
13         <pageNum>0</pageNum>
14         <itemsInPage>3</itemsInPage>
15         <totalItems>3</totalItems>
16         
17         <relation-list-item>
18             <predicate>hasBroader</predicate>
19             <subject>
20                 <csid>${bagOfBlackChessPiecesCSID}</csid>
21                 <documentType>CollectionObject</documentType>
22             </subject>
23             <object>
24                 <csid>${chessSetBoxCSID}</csid>
25                 <documentType>CollectionObject</documentType>
26             </object>
27         </relation-list-item>
28         
29         <relation-list-item>
30             <predicate>hasBroader</predicate>
31             <subject>
32                 <csid>${blackQueenCSID}</csid>
33                 <documentType>CollectionObject</documentType>
34             </subject>
35             <object>
36                 <csid>${bagOfBlackChessPiecesCSID}</csid>
37                 <documentType>CollectionObject</documentType>
38             </object>
39         </relation-list-item>
40         
41         <relation-list-item>
42             <predicate>hasBroader</predicate>
43             <subject>
44                 <csid>${blackRookCSID}</csid>
45                 <documentType>CollectionObject</documentType>
46             </subject>
47             <object>
48                 <csid>${bagOfBlackChessPiecesCSID}</csid>
49                 <documentType>CollectionObject</documentType>
50             </object>
51         </relation-list-item>
52         
53     </ns3:relations-common-list>
54
55 </document>
56