connectorAssessmentExpression:compoundStatementPrototype

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
isNegated boolean optional
operator connectorCommonPart:logicalOperatorPrototype required

Used By

Source

<complexType name="compoundStatementPrototype">
  <choice minOccurs="1" maxOccurs="unbounded">
    <element ref="connectorAssessmentExpression:assessmentStatement"/>
    <element ref="connectorAssessmentExpression:compoundStatement"/>
  </choice>
  <attribute name="operator" type="connectorCommonPart:logicalOperatorPrototype" use="required"/>
  <attribute name="isNegated" type="boolean" use="optional"/>
</complexType>