Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Environment:Not applicable
-
Number of attachments :
Description
There is an XSD shipped with JiBX that restricts bindings. There is no namespace specified in this XSD which is annoying when trying to use tools that automatically validate XML based on XSD and document namespace (e.g. Eclipse). Adding such namespace would make using these tools a lot easier and make provided XSD more elegant.
An alternative schema which uses a namespace is probably a good idea. That way users who prefer to work without namespaces can continue to do so. JiBX can easily support the alternative bindings, and just look at the root element of the binding document to determine which one should be applied.