blob: 1230af71fcfd2f9cfa141e3858f1a1a05f452464 [file] [log] [blame]
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
-->
<root-object>
<mapping-test-object last-name="Black" first-name="Joe">
<any-object id="1">
<name>MyObject</name>
</any-object>
<any-collection>
<any-object id="10">
<name>SomeObject</name>
</any-object>
<any-object id="66">
<name>SomeOtherObject</name>
</any-object>
</any-collection>
<billing-address-ref address-id="465"/>
<shipping-address-ref address-id="45"/>
<shipping-address-ref address-id="465"/>
<responsibilities>
<list responsibility="review code"/>
<list responsibility="complete design doc"/>
<list responsibility="submit whitepaper"/>
</responsibilities>
</mapping-test-object>
<addresses>
<address aid="465">
<street>465 Bayview Drive</street>
<city>Woodlawn</city>
</address>
<address aid="19">
<street>19 Springcreek Cres.</street>
<city>Kanata</city>
</address>
<address aid="45">
<street>45 O'Connor St.</street>
<city>Ottawa</city>
</address>
</addresses>
</root-object>