xpdl:TriggerTimer

BPMN: If the Trigger Type is Timer then this must be present

Element Information

Model

(xpdl:TimeDate | xpdl:TimeCycle) , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
TimeCycle xsd:string optional
Deprecated
TimeDate xsd:string optional
Deprecated
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="TriggerTimer">
  <xsd:annotation>
    <xsd:documentation>BPMN: If the Trigger Type is Timer then this must be present</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice>
        <xsd:element name="TimeDate" type="xpdl:ExpressionType"/>
        <xsd:element name="TimeCycle" type="xpdl:ExpressionType"/>
      </xsd:choice>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="TimeDate" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>Deprecated</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="TimeCycle" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>Deprecated</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample