<xsd:simpleType id="st.actionOrderType" name="actionOrderType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Describes whether child elements are sequential or parallel.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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>
|