blob: e3f7bc5a4b94cb85658e7813a100d7fb331848cd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<emp:employee id="1" 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>Bob</first-name>
<last-name>Smith</last-name>
<gender>Male</gender>
<salary>35000.0</salary>
<address id="1">
<street>1450 Acme Cr., Suite 4</street>
<city>Toronto</city>
<state>ONT</state>
<zip-code>L5J2B5</zip-code>
<country>Canada</country>
</address>
<phone-number number="6135558812" type="Work"/>
</emp:employee>