posted 17 years ago
Hi All,
I have one element in XSD which has default value. When I generate JAXB objects using that XSD, that default value is not being assigned to the getMyElementValue() ..
Here is the sample element in my XSD
and I was expecting getSORID() value will be "07" when I don't have any value for my "SORID" element in my XML file.
Is some thing wrong with my XJC compilor or is any other reason?
I really appreciate your thoughts and help on this.
Thanks,
Ugender Rekulampally