VOTable_bindings.xjb 1.87 KB
<bindings xmlns="http://java.sun.com/xml/ns/jaxb"
          xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
          xmlns:xs="http://www.w3.org/2001/XMLSchema"
          version="2.1">

    <bindings schemaLocation="VOTable_v1.3.xsd" version="1.0">
        <!-- rename the value attribute of Min nodes -->
        <bindings node="//xs:complexType[@name='Min']">
            <bindings node=".//xs:attribute[@name='value']">
                <property name="ValueAttribute"/>
            </bindings>
        </bindings>

        <!-- rename the value attribute of Max nodes -->
        <bindings node="//xs:complexType[@name='Max']">
            <bindings node=".//xs:attribute[@name='value']">
                <property name="ValueAttribute"/>
            </bindings>
        </bindings>

        <!-- rename the value attribute of Option nodes -->
        <bindings node="//xs:complexType[@name='Option']">
            <bindings node=".//xs:attribute[@name='value']">
                <property name="ValueAttribute"/>
            </bindings>
        </bindings>

        <!-- rename the value attribute of Link nodes -->
        <bindings node="//xs:complexType[@name='Link']">
            <bindings node=".//xs:attribute[@name='value']">
                <property name="ValueAttribute"/>
            </bindings>
        </bindings>

        <!-- rename the value attribute of Info nodes -->
        <bindings node="//xs:complexType[@name='Info']">
            <bindings node=".//xs:attribute[@name='value']">
                <property name="ValueAttribute"/>
            </bindings>
        </bindings>

        <!-- rename the value attribute of Param nodes -->
        <bindings node="//xs:complexType[@name='Param']">
            <bindings node=".//xs:attribute[@name='value']">
                <property name="ValueAttribute"/>
            </bindings>
        </bindings>

    </bindings>



</bindings>