JaxMeXS is a parser for XML Schema, written in Java. Unlike Xerces or similar parsers, this one isn't written for validation of conforming instances, but for schema authors who like to use the schema information or extend the XML Schema language with private data. An excellent example is JAXB, the Java/XML binding specification.
| Tags | Software Development Code Generators Libraries Java Libraries Text Processing Markup XML |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: This is a bugfix release. Most notably, you may now include an XML schema without a target namespace into another schema, changing the included schema's target namespace.


Changes: This is the first official release as a full member of the Apache WebServices Project.


Changes: Access to the syntactical and logical context of an element is now provided through XsObject.getParentObject() and XSObject.getParentObject().


Changes: The syntax parser now provides access to the outer schemata when using xs:include or xs:import.


Changes: There are many bugfixes. A parser for JAXB has been added.