blob: 241307d2e9d085fa6efebf7d858de6258f919c9a [file] [log] [blame]
<?xml version = '1.0' encoding = 'UTF-8'?>
<x:employee-data id="10" xmlns:x="examplenamespace">
<firstName>Bob</firstName>
<lastName>Smith</lastName>
<birthday>2005-05-24T16:06:53</birthday>
<responsibilities>
<responsibility xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xsi:type="xsd:string">Fix Bugs</responsibility>
<responsibility xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xsi:type="xsd:string">Write JAXB2.0 Prototype</responsibility>
<responsibility xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xsi:type="xsd:string">Write Design Spec</responsibility>
</responsibilities>
</x:employee-data>