actionOrderType

<h:div class="summary">Describes whether child elements are sequential or parallel.</h:div>
<h:div class="description">There is no default.</h:div>

Simple Type Information

Used By

Attribute actionOrder/@order

Source

<xsd:simpleType id="st.actionOrderType" name="actionOrderType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">Describes whether child elements are sequential or parallel.</h:div>
      <h:div class="description">There is no default.</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="sequential"/>
    <xsd:enumeration value="parallel"/>
  </xsd:restriction>
</xsd:simpleType>