<xs:element name="Accuracy" type="NumericalLengthAccuracyType" minOccurs="0"><xs:annotation><xs:documentation>The optional Accuracy element is the accuracy of the caliper.</xs:documentation></xs:annotation></xs:element>
The optional CanMeasureInnerD element should be set to true if the caliper can measure an inner diameter. Otherwise, it should be set to false.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="CanMeasureInnerD" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional CanMeasureInnerD element should be set to true if the caliper can measure an inner diameter. Otherwise, it should be set to false.</xs:documentation></xs:annotation></xs:element>
The optional CanMeasureOuterD element should be set to true if the caliper can measure an outer diameter. Otherwise, it should be set to false.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="CanMeasureOuterD" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional CanMeasureOuterD element should be set to true if the caliper can measure an outer diameter. Otherwise, it should be set to false.</xs:documentation></xs:annotation></xs:element>
The optional CanMeasureDepth element should be set to true if the caliper can measure the depth of a hole. Otherwise, it should be set to false.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="CanMeasureDepth" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional CanMeasureDepth element should be set to true if the caliper can measure the depth of a hole. Otherwise, it should be set to false.</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="CaliperType"><xs:annotation><xs:documentation>The CaliperType defines a caliper measurement device.</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 caliper.</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 caliper.</xs:documentation></xs:annotation></xs:element><xs:element name="CanMeasureInnerD" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional CanMeasureInnerD element should be set to true if the caliper can measure an inner diameter. Otherwise, it should be set to false.</xs:documentation></xs:annotation></xs:element><xs:element name="CanMeasureOuterD" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional CanMeasureOuterD element should be set to true if the caliper can measure an outer diameter. Otherwise, it should be set to false.</xs:documentation></xs:annotation></xs:element><xs:element name="CanMeasureDepth" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional CanMeasureDepth element should be set to true if the caliper can measure the depth of a hole. Otherwise, it should be set to false.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>