Simple Type PointDefinedPointSamplingStrategyEnumType
Annotations
The PointDefinedPointSamplingStrategyEnumType enumerates point sampling strategy types for point-defined curves and surfaces. The POINTS value here has the same meaning as in the PointSamplingStrategyEnumBaseType. GIVENPOINTS means to use the points of the point-defined curve or surface.
<xs:simpleType name="PointDefinedPointSamplingStrategyEnumType"><xs:annotation><xs:documentation>The PointDefinedPointSamplingStrategyEnumType enumerates point sampling strategy types for point-defined curves and surfaces. The POINTS value here has the same meaning as in the PointSamplingStrategyEnumBaseType. GIVENPOINTS means to use the points of the point-defined curve or surface.</xs:documentation></xs:annotation><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="GIVENPOINTS"/><xs:enumeration value="POINTS"/></xs:restriction></xs:simpleType>