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 <distinguishingFeatures>${distinguishingFeatures}</distinguishingFeatures>
8 </ns2:collectionobjects_common>
10 <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation"
11 xmlns:ns2="http://collectionspace.org/services/jaxb">
13 <!-- Create hierarchical relationships between the chess set box -->
14 <!-- and its three children: the chess board, and the bags of white -->
15 <!-- and black chess pieces -->
18 <predicate>hasBroader</predicate>
20 <csid>${chessBoardCSID}</csid>
23 <csid>${chessSetBoxCSID}</csid>
28 <predicate>hasBroader</predicate>
30 <csid>${bagOfWhiteChessPiecesCSID}</csid>
33 <csid>${chessSetBoxCSID}</csid>
38 <predicate>hasBroader</predicate>
40 <csid>${bagOfBlackChessPiecesCSID}</csid>
43 <csid>${chessSetBoxCSID}</csid>
47 <!-- Create hierarchical relationships between the bags of white -->
48 <!-- and black chess pieces, and the pieces they contain. -->
51 <predicate>hasBroader</predicate>
53 <csid>${whiteRookCSID}</csid>
56 <csid>${bagOfWhiteChessPiecesCSID}</csid>
61 <predicate>hasBroader</predicate>
63 <csid>${whiteBishopCSID}</csid>
66 <csid>${bagOfWhiteChessPiecesCSID}</csid>
71 <predicate>hasBroader</predicate>
73 <csid>${blackQueenCSID}</csid>
76 <csid>${bagOfBlackChessPiecesCSID}</csid>
81 <predicate>hasBroader</predicate>
83 <csid>${blackRookCSID}</csid>
86 <csid>${bagOfBlackChessPiecesCSID}</csid>
90 </ns3:relations-common-list>