xpdl:TimeEstimation

Element Information

Model

xpdl:WaitingTime{0,1} , xpdl:WorkingTime{0,1} , xpdl:Duration{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

Used By

Source

<xsd:element name="TimeEstimation">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:WaitingTime" minOccurs="0"/>
      <xsd:element ref="xpdl:WorkingTime" minOccurs="0"/>
      <xsd:element ref="xpdl:Duration" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample