1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <document name="collectionobjects">
4 <ns2:collectionobjects_common
5 xmlns:ns2="http://collectionspace.org/services/collectionobject">
6 <objectNumber>${objectNumber}</objectNumber>
7 </ns2:collectionobjects_common>
9 <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation"
10 xmlns:ns2="http://collectionspace.org/services/jaxb">
12 <!-- Create hierarchical relationships between the chess set box -->
13 <!-- and its three children: the chess board, and the bags of white -->
14 <!-- and black chess pieces -->
17 <predicate>hasBroader</predicate>
19 <csid>${chessBoardCSID}</csid>
20 <documentType>CollectionObject</documentType>
23 <csid>${chessSetBoxCSID}</csid>
24 <documentType>CollectionObject</documentType>
29 <predicate>hasBroader</predicate>
31 <csid>${bagOfWhiteChessPiecesCSID}</csid>
32 <documentType>CollectionObject</documentType>
35 <csid>${chessSetBoxCSID}</csid>
36 <documentType>CollectionObject</documentType>
41 <predicate>hasBroader</predicate>
43 <csid>${bagOfBlackChessPiecesCSID}</csid>
44 <documentType>CollectionObject</documentType>
47 <csid>${chessSetBoxCSID}</csid>
48 <documentType>CollectionObject</documentType>
53 Create hierarchical relationships between the bags of white
54 and black chess pieces, and the pieces they contain.
58 <predicate>hasBroader</predicate>
60 <csid>${whiteRookCSID}</csid>
61 <documentType>CollectionObject</documentType>
64 <csid>${bagOfWhiteChessPiecesCSID}</csid>
65 <documentType>CollectionObject</documentType>
70 <predicate>hasBroader</predicate>
72 <csid>${whiteBishopCSID}</csid>
73 <documentType>CollectionObject</documentType>
76 <csid>${bagOfWhiteChessPiecesCSID}</csid>
77 <documentType>CollectionObject</documentType>
82 <predicate>hasBroader</predicate>
84 <csid>${blackQueenCSID}</csid>
85 <documentType>CollectionObject</documentType>
88 <csid>${bagOfBlackChessPiecesCSID}</csid>
89 <documentType>CollectionObject</documentType>
93 <!-- The relationship between the bag of black pieces -->
94 <!-- and the black rook is set in a separate payload. -->
96 </ns3:relations-common-list>