The optional NumberOfMeasurementPoints element is the suggested number of a measurement points for measuring the designated feature.
Diagram
Type
xs:positiveInteger
Properties
content
simple
minOccurs
0
Source
<xs:element name="NumberOfMeasurementPoints" type="xs:positiveInteger" minOccurs="0"><xs:annotation><xs:documentation>The optional NumberOfMeasurementPoints element is the suggested number of a measurement points for measuring the designated feature.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the action method, used for referencing.
Source
<xs:complexType name="CoordinateMeasureFeatureMethodType"><xs:annotation><xs:documentation>The CoordinateMeasureFeatureMethodType is the metrology method in which a coordinate metrology device (e.g., a CMM) is used for measuring the feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="MeasureFeatureMethodBaseType"><xs:sequence><xs:element name="NumberOfMeasurementPoints" type="xs:positiveInteger" minOccurs="0"><xs:annotation><xs:documentation>The optional NumberOfMeasurementPoints element is the suggested number of a measurement points for measuring the designated feature.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>