blob: bebada45fa580aebf5608d3c9004b37df8f88ae3 [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>
<employee>
<name>Jane Doe</name>
<address>
<street>123 Fake Street</street>
</address>
<phone-numbers>
<number>123-4567</number>
<number>234-5678</number>
</phone-numbers>
<email-id>123</email-id>
<email-id>456</email-id>
<sec-cred-id>123</sec-cred-id>
</employee>
<email id="123">
<username>jane.doe</username>
<domain>eclipse.org</domain>
</email>
<email id="456">
<username>jdoe1972</username>
<domain>rocketmail.com</domain>
</email>
<security-credential id="123">
<zone>17A</zone>
<key-number>82347623847</key-number>
</security-credential>
</root>