blob: 81df0c1ab23dccb0e3a5514aa99ce5ac0195a451 [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
-->
<ns:employee xmlns:ns="urn:example">
<personal-info>
<last-name>Doe</last-name>
</personal-info>
<address aid="1">
<street>1 A Street</street>
<city>Town A</city>
</address>
<personal-info>
<ns:first-name>Jane</ns:first-name>
</personal-info>
<dependent>
<last-name>Dependent Last</last-name>
<address-id>1</address-id>
<first-name>Dependent First</first-name>
</dependent>
</ns:employee>