QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
expressionLanguage | xsd:anyURI | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace' |
Complex Types | tBoolean-expr, tBranches, tCondition, tDeadline-expr, tDuration-expr |
Elements | finalCounterValue, startCounterValue |
<xsd:complexType name="tExpression" mixed="true"> <xsd:sequence> <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> </xsd:sequence> <xsd:attribute name="expressionLanguage" type="xsd:anyURI"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> |