blob: 6deccfcdd823831a373b5463b2fa761e4b0d8e27 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<emp:employee id="10" 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>Jill</first-name>
<last-name>May</last-name>
<gender>Female</gender>
<salary>56232.0</salary>
<address id="10">
<street>1111 Mooseland Rd.</street>
<city>Calgary</city>
<state>AB</state>
<zip-code>J5J2B5</zip-code>
<country>Canada</country>
</address>
<phone-number number="6135558812" type="Work"/>
<phone-number number="6135555943" type="Work Fax"/>
</emp:employee>