Class FunctionTypeBinding

All Implemented Interfaces:
Binding, ComplexBinding

public class FunctionTypeBinding extends OGCFunctionTypeBinding
Binding object for the type http://www.opengis.net/fes/2.0:FunctionType.

  
  <xsd:complexType name="FunctionType">
      <xsd:sequence>
          <xsd:element maxOccurs="unbounded" minOccurs="0" ref="fes:expression"/>
      </xsd:sequence>
      <xsd:attribute name="name" type="xsd:string" use="required"/>
  </xsd:complexType>