File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,8 +203,14 @@ \subsection{Query resource}
203203 specify their meaning or usage. If a query includes an optional parameter,
204204 either one specified by this document or not, that is not supported by
205205 the service implementation, the service can ignore it. In this
206- case it is encouraged to add an INFO element in the response to
207- include the parsing report for the ignored parameter.
206+ case it is encouraged to add, in the response, an INFO element with the
207+ \verb |name | attribute set to \verb |warning | to include the parsing report
208+ for the ignored parameter, like:
209+ \ begin{lstlisting} [language=XML]
210+ <INFO name="warning"
211+ value="Unrecognized optional/custom parameters.
212+ Ignored: TIME, MAG_V"/>
213+ \end {lstlisting }
208214 \end {itemize }
209215
210216 A query following this syntax represents a request for
You can’t perform that action at this time.
0 commit comments