Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element EvaluateSpecifiedCharacteristicsActionType / 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 EvaluateSpecifiedCharacteristicsActionType
Annotations
The EvaluateSpecifiedCharacteristicsActionType defines an action that means: find CharacteristicMeasurements for the CharacteristicItems whose QIF ids are specified. Do not measure anything while performing this action. All features that need to be measured in order to evaluate the CharacteristicMeasurements must already be measured.
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_EvaluateSpecifiedCharacteristicsActionType.tmp#EvaluateSpecifiedCharacteristicsActionType_CharacteristicItemIds
Type extension of ActionBaseType
Type hierarchy
Used by
Children AlternativeActionMethodIds, Attributes, CharacteristicItemIds, PreferredActionMethodId, PreferredResourceIds, WorkInstructionIds
Source
<xs:complexType name="EvaluateSpecifiedCharacteristicsActionType">
  <xs:annotation>
    <xs:documentation>The EvaluateSpecifiedCharacteristicsActionType defines an action that means: find CharacteristicMeasurements for the CharacteristicItems whose QIF ids are specified. Do not measure anything while performing this action. All features that need to be measured in order to evaluate the CharacteristicMeasurements must already be measured.</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