Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element MeasureEvaluateSpecifiedActionType / CharacteristicItemIds
Annotations
The CharacteristicItemIds element is a list of the QIF ids of characteristic items that are to be evaluated.
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
<CharacteristicItemIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</CharacteristicItemIds>
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="CharacteristicItemIds" type="ArrayReferenceType">
  <xs:annotation>
    <xs:documentation>The CharacteristicItemIds element is a list of the QIF ids of characteristic items that are to be evaluated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type MeasureEvaluateSpecifiedActionType
Annotations
The MeasureEvaluateSpecifiedActionType defines an action that means: measure whatever is necessary in order to find CharacteristicMeasurements for the CharacteristicItems whose QIF ids are specified, and find those measurements. For any FeatureItems that are measured, also 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_MeasureEvaluateSpecifiedActionType.tmp#MeasureEvaluateSpecifiedActionType_CharacteristicItemIds
Type extension of ActionBaseType
Type hierarchy
Used by
Children AlternativeActionMethodIds, Attributes, CharacteristicItemIds, PreferredActionMethodId, PreferredResourceIds, WorkInstructionIds
Source
<xs:complexType name="MeasureEvaluateSpecifiedActionType">
  <xs:annotation>
    <xs:documentation>The MeasureEvaluateSpecifiedActionType defines an action that means: measure whatever is necessary in order to find CharacteristicMeasurements for the CharacteristicItems whose QIF ids are specified, and find those measurements. For any FeatureItems that are measured, also populate the corresponding FeatureMeasurements with values.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ActionBaseType">
      <xs:sequence>
        <xs:element name="CharacteristicItemIds" type="ArrayReferenceType">
          <xs:annotation>
            <xs:documentation>The CharacteristicItemIds element is a list of the QIF ids of characteristic items that are to be evaluated.</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