blob: cc4d73fcbd40ba00599c5898f9385c685367f082 [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="canadian-address">
<!-- Need one here -->
<street>2001 Odessy Drive</street>
<city>Ottawa</city>
<province>ON</province>
<postal-code>A1A 1A1</postal-code>
</address>
<responsibilities>
<!-- Here is a comment for this node -->
<responsibility>Write Java Code</responsibility>
<responsibility>Write Design Spec</responsibility>
</responsibilities>
<phones>
</phones>
</employee>