Class FeaturePropertyTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding
    Direct Known Subclasses:
    MemberPropertyTypeBinding

    public class FeaturePropertyTypeBinding
    extends AbstractComplexBinding
    Binding object for the type http://www.opengis.net/gml:FeaturePropertyType.

             
      <complexType name="FeaturePropertyType">
          <annotation>
              <documentation>Container for a feature - follow gml:AssociationType pattern.</documentation>
          </annotation>
          <sequence minOccurs="0">
              <element ref="gml:_Feature"/>
          </sequence>
          <attributeGroup ref="gml:AssociationAttributeGroup"/>
      </complexType>