Community
Participate
Working Groups
@XmlSchema has validation for attribute/elementFormDefault, but could have the following validation enhancements: namespace - There is a warning on the JAXB package that validation will not be performed for an unrecognized namespace, but that applies to defaults as well as specified namespace on a package-info.java. There could be a warning on an unrecognized specified package on a package-info as well. xmlns - There could be warnings for unrecognized namespaces if a schema can be resolved. (Should handle universal namespaces such as xsd, xsi) There could also be warnings if recognized namespaces from the schema are not listed. Further investigation should be done in this area to see if this is appropriate.
To update: namespace - if there is a package-info.java, place the warning on the actual namespace element (or just the package-info.java file). xmlns - add validation for unrecognized namespaces. Don't add validation for unspecified namespaces - they don't *have* to be listed.
Deferred to 3.4.