Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element SingleLeadThreadSpecificationType / ThreadDensity
Annotations
The ThreadDensity element is the thread density for the single thread specification. The thread density is the number of threads per unit length.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType
Type SpecifiedDecimalType
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="ThreadDensity" type="SpecifiedDecimalType">
  <xs:annotation>
    <xs:documentation>The ThreadDensity element is the thread density for the single thread specification. The thread density is the number of threads per unit length.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type SingleLeadThreadSpecificationType
Annotations
The SingleLeadThreadSpecificationType defines information particular to a single lead thread.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType_id IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType_Diameter IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType_ThreadSeries IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType_ThreadToleranceClass IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType_CrestDiameterToleranceClass IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType_LeftHanded IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType_ModifiedThread IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType_ThreadLengthEngagement Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationDetailedBaseType.tmp#ThreadSpecificationDetailedBaseType IntermediatesPMI_xsd_Complex_Type_SingleLeadThreadSpecificationType.tmp#SingleLeadThreadSpecificationType_ThreadDensity
Type extension of ThreadSpecificationDetailedBaseType
Type hierarchy
Used by
Children Attributes, CrestDiameterToleranceClass, Diameter, LeftHanded, ModifiedThread, ThreadDensity, ThreadLengthEngagement, ThreadSeries, ThreadToleranceClass
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the thread specification, used for referencing.
Source
<xs:complexType name="SingleLeadThreadSpecificationType">
  <xs:annotation>
    <xs:documentation>The SingleLeadThreadSpecificationType defines information particular to a single lead thread.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ThreadSpecificationDetailedBaseType">
      <xs:sequence>
        <xs:annotation>
          <xs:documentation>For QIF 3.0, this sequence consists of the ASME Y14.6 general designation for a thread specification for a Single Lead Thread. This will accommodate a single lead thread specification of: .250-20UNC-2A MOD. The single lead thread includes Thread Density (e.g., Number of Threads per Unit). Future QIF versions may include additional thread specification elements.</xs:documentation>
        </xs:annotation>
        <xs:element name="ThreadDensity" type="SpecifiedDecimalType">
          <xs:annotation>
            <xs:documentation>The ThreadDensity element is the thread density for the single thread specification. The thread density is the number of threads per unit length.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd