2.55.1 Arguments.Expression

The Arguments.Expression element specifies an argument to a function.

The Arguments.Expression element MUST be specified at least once in its parent Arguments collection and can occur more than once. The Arguments.Expression element is of type Expression. The data type and cardinality of each Arguments.Expression element MUST match the requirements of the function. These requirements are listed in section 2.64.2.

The following is the parent element of the Arguments.Expression element.

Parent Elements 

Arguments

The following is the XML Schema definition of the Arguments.Expression element.

 <xsd:element name="Expression" type="ExpressionType" maxOccurs="unbounded" />