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

Properties
This component is not nillable.

Model
<LoopStandard
  LoopMaximum = xsd:integer
  TestTime = xsd:NMTOKEN>
LoopCondition?
</LoopStandard>


Nested Element Summary
xpdl:ExpressionTypeLoopCondition
          

Attribute Summary
 xsd:integerLoopMaximum
          
 xsd:NMTOKENTestTime
          

Attribute Detail

LoopMaximum

Type:
xsd:integer
Use:
optional
Form:
unqualified

TestTime

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

Source
<xsd:element name="LoopStandard">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="LoopCondition" type="xpdl:ExpressionType"/>
</xsd:sequence>
<xsd:attribute name="LoopMaximum" type="xsd:integer" use="optional"/>
<xsd:attribute name="TestTime" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Before"/>
<xsd:enumeration value="After"/>
</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.