Then

Element Information

Model

Children: Action, If

Used By

Complex Type IfType

Source

<xs:element name="Then">
  <xs:complexType mixed="true">
    <xs:choice>
      <xs:element name="Action" type="ActionType"/>
      <xs:element name="If" type="IfType"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

Sample