<!--
xjc -d src xsd/gml-3.1.1.xsd -b binding.xml
-->
<jxb:bindings version="1.0"
   xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">

	<!--jxb:bindings schemaLocation="xsd:anyURI" node="/xsd:schema">
		<jxb:globalBindings underscoreBinding="asCharInWord"/>
	</jxb:bindings-->
  
  <jxb:globalBindings underscoreBinding="asCharInWord"/>

	<jxb:bindings schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/defaultStyle.xsd" node="/xsd:schema">
		<jxb:bindings node="//xsd:element[@name='graphStyle']">
	  		<jxb:class name="graphStyleProperty"/>
  			<jxb:property name="graphStyleProperty"/>
		</jxb:bindings>
		<jxb:bindings node="//xsd:element[@name='featureStyle']">
	  		<jxb:class name="featureStyleProperty"/>
  			<jxb:property name="featureStyleProperty"/>
		</jxb:bindings>
		<jxb:bindings node="//xsd:element[@name='geometryStyle']">
	  		<jxb:class name="geometryStyleProperty"/>
   			<jxb:property name="geometryStyleProperty"/>
		</jxb:bindings>
		<jxb:bindings node="//xsd:element[@name='labelStyle']">
	  		<jxb:class name="labelStyleProperty"/>
  			<jxb:property name="labelStyleProperty"/>
		</jxb:bindings>
		<jxb:bindings node="//xsd:element[@name='topologyStyle']">
	  		<jxb:class name="topologyStyleProperty"/>
  			<jxb:property name="topologyStyleProperty"/>
		</jxb:bindings>
	</jxb:bindings>

	<!--jxb:bindings schemaLocation="xsd:anyURI" node="/xsd:schema">
		<jxb:bindings node="//xsd:element[@name='featureStyle']">
	  		<jxb:class name="featureStyleProperty"/>
  			<jxb:property name="featureStyleProperty"/>
		</jxb:bindings>
	</jxb:bindings-->

	<!--jxb:bindings schemaLocation="xsd:anyURI" node="/xsd:schema">
		<jxb:bindings node="//xsd:element[@name='geometryStyle']">
	  		<jxb:class name="geometryStyleProperty"/>
   			<jxb:property name="geometryStyleProperty"/>
		</jxb:bindings>
	</jxb:bindings-->

	<!--jxb:bindings schemaLocation="xsd:anyURI" node="/xsd:schema">
		<jxb:bindings node="//xsd:element[@name='labelStyle']">
	  		<jxb:class name="labelStyleProperty"/>
  			<jxb:property name="labelStyleProperty"/>
		</jxb:bindings>
	</jxb:bindings-->

	<!--jxb:bindings schemaLocation="xsd:anyURI" node="/xsd:schema">
		<jxb:bindings node="//xsd:element[@name='topologyStyle']">
	  		<jxb:class name="topologyStyleProperty"/>
  			<jxb:property name="topologyStyleProperty"/>
		</jxb:bindings>
	</jxb:bindings-->

</jxb:bindings>
