blob: 6739f5925020545a4c4641ce21bb184174846661 [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">(613) 555-1111</c:phone-number>
<c:phone-number number-type="cell">(613) 555-2222</c:phone-number>
</c:contact-info>
<things>
<stuff>blah</stuff>
<stuff>blah blah</stuff>
<stuff>blah blah blah</stuff>
</things>
</c:customer>