blob: 479718d464be0d531b45bde90fb4b4367477b62e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<emp:employee id="3" 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>Charles</first-name>
<last-name>Chanley</last-name>
<gender>Male</gender>
<salary>43000.0</salary>
<address id="3">
<street>1 Canadien Place</street>
<city>Montreal</city>
<state>QUE</state>
<zip-code>Q2S5Z5</zip-code>
<country>Canada</country>
</address>
<phone-number number="9765556666" type="Pager"/>
<phone-number number="9055553691" type="ISDN"/>
</emp:employee>