Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element EvaluateCharacteristicMeasurandType / CharacteristicItemId
Annotations
The CharacteristicItemId element is the QIF id of the 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 characteristic item.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type EvaluateCharacteristicMeasurandType
Annotations
The EvaluateCharacteristicMeasurandType defines a measurand to measure a feature for evaluating a specified characteristic. A characteristic item provides both the characteristic and the feature item.
Diagram
Diagram QIFPlan_xsd_Complex_Type_MeasurandBaseType.tmp#MeasurandBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes QIFPlan_xsd_Complex_Type_MeasurandBaseType.tmp#MeasurandBaseType QIFPlan_xsd_Complex_Type_EvaluateCharacteristicMeasurandType.tmp#EvaluateCharacteristicMeasurandType_CharacteristicItemId
Type extension of MeasurandBaseType
Type hierarchy
Used by
Children Attributes, CharacteristicItemId
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the measurand, used for referencing.
Source
<xs:complexType name="EvaluateCharacteristicMeasurandType">
  <xs:annotation>
    <xs:documentation>The EvaluateCharacteristicMeasurandType defines a measurand to measure a feature for evaluating a specified characteristic. A characteristic item provides both the characteristic and the feature item.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="MeasurandBaseType">
      <xs:sequence>
        <xs:element name="CharacteristicItemId" type="QIFReferenceType">
          <xs:annotation>
            <xs:documentation>The CharacteristicItemId element is the QIF id of the characteristic item.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd