blob: 7692c6fe024771f59a02a91b5fc20ae59d7b9784 [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>
<employees>
<employee>
<name>Jane Doe</name>
<address>
<address-id>1</address-id>
<zip>123456</zip>
</address>
<work-address>
<id>2</id>
<zip>654321</zip>
</work-address>
<phone id="1"/>
</employee>
</employees>
<addresses>
<address id="1">
<street>123 Abc Street</street>
<zip>123456</zip>
</address>
<address id="2">
<street>321 Cba Street</street>
<zip>654321</zip>
</address>
</addresses>
<phone-numbers>
<phone id="1">123-3456</phone>
</phone-numbers>
</root>