blob: 938e6f48ca19bdf458a908b3a958c35291b57598 [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
-->
<c:customer xmlns:c="http://www.example.org/customer-example" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<personal-info>
<first-name>Jane</first-name>
<last-name>Doe</last-name>
<c:gender>F</c:gender>
</personal-info>
<c:contact-info>
<billing-address>
<street>123 Any Street</street>
<street>Suite 1</street>
<city>Ottawa</city>
<state>ON</state>
<zip-code>A1B 2C3</zip-code>
</billing-address>
<shipping-address>
<street>456 Another Street</street>
<city>Raleigh</city>
<state>NC</state>
<zip-code>12345</zip-code>
</shipping-address>
<c:phone-number>
<number-type>work</number-type>
<number>(613) 555-1111</number>
</c:phone-number>
</c:contact-info>
</c:customer>