root/trunk/resources/timezones/bindings/simplebinding.xml

Revision 3159 (checked in by douglm, 2 years ago)

Add xjc task to allow compilation of xml schemas by JAXB xjc compiler

Add timezones service xml schema + bindings

Minor change to wscal extensions

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <jaxb:bindings xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
3                jaxb:version="2.0"
4                xmlns:xjc= "http://java.sun.com/xml/ns/jaxb/xjc"
5                jaxb:extensionBindingPrefixes="xjc">
6   <jaxb:globalBindings>
7     <xjc:simple />
8   </jaxb:globalBindings>
9 </jaxb:bindings>
Note: See TracBrowser for help on using the browser.