2.49 Parameters

The Parameters element specifies a collection of parameters whose values can be used throughout the query.

The Parameters element specifies a collection of Parameter elements. This element MUST contain at least one Parameters.Parameter element and can contain more.

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

Parent elements

SemanticQuery

Child elements

Parameters.Parameter

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

 <xsd:complexType name="ParametersType">
   <xsd:sequence>
     <xsd:element name="Parameter" type="ParameterType" maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>