An expression element that can be evaluated and provide a TRUE or FALSE. Multiple Condition Expression languages and expressions can be used. Note: The capability whereby multiple Condition Expression languages and expressions can be used was expanded (as well as its use with variables) in v2.0. |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| defaultValue | xsd:string | optional |
|
||||
| expression | xsd:string | required |
|
||||
| expressionLanguage | ExpressionLanguageType | required |
|
| Elements | FromLink, ToLink, Variable |
| Complex Types | BusinessDocumentType, BusinessStateLinkType, SignalType |
<xsd:element name="ConditionExpression"> <xsd:annotation> <xsd:documentation>An expression element that can be evaluated and provide a TRUE or FALSE. Multiple Condition Expression languages and expressions can be used. Note: The capability whereby multiple Condition Expression languages and expressions can be used was expanded (as well as its use with variables) in v2.0.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:complexContent> <xsd:extension base="ConditionExpressionType"/> </xsd:complexContent> </xsd:complexType> </xsd:element> |