2.50.1 Parameter.Name

The Parameter.Name attribute specifies the name of the parameter.

The Parameter.Name attribute MUST be specified. Its value MUST be a nonempty String that is unique among all Parameter.Name attribute values specified in the query, that is, those under the same SemanticQuery element. The value of the Parameter.Name attribute MUST NOT be one of the two reserved parameter names "DrillthroughContext" or "DrillthroughSourceQuery".

The following is the parent element of the Parameter.Name attribute.

Parent elements

Parameter

The following is the XML Schema definition of the Parameter.Name attribute.

 <xsd:attribute name="Name" type="NonEmptyString" use="required" />