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 ${itemCSID} is a convention understood by the Relations service,
18 which is replaced by the CSID of the item being created. (This
19 applies to all items, including object and procedural records,
20 not just to authority item records).
22 As such, ${itemCSID} does NOT get expanded by XmlReplay.
23 It passes through, and then the service deals with it.
26 <predicate>hasBroader</predicate>
28 <csid>${itemCSID}</csid>
29 <documentType>CollectionObject</documentType>
32 <csid>${parentCSID}</csid>
33 <documentType>CollectionObject</documentType>
37 </ns3:relations-common-list>