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