Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element MeasureSpecifiedMeasurandsActionType / MeasurandIds
Annotations
The MeasurandIds element is a list of the QIF ids of measurands that are to be measured.
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
Children Id
Instance
<MeasurandIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</MeasurandIds>
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="MeasurandIds" type="ArrayReferenceType">
  <xs:annotation>
    <xs:documentation>The MeasurandIds element is a list of the QIF ids of measurands that are to be measured.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type MeasureSpecifiedMeasurandsActionType
Annotations
The MeasureSpecifiedMeasurandsActionType defines an action that means: measure the Measurands whose QIF ids are given, and populate the corresponding FeatureMeasurements with values.
Diagram
Diagram QIFPlan_xsd_Complex_Type_PlanElementBaseType.tmp#PlanElementBaseType_WorkInstructionIds Primitives_xsd_Element_Attributes.tmp#Attributes QIFPlan_xsd_Complex_Type_PlanElementBaseType.tmp#PlanElementBaseType QIFPlan_xsd_Complex_Type_ActionBaseType.tmp#ActionBaseType_PreferredActionMethodId QIFPlan_xsd_Complex_Type_ActionBaseType.tmp#ActionBaseType_AlternativeActionMethodIds QIFPlan_xsd_Complex_Type_ActionBaseType.tmp#ActionBaseType_PreferredResourceIds QIFPlan_xsd_Complex_Type_ActionBaseType.tmp#ActionBaseType QIFPlan_xsd_Complex_Type_MeasureSpecifiedMeasurandsActionType.tmp#MeasureSpecifiedMeasurandsActionType_MeasurandIds
Type extension of ActionBaseType
Type hierarchy
Used by
Children AlternativeActionMethodIds, Attributes, MeasurandIds, PreferredActionMethodId, PreferredResourceIds, WorkInstructionIds
Source
<xs:complexType name="MeasureSpecifiedMeasurandsActionType">
  <xs:annotation>
    <xs:documentation>The MeasureSpecifiedMeasurandsActionType defines an action that means: measure the Measurands whose QIF ids are given, and populate the corresponding FeatureMeasurements with values.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ActionBaseType">
      <xs:sequence>
        <xs:element name="MeasurandIds" type="ArrayReferenceType">
          <xs:annotation>
            <xs:documentation>The MeasurandIds element is a list of the QIF ids of measurands that are to be measured.</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