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

Properties
This component is not nillable.

Model
<Loop
  LoopType = xsd:NMTOKEN>
(LoopStandard | LoopMultiInstance)
</Loop>


Nested Element Summary
 LoopMultiInstance
          
 LoopStandard
          

Attribute Summary
 xsd:NMTOKENLoopType
          

Attribute Detail

LoopType

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

Source
<xsd:element name="Loop">
<xsd:complexType>
<xsd:choice>
<xsd:element ref="xpdl:LoopStandard"/>
<xsd:element ref="xpdl:LoopMultiInstance"/>
</xsd:choice>
<xsd:attribute name="LoopType" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Standard"/>
<xsd:enumeration value="MultiInstance"/>
</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.