I converted XML into JAXB element using xjc and performed marshalling operation. But,some of the fields in xml are not validated against xsd.
For eg: I have given one of the field as integer , but its accepting string and does not throw validation error.