blob: e3b7e542586fc014f7b59993ed3ba92f372f222c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
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
-->
<customer xmlns="http://www.example.org">
<personal-info pi-type="first-name">
<name name-type="first">First</name>
</personal-info>
<personal-info pi-type="last-name">
<name name-type="surname">Last</name>
<name name-type="last">Surname</name>
</personal-info>
<personal-info pi-type="nickname">
<name name-type="nickname">A</name>
<name name-type="nickname">B</name>
</personal-info>
<contact method="address">
<street>123 A Street</street>
</contact>
<contact method="phone number">555-1111</contact>
<contact method="phone number">555-2222</contact>
</customer>