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

jaxb 1.0 xml schema

jaxb 2.0 xml schema

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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -