Skip to content

Commit a42577b

Browse files
committed
INFO name=warning basic proposal
1 parent 2688499 commit a42577b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

ConeSearch.tex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)