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. -->
7 Parent and child relations of the chess set box:
9 * bag of white chess pieces (child)
10 * bag of black chess pieces (child)
12 <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation" xmlns:ns3="http://collectionspace.org/services/jaxb">
14 <itemsInPage>3</itemsInPage>
15 <totalItems>3</totalItems>
18 <predicate>hasBroader</predicate>
20 <csid>${chessBoardCSID}</csid>
21 <documentType>CollectionObject</documentType>
24 <csid>${chessSetBoxCSID}</csid>
25 <documentType>CollectionObject</documentType>
30 <predicate>hasBroader</predicate>
32 <csid>${bagOfWhiteChessPiecesCSID}</csid>
33 <documentType>CollectionObject</documentType>
36 <csid>${chessSetBoxCSID}</csid>
37 <documentType>CollectionObject</documentType>
42 <predicate>hasBroader</predicate>
44 <csid>${bagOfBlackChessPiecesCSID}</csid>
45 <documentType>CollectionObject</documentType>
48 <csid>${chessSetBoxCSID}</csid>
49 <documentType>CollectionObject</documentType>
52 </ns3:relations-common-list>