I have two xsd files with same root element name.Ideally,it is preferred to have two unique names in these 2 xsd files.
PROBLEM FACED:
If I want the JAXB to create classes with unique identifictaion ,how can we acheive through external binding?
Can anyone help me?