]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
3e1f6c3e103486f06ad32e7da8071aa4d700c0fd
[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 bag of black chess pieces:
8         1. chess board
9         2. bag of white chess pieces
10     -->
11     <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation" xmlns:ns2="http://collectionspace.org/services/jaxb">
12         <pageNum>0</pageNum>
13         <itemsInPage>2</itemsInPage>
14         <totalItems>2</totalItems>
15         <relation-list-item>
16             <subjectCsid>${chessBoardCSID}</subjectCsid>
17             <objectCsid>${chessSetBoxCSID}</objectCsid>
18             <predicate>hasBroader</predicate>
19             <subject>
20                 <csid>${chessBoardCSID}</csid>
21             </subject>
22             <object>
23                 <csid>${chessSetBoxCSID}</csid>
24             </object>
25         </relation-list-item>
26         <relation-list-item>
27             <subjectCsid>${bagOfWhiteChessPiecesCSID}</subjectCsid>
28             <objectCsid>${chessSetBoxCSID}</objectCsid>
29             <predicate>hasBroader</predicate>
30             <subject>
31                 <csid>${bagOfWhiteChessPiecesCSID}</csid>
32             </subject>
33             <object>
34                 <csid>${chessSetBoxCSID}</csid>
35             </object>
36         </relation-list-item>
37     </ns3:relations-common-list>
38 </document>
39