http://www.wfmc.org/2008/XPDL2.1
element LoopMultiInstance

Properties
This component is not nillable.

Model
<LoopMultiInstance
  MI_FlowCondition = xsd:NMTOKEN : All
  MI_Ordering = xsd:NMTOKEN>
(MI_Condition?, ComplexMI_FlowCondition? )
</LoopMultiInstance>


Nested Element Summary
xpdl:ExpressionTypeComplexMI_FlowCondition
          
xpdl:ExpressionTypeMI_Condition
          

Attribute Summary
 xsd:NMTOKENMI_FlowCondition
          
 xsd:NMTOKENMI_Ordering
          

Attribute Detail

MI_FlowCondition

Type:
based on
with :
Default:
All
Use:
optional
Form:
unqualified

MI_Ordering

Type:
based on
with :
Use:
required
Form:
unqualified

Source
<xsd:element name="LoopMultiInstance">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="MI_Condition" type="xpdl:ExpressionType"/>
<xsd:element minOccurs="0" name="ComplexMI_FlowCondition" type="xpdl:ExpressionType"/>
</xsd:sequence>
<xsd:attribute name="MI_Ordering" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Sequential"/>
<xsd:enumeration value="Parallel"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute default="All" name="MI_FlowCondition" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="None"/>
<xsd:enumeration value="One"/>
<xsd:enumeration value="All"/>
<xsd:enumeration value="Complex"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.