Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ThreadedFeatureDefinitionType / InternalExternal
Annotations
The InternalExternal element indicates whether the feature is internal or external.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_InternalExternalEnumType.tmp#InternalExternalEnumType
Type InternalExternalEnumType
Properties
content simple
Facets
enumeration INTERNAL
enumeration EXTERNAL
enumeration NOT_APPLICABLE
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ThreadedFeatureDefinitionType / ThreadSpecificationId
Annotations
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.
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 feature. 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/Features.xsd
Element ThreadedFeatureDefinitionType / Length
Annotations
The optional Length element is the nominal length of the threaded feature from the starting point in the direction of the threaded feature axis.
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 Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ThreadedFeatureDefinitionType / Bottom
Annotations
The optional Bottom element describes the bottom type of the threaded feature.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_BottomType.tmp#BottomType_BottomEnum PrimitivesPMI_xsd_Complex_Type_BottomType.tmp#BottomType_OtherBottom PrimitivesPMI_xsd_Complex_Type_BottomType.tmp#BottomType
Type BottomType
Properties
content complex
minOccurs 0
Children BottomEnum, OtherBottom
Instance
<Bottom xmlns="http://qifstandards.org/xsd/qif3">
  <BottomEnum>{1,1}</BottomEnum>
  <OtherBottom>{1,1}</OtherBottom>
</Bottom>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type ThreadedFeatureDefinitionType
Annotations
The ThreadedFeatureDefinitionType defines the threaded feature nominal information that can be common to one or more threaded features.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureDefinitionBaseType.tmp#FeatureDefinitionBaseType Features_xsd_Complex_Type_ShapeFeatureDefinitionBaseType.tmp#ShapeFeatureDefinitionBaseType Features_xsd_Complex_Type_SpecifiedFeatureDefinitionBaseType.tmp#SpecifiedFeatureDefinitionBaseType Features_xsd_Complex_Type_ThreadedFeatureDefinitionType.tmp#ThreadedFeatureDefinitionType_InternalExternal Features_xsd_Complex_Type_ThreadedFeatureDefinitionType.tmp#ThreadedFeatureDefinitionType_ThreadSpecificationId Features_xsd_Complex_Type_ThreadedFeatureDefinitionType.tmp#ThreadedFeatureDefinitionType_Length Features_xsd_Complex_Type_ThreadedFeatureDefinitionType.tmp#ThreadedFeatureDefinitionType_Bottom
Type extension of SpecifiedFeatureDefinitionBaseType
Type hierarchy
Used by
Children Attributes, Bottom, InternalExternal, Length, ThreadSpecificationId
Attributes
QName Type Use Annotation
id QIFIdType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd