Class ParameterValueTypeBinding

All Implemented Interfaces:
Binding, ComplexBinding

public class ParameterValueTypeBinding extends SLDParameterValueTypeBinding
Binding object for the type http://www.opengis.net/se:ParameterValueType.

  
  <xsd:complexType mixed="true" name="ParameterValueType">
      <xsd:annotation>
          <xsd:documentation>
          The "ParameterValueType" uses WFS-Filter expressions to give
          values for SE graphic parameters.  A "mixed" element-content
          model is used with textual substitution for values.
        </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence maxOccurs="unbounded" minOccurs="0">
          <xsd:element ref="ogc:expression"/>
      </xsd:sequence>
  </xsd:complexType>