blob: 3518c8955e8372a55aa532a33b212ddae4efd398 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<ns0:employee empId="101" xmlns:c="http://www.example.com/contacts" xmlns:ns0="http://www.example.com/employees">
<info>
<c:contact-info>
<addresses>
<address id="67" readOnlyString="some garbage text">
<city>Kanata</city>
<street>66 Lakview Drive</street>
<province>ON</province>
<postalCode>K2M2K7</postalCode>
</address>
<address id="76">
<city>Ottawa</city>
<street>45 O'Connor St.</street>
<province>ON</province>
<postalCode>K1P1A4</postalCode>
</address>
</addresses>
</c:contact-info>
<read-only>
<address id="66">
<city>Woodlawn</city>
<street>465 Bayview Dr.</street>
<province>ON</province>
<postalCode>K0A3M0</postalCode>
</address>
</read-only>
<write-only>
<address id="77">
<city>Woodlawn</city>
<street>463 Bayview Dr.</street>
<province>ON</province>
<postalCode>K0A3M0</postalCode>
</address>
</write-only>
</info>
</ns0:employee>