The Request type contains a a state describing the records to be selected and how
they are viewed and multiple content element configurations to describe what summarizations are
to be performed.
Both the state and the content element configurations are first transformed by the specified
operators, which describe how a request to the MDEX is to differ from the prior request.
Typically, a Request is constructed from the Results returned by a
previous invocation. The State and ContentElementConfig elements
are obtained from the Request element in the prior Results. The
Operator sequence will usually be obtained by choosing embedded operators from the
ContentElement sequence in the prior Results.
The requester may also attach arbitrary XML to the request via the PassThrough
element, to be returned unchanged in the response.
This attribute is required.
Its form is unqualified.
Show details.
Base type of HandlerFunction is string. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
This attribute is required.
Its form is unqualified.
Show details.
Base type of HandlerNamespace is string. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
This attribute is required.
Its form is unqualified.
Show details.
Base type of Id is string. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
type contains a a state describing the records to be selected and how
they are viewed and multiple content element configurations to describe what summarizations are
to be performed.
Both the state and the content element configurations are first transformed by the specified
operators, which describe how a request to the MDEX is to differ from the prior request.
Typically, a
<code>Request</code>
is constructed from the
<code>Results</code>
returned by a
previous invocation. The
<code>State</code>
and
<code>ContentElementConfig</code>
elements
are obtained from the
<code>Request</code>
element in the prior
<code>Results</code>
. The
<code>Operator</code>
sequence will usually be obtained by choosing embedded operators from the
<code>ContentElement</code>
sequence in the prior
<code>Results</code>
.
The requester may also attach arbitrary XML to the request via the
<code>PassThrough</code>
element, to be returned unchanged in the response.