<xs:simpleType name="PointPointSamplingStrategyEnumType">
<xs:annotation>
<xs:documentation>The PointPointSamplingStrategyEnumType enumerates point sampling strategy types for point features.</xs:documentation>
</xs:annotation>
<xs:restriction base="PointSamplingStrategyEnumBaseType">
<xs:enumeration value="POINTS"/>
</xs:restriction>
</xs:simpleType> |