<xs:complexType name="ElseDoType">
<xs:annotation>
<xs:documentation>The ElseDoType represents the 'Else' part of an If-ElseIf-Else construct.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="PlanElement">
<xs:annotation>
<xs:documentation>The PlanElement element is the plan element to execute.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |