<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> |