Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ThreadCharacteristicDefinitionType / ThreadSpecificationId
Annotations
The ThreadSpecificationId element is the QIF id of the thread specification for the thread characteristic. This must be the QIF id of a thread specification.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
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 characteristic. This must be the QIF id of a thread specification.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type ThreadCharacteristicDefinitionType
Annotations
The ThreadCharacteristicDefinitionType defines information that can be common to more than one thread characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_Description Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_Name Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_FreeState Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_StatisticalCharacteristic Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_CommonZone Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_CommonTolerance Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_MedianFeature Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_EnvelopeRequirement Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_Independency Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_UnitedOrContinuousFeature Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_SeparateZone Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType Characteristics_xsd_Complex_Type_ThreadCharacteristicDefinitionType.tmp#ThreadCharacteristicDefinitionType_ThreadSpecificationId
Type extension of CharacteristicDefinitionBaseType
Type hierarchy
Used by
Children Attributes, CharacteristicDesignator, CommonTolerance, CommonZone, Description, EnvelopeRequirement, FreeState, Independency, MedianFeature, Name, SeparateZone, StatisticalCharacteristic, ThreadSpecificationId, UnitedOrContinuousFeature
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="ThreadCharacteristicDefinitionType">
  <xs:annotation>
    <xs:documentation>The ThreadCharacteristicDefinitionType defines information that can be common to more than one thread characteristic.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicDefinitionBaseType">
      <xs:sequence>
        <xs:element name="ThreadSpecificationId" type="QIFReferenceType">
          <xs:annotation>
            <xs:documentation>The ThreadSpecificationId element is the QIF id of the thread specification for the thread characteristic. This must be the QIF id of a thread specification.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd