]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
e5b7756e6d009d47eef8b8328c7cd6ddc54681b2
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <document name="collectionobjects">
3
4     <ns2:collectionobjects_common
5         xmlns:ns2="http://collectionspace.org/services/collectionobject">
6         <objectNumber>${objectNumber}</objectNumber>
7         <distinguishingFeatures>${distinguishingFeatures}</distinguishingFeatures>
8     </ns2:collectionobjects_common>
9
10     <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation"
11                                xmlns:ns2="http://collectionspace.org/services/jaxb">
12         
13         <!--
14             Create a hierarchical relationships between the bag of 
15             black chess pieces, and the remaining piece it contains.
16         -->
17        
18         <relation-list-item>
19             <predicate>hasBroader</predicate>
20             <subject>
21                 <csid>${blackRookCSID}</csid>
22                 <documentType>CollectionObject</documentType>
23            </subject>
24             <object>
25                 <csid>${bagOfBlackChessPiecesCSID}</csid>
26                 <documentType>CollectionObject</documentType>
27            </object>
28         </relation-list-item>
29         
30     </ns3:relations-common-list>
31 </document>
32
33