Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element CoordinateMeasureFeatureMethodType / NumberOfMeasurementPoints
Annotations
The optional NumberOfMeasurementPoints element is the suggested number of a measurement points for measuring the designated feature.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type CoordinateMeasureFeatureMethodType
Annotations
The CoordinateMeasureFeatureMethodType is the metrology method in which a coordinate metrology device (e.g., a CMM) is used for measuring the feature.
Diagram
Diagram QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_id QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_ChosenResourceIds QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_WorkInstructionIds Primitives_xsd_Element_Attributes.tmp#Attributes QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType QIFPlan_xsd_Complex_Type_MeasureFeatureMethodBaseType.tmp#MeasureFeatureMethodBaseType QIFPlan_xsd_Complex_Type_CoordinateMeasureFeatureMethodType.tmp#CoordinateMeasureFeatureMethodType_NumberOfMeasurementPoints
Type extension of MeasureFeatureMethodBaseType
Type hierarchy
Used by
Children Attributes, ChosenResourceIds, NumberOfMeasurementPoints, WorkInstructionIds
Attributes
QName Type Use Annotation
id QIFIdType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd