java - Where are the JAXB schemas published? -
the jaxb 1.0 , jaxb 2.0 schemas supposed available bindings schema jaxb site. unfortunately, last updated in 2005 , of links broken. official location of schemas? there should authoritative source v1.0, 2.0, 2.1 , 2.2.
jaxb xml schemas
it seems there no version 2.2 of schema. recent 2.1.
and old post java.net forums (now unavailable) stated:
i don't think has been published (we should fix that), if have jaxb-xjc jar file, can find inside jar.
the relevant files in jaxb-xjc-2.2.11.jar
are:
com/sun/tools/xjc/reader/xmlschema/bindinfo/binding.xsd com/sun/tools/xjc/reader/xmlschema/bindinfo/xjc.xsd com/sun/tools/xjc/reader/xmlschema/bindinfo/xs.xsd
from source repository: binding, xjc , xs schemas.
note: these locations changed yet again in 2017.
Comments
Post a Comment