blob: 2342ccf64cccb91d8510148d7b0bcf4b0e32b10a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<emp:employee id="8" 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>Fred</first-name>
<last-name>Jones</last-name>
<gender>Male</gender>
<salary>500000.0</salary>
<address id="8">
<street>382 Hyde Park Blvd.</street>
<city>Victoria</city>
<state>BC</state>
<zip-code>Z5J2N5</zip-code>
<country>Canada</country>
</address>
<phone-number number="9055553691" type="ISDN"/>
<phone-number number="4165551111" type="Cellular"/>
</emp:employee>