<xs:element name="Accuracy" type="NumericalLengthAccuracyType" minOccurs="0"><xs:annotation><xs:documentation>The optional Accuracy element is the accuracy of the micrometer.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MeasuringForce" type="ForceValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MeasuringForce element is the force applied by a micrometer during measurement.</xs:documentation></xs:annotation></xs:element>
The optional InternalExternal element indicates whether the micrometer is internal (placed inside the feature for measurement) or external (placed outside).
<xs:element name="InternalExternal" type="InternalExternalEnumType" default="INTERNAL" minOccurs="0"><xs:annotation><xs:documentation>The optional InternalExternal element indicates whether the micrometer is internal (placed inside the feature for measurement) or external (placed outside).</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:complexType name="MicrometerType"><xs:annotation><xs:documentation>The MicrometerType defines a micrometer.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ManualMeasurementDeviceType"><xs:sequence><xs:element ref="LinearResolution" minOccurs="0"><xs:annotation><xs:documentation>The optional LinearResolution element is the resolution of the micrometer.</xs:documentation></xs:annotation></xs:element><xs:element name="Accuracy" type="NumericalLengthAccuracyType" minOccurs="0"><xs:annotation><xs:documentation>The optional Accuracy element is the accuracy of the micrometer.</xs:documentation></xs:annotation></xs:element><xs:element name="MeasuringForce" type="ForceValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MeasuringForce element is the force applied by a micrometer during measurement.</xs:documentation></xs:annotation></xs:element><xs:element name="InternalExternal" type="InternalExternalEnumType" default="INTERNAL" minOccurs="0"><xs:annotation><xs:documentation>The optional InternalExternal element indicates whether the micrometer is internal (placed inside the feature for measurement) or external (placed outside).</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>