Class SortPropertyTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

    public class SortPropertyTypeBinding
    extends SortPropertyTypeBinding
    Binding object for the type http://www.opengis.net/ogc:SortPropertyType.

             
      <xsd:complexType name="SortPropertyType">
          <xsd:sequence>
              <xsd:element ref="ogc:PropertyName"/>
              <xsd:element minOccurs="0" name="SortOrder" type="ogc:SortOrderType"/>
          </xsd:sequence>
      </xsd:complexType>