QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ConditionName | xsd:string | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2' |
<xsd:element name="TriggerConditional"> <xsd:complexType> <xsd:sequence> <xsd:element name="Expression" type="xpdl:ExpressionType" minOccurs="0"/> <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="ConditionName" type="xsd:string" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> </xsd:element> |