<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>