blob: 6822322f7bd52331c250163af53b5de3a729aad7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<emp:employee id="11" 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>Sarah-Lou</first-name>
<last-name>Smitty</last-name>
<gender>Female</gender>
<salary>75000.0</salary>
<address id="11">
<street>1 Hawthorne Drive</street>
<city>Arnprior</city>
<state>ONT</state>
<zip-code>W1A2B5</zip-code>
<country>Canada</country>
</address>
<phone-number number="6135551234" type="Home"/>
<phone-number number="4165551111" type="Cellular"/>
<phone-number number="6135555943" type="Work Fax"/>
</emp:employee>