Showing:

Annotations
Diagrams
Source
Used by
Complex Type WhileActionGroupType
Annotations
The WhileActionGroupType represents a loop. To execute a WhileActionGroupType, evaluate the BooleanExpression. If the BooleanExpression evaluates to true, execute the PlanElement. Repeat evaluating and executing as long as the BooleanExpression evaluates to true. The first time the BooleanExpression evaluates to false, return. If the BooleanExpression evaluates to false the first time it is evaluated, the PlanElement is never executed.
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_ActionGroupBaseType.tmp#ActionGroupBaseType_MeasureActionGroupFunction QIFPlan_xsd_Complex_Type_ActionGroupBaseType.tmp#ActionGroupBaseType GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression QIFPlan_xsd_Element_PlanElement.tmp#PlanElement
Type extension of ActionGroupBaseType
Type hierarchy
Used by
Children Attributes, BooleanExpression, MeasureActionGroupFunction, PlanElement, WorkInstructionIds
Source
<xs:complexType name="WhileActionGroupType">
  <xs:annotation>
    <xs:documentation>The WhileActionGroupType represents a loop. To execute a WhileActionGroupType, evaluate the BooleanExpression. If the BooleanExpression evaluates to true, execute the PlanElement. Repeat evaluating and executing as long as the BooleanExpression evaluates to true. The first time the BooleanExpression evaluates to false, return. If the BooleanExpression evaluates to false the first time it is evaluated, the PlanElement is never executed.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ActionGroupBaseType">
      <xs:sequence>
        <xs:element ref="BooleanExpression">
          <xs:annotation>
            <xs:documentation>The BooleanExpression element is the test.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="PlanElement">
          <xs:annotation>
            <xs:documentation>The PlanElement element is the element to execute if the the test evaluates to true.</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