Showing:

Annotations
Diagrams
Source
Used by
Complex Type TestAndPlanElementType
Annotations
The TestAndPlanElementType represents a test to evaluate and a plan element to execute if the test evaluates to true.
Diagram
Diagram GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression QIFPlan_xsd_Element_PlanElement.tmp#PlanElement
Used by
Children BooleanExpression, PlanElement
Source
<xs:complexType name="TestAndPlanElementType">
  <xs:annotation>
    <xs:documentation>The TestAndPlanElementType represents a test to evaluate and a plan element to execute if the test evaluates to true.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="BooleanExpression">
      <xs:annotation>
        <xs:documentation>The BooleanExpression element is a boolean expression to evaluate.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="PlanElement">
      <xs:annotation>
        <xs:documentation>The PlanElement element is the plan element to execute if the BooleanExpression evaluates to true.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd