bernard
authored
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<jxb:bindings version="1.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<jxb:bindings schemaLocation="../xsd/response.xsd" node="/xs:schema">
<jxb:globalBindings localScoping="toplevel"/>
<jxb:bindings node="//xs:element[@name='info']">
<jxb:class name="IpInfo"/>
</jxb:bindings>
</jxb:bindings>
</jxb:bindings>
|