PostCondition

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.

Source

<xsd:element name="PostCondition" type="ConditionExpressionType" minOccurs="0" maxOccurs="unbounded"/>

Sample