Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ThreadSpecificationType / SingleLeadSpecification
Annotations
The SingleLeadSpecification element is the verbose single lead thread specification.
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 IntermediatesPMI_xsd_Complex_Type_SingleLeadThreadSpecificationType.tmp#SingleLeadThreadSpecificationType
Type SingleLeadThreadSpecificationType
Type hierarchy
Properties
content complex
Children Attributes, CrestDiameterToleranceClass, Diameter, LeftHanded, ModifiedThread, ThreadDensity, ThreadLengthEngagement, ThreadSeries, ThreadToleranceClass
Instance
<SingleLeadSpecification id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Diameter decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Diameter>
  <ThreadSeries>{1,1}</ThreadSeries>
  <ThreadToleranceClass>{1,1}</ThreadToleranceClass>
  <CrestDiameterToleranceClass>{0,1}</CrestDiameterToleranceClass>
  <LeftHanded>{0,1}</LeftHanded>
  <ModifiedThread>{0,1}</ModifiedThread>
  <ThreadLengthEngagement decimalPlaces="" linearUnit="" significantFigures="">{0,1}</ThreadLengthEngagement>
  <Attributes n="">{0,1}</Attributes>
  <ThreadDensity decimalPlaces="" significantFigures="">{1,1}</ThreadDensity>
</SingleLeadSpecification>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the thread specification, used for referencing.
Source
<xs:element name="SingleLeadSpecification" type="SingleLeadThreadSpecificationType">
  <xs:annotation>
    <xs:documentation>The SingleLeadSpecification element is the verbose single lead thread specification.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ThreadSpecificationType / MultiLeadSpecification
Annotations
The MultiLeadSpecification element is the verbose multi-lead thread specification.
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_MultiLeadThreadSpecificationType.tmp#MultiLeadThreadSpecificationType_ThreadPitch IntermediatesPMI_xsd_Complex_Type_MultiLeadThreadSpecificationType.tmp#MultiLeadThreadSpecificationType_ThreadLeadDistance IntermediatesPMI_xsd_Complex_Type_MultiLeadThreadSpecificationType.tmp#MultiLeadThreadSpecificationType_ThreadLeadStarts IntermediatesPMI_xsd_Complex_Type_MultiLeadThreadSpecificationType.tmp#MultiLeadThreadSpecificationType
Type MultiLeadThreadSpecificationType
Type hierarchy
Properties
content complex
Children Attributes, CrestDiameterToleranceClass, Diameter, LeftHanded, ModifiedThread, ThreadLeadDistance, ThreadLeadStarts, ThreadLengthEngagement, ThreadPitch, ThreadSeries, ThreadToleranceClass
Instance
<MultiLeadSpecification id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Diameter decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Diameter>
  <ThreadSeries>{1,1}</ThreadSeries>
  <ThreadToleranceClass>{1,1}</ThreadToleranceClass>
  <CrestDiameterToleranceClass>{0,1}</CrestDiameterToleranceClass>
  <LeftHanded>{0,1}</LeftHanded>
  <ModifiedThread>{0,1}</ModifiedThread>
  <ThreadLengthEngagement decimalPlaces="" linearUnit="" significantFigures="">{0,1}</ThreadLengthEngagement>
  <Attributes n="">{0,1}</Attributes>
  <ThreadPitch decimalPlaces="" linearUnit="" significantFigures="">{1,1}</ThreadPitch>
  <ThreadLeadDistance decimalPlaces="" linearUnit="" significantFigures="">{1,1}</ThreadLeadDistance>
  <ThreadLeadStarts>{1,1}</ThreadLeadStarts>
</MultiLeadSpecification>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the thread specification, used for referencing.
Source
<xs:element name="MultiLeadSpecification" type="MultiLeadThreadSpecificationType">
  <xs:annotation>
    <xs:documentation>The MultiLeadSpecification element is the verbose multi-lead thread specification.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ThreadSpecificationType / TextThreadSpecification
Annotations
The TextThreadSpecification element is a thread specification in natural language.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_TextThreadSpecificationType.tmp#TextThreadSpecificationType_id IntermediatesPMI_xsd_Complex_Type_TextThreadSpecificationType.tmp#TextThreadSpecificationType_TextSpecification IntermediatesPMI_xsd_Complex_Type_TextThreadSpecificationType.tmp#TextThreadSpecificationType
Type TextThreadSpecificationType
Properties
content complex
Children TextSpecification
Instance
<TextThreadSpecification id="" xmlns="http://qifstandards.org/xsd/qif3">
  <TextSpecification>{1,1}</TextSpecification>
</TextThreadSpecification>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the thread specification, used for referencing.
Source
<xs:element name="TextThreadSpecification" type="TextThreadSpecificationType">
  <xs:annotation>
    <xs:documentation>The TextThreadSpecification element is a thread specification in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ThreadSpecificationType
Annotations
The ThreadSpecificationType defines the thread specification.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationType.tmp#ThreadSpecificationType_SingleLeadSpecification IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationType.tmp#ThreadSpecificationType_MultiLeadSpecification IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationType.tmp#ThreadSpecificationType_TextThreadSpecification
Used by
Children MultiLeadSpecification, SingleLeadSpecification, TextThreadSpecification
Source
<xs:complexType name="ThreadSpecificationType">
  <xs:annotation>
    <xs:documentation>The ThreadSpecificationType defines the thread specification.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="SingleLeadSpecification" type="SingleLeadThreadSpecificationType">
      <xs:annotation>
        <xs:documentation>The SingleLeadSpecification element is the verbose single lead thread specification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MultiLeadSpecification" type="MultiLeadThreadSpecificationType">
      <xs:annotation>
        <xs:documentation>The MultiLeadSpecification element is the verbose multi-lead thread specification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TextThreadSpecification" type="TextThreadSpecificationType">
      <xs:annotation>
        <xs:documentation>The TextThreadSpecification element is a thread specification in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd