Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-09-03 15:31
0.3.1

Este es un bugfix release. En particular, ahora se puede incluir un esquema XML, sin un espacio de nombres de destino en otro esquema, el cambio de espacio de nombres de destino incluido en el esquema.
Tags: Minor bugfixes
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.

2004-07-28 21:20
0.3

Esta es la primera publicación oficial como miembro de pleno derecho del proyecto de WebServices Apache.
Tags: Minor feature enhancements
This is the first official release as a full member of the Apache WebServices Project.

2003-08-17 20:34
1.03

El acceso al contexto sintáctica y lógica de un elemento se efectúa mediante la XsObject.getParentObject () y XSObject.getParentObject ().
Tags: Minor feature enhancements
Access to the syntactical and logical context of an element is now provided through XsObject.getParentObject() and XSObject.getParentObject().

2003-07-16 01:26
1.02

El analizador de sintaxis proporciona ahora acceso a los esquemas externo al utilizar xs: incluir o xs: importación.
Tags: Minor feature enhancements
The syntax parser now provides access to the outer schemata when using xs:include or xs:import.

2003-06-21 00:33
1.01

Hay muchas soluciones a fallos. Un analizador de JAXB se ha añadido.
Tags: Minor feature enhancements
There are many bugfixes. A parser for JAXB has been added.

Project Resources