ConditionExpression

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.

Element Information

Model

Children: Documentation

Attributes

QName Type Fixed Default Use Inheritable Annotation
defaultValue xsd:string optional
Allows a default value to be specified for the Condition
	Expression. This default value is expressed as an xsd:string. To acquire an
	xsd:boolean, an XSLT constant boolean function of TRUE or FALSE may be
used.
expression xsd:string required
Defines the value for the Condition
Expression.
expressionLanguage ExpressionLanguageType required
Defines the language used for the Condition
Expression.

Used By

Source

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

Sample