blob: 1cce30dd45a583949faeb2820d890f4b7a5a4562 [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>
<employee-info id="101"/>
<personal-info>
<extra-element>Some Text</extra-element>
<first-name>Jane</first-name>
<last-name>Doe</last-name>
</personal-info>
<contact-info>
<address-id>102</address-id>
<phones>
<phone-number>123-4567</phone-number>
<phone-number>234-5678</phone-number>
</phones>
</contact-info>
<extra-attributes xmlns:ns0="http://myns.com/myns" ns0:attr2="value2" attr1="value1"/>
</employee>
</employees>
<addresses>
<address id="102">
<street>123 Fake Street</street>
<city>Ottawa</city>
</address>
</addresses>
</root>