Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CharacteristicItemBaseType / Name
Annotations
The optional Name element is the name of the characteristic.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
Source
<xs:element name="Name" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Name element is the name of the characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicItemBaseType / CharacteristicDesignator
Annotations
The optional CharacteristicDesignator element is the designator of a characteristic together with an optional level of criticality and optional UUID. The designator element of the CharacteristicDesignator will typically be at the most general level when used in this CharacteristicDefinitionBaseType. For example, an instance of CharacteristicDefinitionBaseType might have a CharacteristicDesignator element with the Designator K. Then there might be three instances of CharacteristicItemBaseType referencing the CharacteristicDefinitionBaseType instance and having CharacteristicDesignator elements using Designators K-1, K-2, and K-3.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicDesignatorType.tmp#CharacteristicDesignatorType_Designator Characteristics_xsd_Complex_Type_CharacteristicDesignatorType.tmp#CharacteristicDesignatorType_UUID Characteristics_xsd_Complex_Type_CharacteristicDesignatorType.tmp#CharacteristicDesignatorType_Criticality Characteristics_xsd_Complex_Type_CharacteristicDesignatorType.tmp#CharacteristicDesignatorType_Balloon Characteristics_xsd_Complex_Type_CharacteristicDesignatorType.tmp#CharacteristicDesignatorType
Type CharacteristicDesignatorType
Properties
content complex
minOccurs 0
Children Balloon, Criticality, Designator, UUID
Instance
<CharacteristicDesignator xmlns="http://qifstandards.org/xsd/qif3">
  <Designator>{1,1}</Designator>
  <UUID>{0,1}</UUID>
  <Criticality>{0,1}</Criticality>
  <Balloon>{0,1}</Balloon>
</CharacteristicDesignator>
Source
<xs:element name="CharacteristicDesignator" type="CharacteristicDesignatorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CharacteristicDesignator element is the designator of a characteristic together with an optional level of criticality and optional UUID. The designator element of the CharacteristicDesignator will typically be at the most general level when used in this CharacteristicDefinitionBaseType. For example, an instance of CharacteristicDefinitionBaseType might have a CharacteristicDesignator element with the Designator K. Then there might be three instances of CharacteristicItemBaseType referencing the CharacteristicDefinitionBaseType instance and having CharacteristicDesignator elements using Designators K-1, K-2, and K-3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicItemBaseType / FeatureItemIds
Annotations
The optional FeatureItemIds element is a list of the QIF ids of the instances of FeatureItemType to which the CharacteristicItem applies.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<FeatureItemIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</FeatureItemIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="FeatureItemIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FeatureItemIds element is a list of the QIF ids of the instances of FeatureItemType to which the CharacteristicItem applies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicItemBaseType / SubstituteFeatureAlgorithm
Annotations
The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the feature or features. This setting overrides any substitute feature algorithm defined on the feature nominal or feature item for the purpose of evaluating this characteristic. This setting overrides the optional substitute feature algorithm on the characteristic nominal.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_SubstituteFeatureAlgorithmEnum IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_SubstituteFeatureAlgorithmId IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_OtherSubstituteFeatureAlgorithm IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType
Type SubstituteFeatureAlgorithmType
Properties
content complex
minOccurs 0
Children Attributes, OtherSubstituteFeatureAlgorithm, SubstituteFeatureAlgorithmEnum, SubstituteFeatureAlgorithmId
Instance
<SubstituteFeatureAlgorithm xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <SubstituteFeatureAlgorithmEnum>{1,1}</SubstituteFeatureAlgorithmEnum>
  <SubstituteFeatureAlgorithmId xId="">{1,1}</SubstituteFeatureAlgorithmId>
  <OtherSubstituteFeatureAlgorithm>{1,1}</OtherSubstituteFeatureAlgorithm>
</SubstituteFeatureAlgorithm>
Source
<xs:element name="SubstituteFeatureAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the feature or features. This setting overrides any substitute feature algorithm defined on the feature nominal or feature item for the purpose of evaluating this characteristic. This setting overrides the optional substitute feature algorithm on the characteristic nominal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicItemBaseType / NotableEventIds
Annotations
The optional NotableEventIds element is a list of QIF ids of notable events associated with the measurement of the characteristic.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<NotableEventIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</NotableEventIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="NotableEventIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional NotableEventIds element is a list of QIF ids of notable events associated with the measurement of the characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicItemBaseType / MeasurementDeviceIds
Annotations
The optional MeasurementDeviceIds element is a list of references to the measurement devices that may be used in the inspection of the characteristic.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<MeasurementDeviceIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</MeasurementDeviceIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="MeasurementDeviceIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MeasurementDeviceIds element is a list of references to the measurement devices that may be used in the inspection of the characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicItemBaseType / CharacteristicNominalId
Annotations
The CharacteristicNominalId element is the QIF id of the nominal 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="CharacteristicNominalId" type="QIFReferenceFullType">
  <xs:annotation>
    <xs:documentation>The CharacteristicNominalId element is the QIF id of the nominal characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicItemBaseType / LocationOnDrawing
Annotations
The optional LocationOnDrawing element gives information about the location of the characteristic callout on a printed drawing or in a digital model.
Diagram
Diagram Characteristics_xsd_Complex_Type_LocationOnDrawingType.tmp#LocationOnDrawingType_DrawingId Characteristics_xsd_Complex_Type_LocationOnDrawingType.tmp#LocationOnDrawingType_SheetNumber Characteristics_xsd_Complex_Type_LocationOnDrawingType.tmp#LocationOnDrawingType_DrawingZone Characteristics_xsd_Complex_Type_LocationOnDrawingType.tmp#LocationOnDrawingType_ModelId Characteristics_xsd_Complex_Type_LocationOnDrawingType.tmp#LocationOnDrawingType_View Characteristics_xsd_Complex_Type_LocationOnDrawingType.tmp#LocationOnDrawingType_ViewId Characteristics_xsd_Complex_Type_LocationOnDrawingType.tmp#LocationOnDrawingType
Type LocationOnDrawingType
Properties
content complex
minOccurs 0
Children DrawingId, DrawingZone, ModelId, SheetNumber, View, ViewId
Instance
<LocationOnDrawing xmlns="http://qifstandards.org/xsd/qif3">
  <DrawingId asmPathId="" asmPathXId="" xId="">{1,1}</DrawingId>
  <SheetNumber>{0,1}</SheetNumber>
  <DrawingZone>{0,1}</DrawingZone>
  <ModelId asmPathId="" asmPathXId="" xId="">{1,1}</ModelId>
  <View>{1,1}</View>
  <ViewId asmPathId="" asmPathXId="" xId="">{1,1}</ViewId>
</LocationOnDrawing>
Source
<xs:element name="LocationOnDrawing" type="LocationOnDrawingType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional LocationOnDrawing element gives information about the location of the characteristic callout on a printed drawing or in a digital model.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicItemBaseType / VirtualMeasurement
Annotations
The optional VirtualMeasurement element represents a virtual measurement of the characteristic item. Knowing the id of the VirtualMeasurement enables finding the characteristic item with which the VirtualMeasurement is associated.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_VirtualMeasurementType.tmp#VirtualMeasurementType_id IntermediatesPMI_xsd_Complex_Type_VirtualMeasurementType.tmp#VirtualMeasurementType
Type VirtualMeasurementType
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the virtual characteristic measurement, used for referencing.
Source
<xs:element name="VirtualMeasurement" type="VirtualMeasurementType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional VirtualMeasurement element represents a virtual measurement of the characteristic item. Knowing the id of the VirtualMeasurement enables finding the characteristic item with which the VirtualMeasurement is associated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CharacteristicItemBaseType
Annotations
The CharacteristicItemBaseType is the abstract base type that defines information common to all characteristic items.
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_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_Name Characteristics_xsd_Complex_Type_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_FeatureItemIds Characteristics_xsd_Complex_Type_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_NotableEventIds Characteristics_xsd_Complex_Type_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_MeasurementDeviceIds Characteristics_xsd_Complex_Type_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_CharacteristicNominalId Characteristics_xsd_Complex_Type_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_LocationOnDrawing Characteristics_xsd_Complex_Type_CharacteristicItemBaseType.tmp#CharacteristicItemBaseType_VirtualMeasurement
Type extension of CharacteristicBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes, CharacteristicDesignator, CharacteristicNominalId, Description, FeatureItemIds, LocationOnDrawing, MeasurementDeviceIds, Name, NotableEventIds, SubstituteFeatureAlgorithm, VirtualMeasurement
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="CharacteristicItemBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The CharacteristicItemBaseType is the abstract base type that defines information common to all characteristic items.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicBaseType">
      <xs:sequence>
        <xs:element name="Name" type="xs:token" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Name element is the name of the characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CharacteristicDesignator" type="CharacteristicDesignatorType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CharacteristicDesignator element is the designator of a characteristic together with an optional level of criticality and optional UUID. The designator element of the CharacteristicDesignator will typically be at the most general level when used in this CharacteristicDefinitionBaseType. For example, an instance of CharacteristicDefinitionBaseType might have a CharacteristicDesignator element with the Designator K. Then there might be three instances of CharacteristicItemBaseType referencing the CharacteristicDefinitionBaseType instance and having CharacteristicDesignator elements using Designators K-1, K-2, and K-3.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="FeatureItemIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional FeatureItemIds element is a list of the QIF ids of the instances of FeatureItemType to which the CharacteristicItem applies.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SubstituteFeatureAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the feature or features. This setting overrides any substitute feature algorithm defined on the feature nominal or feature item for the purpose of evaluating this characteristic. This setting overrides the optional substitute feature algorithm on the characteristic nominal.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NotableEventIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional NotableEventIds element is a list of QIF ids of notable events associated with the measurement of the characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MeasurementDeviceIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MeasurementDeviceIds element is a list of references to the measurement devices that may be used in the inspection of the characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CharacteristicNominalId" type="QIFReferenceFullType">
          <xs:annotation>
            <xs:documentation>The CharacteristicNominalId element is the QIF id of the nominal characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="LocationOnDrawing" type="LocationOnDrawingType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional LocationOnDrawing element gives information about the location of the characteristic callout on a printed drawing or in a digital model.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="VirtualMeasurement" type="VirtualMeasurementType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional VirtualMeasurement element represents a virtual measurement of the characteristic item. Knowing the id of the VirtualMeasurement enables finding the characteristic item with which the VirtualMeasurement is associated.</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