Simple Type ClosedCurvePointSamplingStrategyEnumType
Annotations
The ClosedCurvePointSamplingStrategyEnumType enumerates point sampling strategy types for closed curves. The POINTS value here has the same meaning as in the PointSamplingStrategyEnumBaseType. EQUIDISTANT means the points are spaced evenly along the curve.
<xs:simpleType name="ClosedCurvePointSamplingStrategyEnumType"><xs:annotation><xs:documentation>The ClosedCurvePointSamplingStrategyEnumType enumerates point sampling strategy types for closed curves. The POINTS value here has the same meaning as in the PointSamplingStrategyEnumBaseType. EQUIDISTANT means the points are spaced evenly along the curve.</xs:documentation></xs:annotation><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="POINTS"/><xs:enumeration value="EQUIDISTANT"/></xs:restriction></xs:simpleType>