blob: 112848162b3fd85f4e41abc90fa01be4894a8643 [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
-->
<employee employee-number = "1001">
<!-- This is a comment -->
<first-name>Matt</first-name>
<last-name>MacIvor</last-name>
<address type="us-address">
<street>2001 Odessy Drive</street>
<city>New York</city>
<state>NY</state>
<zip-code>90210</zip-code>
</address>
<responsibilities>
<!-- Here is a comment for this node -->
<responsibility>Write Java Code</responsibility>
<responsibility>Write Design Spec</responsibility>
</responsibilities>
<phones>
<phone>
<!-- This is another comment -->
<area-code>902</area-code>
<exchange>555</exchange>
<number>3226</number>
</phone>
<phone>
<!--This is One More Comment -->
<area-code>613</area-code>
<exchange>555</exchange>
<number>1234</number>
</phone>
</phones>
</employee>