Skip to main content

Metro and JAXB: How to unmarshal nested xsd schemas ?

I have 2 xsd's. Elements of first can contain elements of types defined in second. How can I unmarshall xml ?

Community: