blob: e12143202b3a1efd6a935e3da39aece62308ebcd [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
-->
<e:employee foodata="myfoo" xmlns:c="http://www.example.com/contacts" xmlns:e="http://www.example.com/employees">
<info>
<c:contact-info>
<home-address>
<city>Kanata</city>
<street>66 Lakview Drive</street>
<province>ON</province>
<postalCode>K2M2K7</postalCode>
</home-address>
<work-address>
<city>Ottawa</city>
<street>45 O'Connor St.</street>
<province>ON</province>
<postalCode>K1P1A4</postalCode>
</work-address>
<alt-address>
<city>Austin</city>
</alt-address>
</c:contact-info>
<contact-info>
<phone>
<number>613.288.0001</number>
</phone>
<phone>
<number>613.288.0002</number>
</phone>
<phone>
<number>613.288.0003</number>
</phone>
</contact-info>
</info>
<private-phone>
<number>000.000.0000</number>
</private-phone>
<deptId>101</deptId>
<deptName>Sanitation</deptName>
</e:employee>