Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element OriginReferenceType / FeatureNominalId
Annotations
The FeatureNominalId element is the QIF id of the first of two features involved in an angle-from characteristic or a distance-from characteristic. This must be the QIF id of a feature nominal.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
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="FeatureNominalId" type="QIFReferenceFullType">
  <xs:annotation>
    <xs:documentation>The FeatureNominalId element is the QIF id of the first of two features involved in an angle-from characteristic or a distance-from characteristic. This must be the QIF id of a feature nominal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element OriginReferenceType / ReferencedComponent
Annotations
The ReferencedComponent element indicates whether the angle or distance is evaluated with respect to the nominal or measured feature.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_ReferencedComponentEnumType.tmp#ReferencedComponentEnumType
Type ReferencedComponentEnumType
Properties
content simple
Facets
enumeration NOMINAL
enumeration ACTUAL
Source
<xs:element name="ReferencedComponent" type="ReferencedComponentEnumType">
  <xs:annotation>
    <xs:documentation>The ReferencedComponent element indicates whether the angle or distance is evaluated with respect to the nominal or measured feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element OriginReferenceType / DatumDefinitionId
Annotations
The DatumDefinitionId element is the QIF id of a datum, the first of two features involved in an angle-between characteristic or a distance-between characteristic.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
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="DatumDefinitionId" type="QIFReferenceFullType">
  <xs:annotation>
    <xs:documentation>The DatumDefinitionId element is the QIF id of a datum, the first of two features involved in an angle-between characteristic or a distance-between characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type OriginReferenceType
Annotations
The OriginReferenceType defines the origin or reference point for a tolerance between two features.
Diagram
Diagram Characteristics_xsd_Complex_Type_OriginReferenceType.tmp#OriginReferenceType_FeatureNominalId Characteristics_xsd_Complex_Type_OriginReferenceType.tmp#OriginReferenceType_ReferencedComponent Characteristics_xsd_Complex_Type_OriginReferenceType.tmp#OriginReferenceType_DatumDefinitionId
Used by
Children DatumDefinitionId, FeatureNominalId, ReferencedComponent
Source
<xs:complexType name="OriginReferenceType">
  <xs:annotation>
    <xs:documentation>The OriginReferenceType defines the origin or reference point for a tolerance between two features.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>This compositor provides a choice between an origin reference that is a nominal or measured feature and an origin reference that is a defined datum.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="FeatureNominalId" type="QIFReferenceFullType">
        <xs:annotation>
          <xs:documentation>The FeatureNominalId element is the QIF id of the first of two features involved in an angle-from characteristic or a distance-from characteristic. This must be the QIF id of a feature nominal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReferencedComponent" type="ReferencedComponentEnumType">
        <xs:annotation>
          <xs:documentation>The ReferencedComponent element indicates whether the angle or distance is evaluated with respect to the nominal or measured feature.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:element name="DatumDefinitionId" type="QIFReferenceFullType">
      <xs:annotation>
        <xs:documentation>The DatumDefinitionId element is the QIF id of a datum, the first of two features involved in an angle-between characteristic or a distance-between characteristic.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd