tExpression

Complex Type Information

Model

ANY element from ANY namespace

Attributes

QName Type Fixed Default Use Inheritable Annotation
expressionLanguage xsd:anyURI optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Source

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