Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CharacteristicMeasurementBaseType / Status
Annotations
The Status element is the tolerance condition: pass (in tolerance), fail (out of tolerance), etc.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType_CharacteristicStatusEnum Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType_OtherCharacteristicStatus Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType
Type CharacteristicStatusType
Properties
content complex
Children CharacteristicStatusEnum, OtherCharacteristicStatus
Instance
<Status xmlns="http://qifstandards.org/xsd/qif3">
  <CharacteristicStatusEnum>{1,1}</CharacteristicStatusEnum>
  <OtherCharacteristicStatus>{1,1}</OtherCharacteristicStatus>
</Status>
Source
<xs:element name="Status" type="CharacteristicStatusType">
  <xs:annotation>
    <xs:documentation>The Status element is the tolerance condition: pass (in tolerance), fail (out of tolerance), etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicMeasurementBaseType / CharacteristicItemId
Annotations
The CharacteristicItemId element is the QIF id of the associated characteristic item.
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="CharacteristicItemId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The CharacteristicItemId element is the QIF id of the associated characteristic item.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicMeasurementBaseType / TimeStamp
Annotations
The optional TimeStamp element is the date and time at which the characteristic was measured.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="TimeStamp" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TimeStamp element is the date and time at which the characteristic was measured.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicMeasurementBaseType / FeatureMeasurementIds
Annotations
The optional FeatureMeasurementIds element is a list of QIF ids of the feature measurements to which this characteristic 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
<FeatureMeasurementIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</FeatureMeasurementIds>
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="FeatureMeasurementIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FeatureMeasurementIds element is a list of QIF ids of the feature measurements to which this characteristic applies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicMeasurementBaseType / SubstituteFeatureAlgorithm
Annotations
The optional SubstituteFeatureAlgorithm element is the actual substitute feature data fitting algorithm used for the feature or features. This setting may differ from the substitute feature algorithm defined on the feature nominal, feature item, characteristic nominal or characteristic item.
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 actual substitute feature data fitting algorithm used for the feature or features. This setting may differ from the substitute feature algorithm defined on the feature nominal, feature item, characteristic nominal or characteristic item.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicMeasurementBaseType / ActualComponentId
Annotations
The optional ActualComponentId element is the QIF id of the actual component to which this characteristic applies.
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
minOccurs 0
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="ActualComponentId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ActualComponentId element is the QIF id of the actual component to which this characteristic applies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicMeasurementBaseType / MeasurementDeviceIds
Annotations
The optional MeasurementDeviceIds element is a list of references to the measurement devices 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 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 CharacteristicMeasurementBaseType / ManufacturingProcessId
Annotations
The optional ManufacturingProcessId element is a reference to the traceability information for process used to manufacture this 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
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
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="ManufacturingProcessId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ManufacturingProcessId element is a reference to the traceability information for process used to manufacture this characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicMeasurementBaseType / NotedEventIds
Annotations
The optional NotedEventIds element is a list of QIF ids of noted events that happened during the measurement of this 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
<NotedEventIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</NotedEventIds>
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="NotedEventIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional NotedEventIds element is a list of QIF ids of noted events that happened during the measurement of this characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicMeasurementBaseType / NonConformanceDesignator
Annotations
The optional NonConformanceDesignator element is an indication that the characteristic is non-conforming.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
Source
<xs:element name="NonConformanceDesignator" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional NonConformanceDesignator element is an indication that the characteristic is non-conforming.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CharacteristicMeasurementBaseType
Annotations
The CharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured characteristic evaluation holding measured/analyzed values.
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_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_Status Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_CharacteristicItemId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_TimeStamp Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_FeatureMeasurementIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ActualComponentId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_MeasurementDeviceIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ManufacturingProcessId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NotedEventIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NonConformanceDesignator
Type extension of CharacteristicBaseType
Type hierarchy
Properties
abstract true
Used by
Children ActualComponentId, Attributes, CharacteristicItemId, Description, FeatureMeasurementIds, ManufacturingProcessId, MeasurementDeviceIds, NonConformanceDesignator, NotedEventIds, Status, SubstituteFeatureAlgorithm, TimeStamp
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="CharacteristicMeasurementBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The CharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured characteristic evaluation holding measured/analyzed values.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicBaseType">
      <xs:sequence>
        <xs:element name="Status" type="CharacteristicStatusType">
          <xs:annotation>
            <xs:documentation>The Status element is the tolerance condition: pass (in tolerance), fail (out of tolerance), etc.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CharacteristicItemId" type="QIFReferenceType">
          <xs:annotation>
            <xs:documentation>The CharacteristicItemId element is the QIF id of the associated characteristic item.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="TimeStamp" type="xs:dateTime" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional TimeStamp element is the date and time at which the characteristic was measured.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="FeatureMeasurementIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional FeatureMeasurementIds element is a list of QIF ids of the feature measurements to which this characteristic 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 actual substitute feature data fitting algorithm used for the feature or features. This setting may differ from the substitute feature algorithm defined on the feature nominal, feature item, characteristic nominal or characteristic item.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ActualComponentId" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ActualComponentId element is the QIF id of the actual component to which this characteristic applies.</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 used in the inspection of the characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ManufacturingProcessId" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ManufacturingProcessId element is a reference to the traceability information for process used to manufacture this characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NotedEventIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional NotedEventIds element is a list of QIF ids of noted events that happened during the measurement of this characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NonConformanceDesignator" type="xs:token" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional NonConformanceDesignator element is an indication that the characteristic is non-conforming.</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