<xs:element name="Axis" type="MeasuredAxisType" minOccurs="0"><xs:annotation><xs:documentation>The optional Axis element gives the measured location of the start point and the measured unit vector of the threaded feature axis.</xs:documentation></xs:annotation></xs:element>
The optional PitchDiameter element is the measured pitch diameter of the threaded feature based on the substitute feature data fitting algorithm setting.
<xs:element name="PitchDiameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional PitchDiameter element is the measured pitch diameter of the threaded feature based on the substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element>
The optional FunctionalSize element is the measured functional size of the threaded feature based on the substitute feature data fitting algorithm setting.
<xs:element name="FunctionalSize" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional FunctionalSize element is the measured functional size of the threaded feature based on the substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the measured length of the threaded feature from the starting point in the direction of the threaded feature axis.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ThreadedFeatureMeasurementType"><xs:annotation><xs:documentation>The ThreadedFeatureMeasurementType defines the threaded feature measurement information for an individual threaded feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SpecifiedFeatureMeasurementBaseType"><xs:sequence><xs:element name="Axis" type="MeasuredAxisType" minOccurs="0"><xs:annotation><xs:documentation>The optional Axis element gives the measured location of the start point and the measured unit vector of the threaded feature axis.</xs:documentation></xs:annotation></xs:element><xs:element name="PitchDiameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional PitchDiameter element is the measured pitch diameter of the threaded feature based on the substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element><xs:element name="FunctionalSize" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional FunctionalSize element is the measured functional size of the threaded feature based on the substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the measured length of the threaded feature from the starting point in the direction of the threaded feature axis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>