Showing:

Annotations
Diagrams
Facets
Source
Used by
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.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration GIVENPOINTS
enumeration POINTS
Used by
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd