blob: bc9a0dda48c20d6d32e1ddef325ac26e594e39ff [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<emp:employee id="12" 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>Jim-Bob</first-name>
<last-name>Jefferson</last-name>
<gender>Male</gender>
<salary>50000.0</salary>
<address id="12">
<street>1112 Gold Rush Rd.</street>
<city>Yellowknife</city>
<state>YK</state>
<zip-code>Y5J2N5</zip-code>
<country>Canada</country>
</address>
<phone-number number="6135551234" type="Home"/>
<phone-number number="4165551111" type="Cellular"/>
</emp:employee>