blob: d637f569c57476ac8731db6ff9cbd86a1ebec823 [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>
<string-choice>This is a string for a choice mapping</string-choice>
<street-choice>123 Fake Street</street-choice>
<integer-choice>12</integer-choice>
<address-choice aid="10320">
<street>10320 Boulder Ln.</street>
<city>Austin</city>
</address-choice>
<integer-choice>14</integer-choice>
<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>