My elements and attributes are qualified...I am unable to deserialize this xml...How do I structure my class so that I could deserialize...I get an exception --> <MyRoot urn:ABCD:abc> not expected...


<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<abc:MyRoot
xmlns:abc="urn: ABCD:abc"
xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance"...