2.34 CalculatedAttributes

The CalculatedAttributes element specifies a collection of expressions that can be used throughout the query.

The CalculatedAttributes element MUST contain at least one CalculatedAttributes.Expression element and can contain more.

The following are the parent and child elements of the CalculatedAttributes element.

Parent elements

SemanticQuery

Child elements

CalculatedAttributes.Expression

The following is the XML Schema definition of the CalculatedAttributes element.

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