<xs:element name="InternalExternal" type="InternalExternalEnumType"><xs:annotation><xs:documentation>The InternalExternal element indicates whether the feature is internal or external.</xs:documentation></xs:annotation></xs:element>
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="ThreadSpecificationId" type="QIFReferenceType"><xs:annotation><xs:documentation>The ThreadSpecificationId element is the QIF id of the thread specification for the thread feature. This must be the QIF id of a thread specification.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the nominal length of the threaded feature from the starting point in the direction of the threaded feature axis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Bottom" type="BottomType" minOccurs="0"><xs:annotation><xs:documentation>The optional Bottom element describes the bottom type of the threaded feature.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ThreadedFeatureDefinitionType"><xs:annotation><xs:documentation>The ThreadedFeatureDefinitionType defines the threaded feature nominal information that can be common to one or more threaded features.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SpecifiedFeatureDefinitionBaseType"><xs:sequence><xs:element name="InternalExternal" type="InternalExternalEnumType"><xs:annotation><xs:documentation>The InternalExternal element indicates whether the feature is internal or external.</xs:documentation></xs:annotation></xs:element><xs:element name="ThreadSpecificationId" type="QIFReferenceType"><xs:annotation><xs:documentation>The ThreadSpecificationId element is the QIF id of the thread specification for the thread feature. This must be the QIF id of a thread specification.</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the nominal length of the threaded feature from the starting point in the direction of the threaded feature axis.</xs:documentation></xs:annotation></xs:element><xs:element name="Bottom" type="BottomType" minOccurs="0"><xs:annotation><xs:documentation>The optional Bottom element describes the bottom type of the threaded feature.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>