schema « jaxb « Java Enterprise Q&A





1. JAXB Customizations - Multiple schemas inside WSDL and schemaLocation    stackoverflow.com

I have a WSDL which contains 3 schemas inside it's "types" element. The schemas are not defined in external XSDs but inside the types element. I want to customize an element inside ...

2. JAXB form attribute being set explicitly as unqualified even though elementFormDefault set to qualified    stackoverflow.com

I have used the @xmlType annotation to declare a class as part of the a WSDL and used the package-info.java file to set the elementFormDefault as qualified using the @XmlSchema annotation But on ...

3. 2 schema files in JAXB, out of sync!    forums.netbeans.org

Hi! I have a problem with the JAXB binding feature in Netbeans 6.7.1 I create a xsd schema file from which I want to generate the java classes with the JAXB ...