blob: 75de517efa22d79e6b9940c3da2878aea6d8c360 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<emp:employee id="9" version="1" xmlns="http://www.example.org/jpadas-employee" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:emp="http://www.example.org/jpadas-employee">
<first-name>Betty</first-name>
<last-name>Jones</last-name>
<gender>Female</gender>
<salary>500001.0</salary>
<address id="9">
<street>89 Chocolate Drive</street>
<city>Smith Falls</city>
<state>ONT</state>
<zip-code>C6C6C6</zip-code>
<country>Canada</country>
</address>
<phone-number number="9055553691" type="ISDN"/>
<phone-number number="6135558812" type="Work"/>
</emp:employee>