<remark><p>Add missing "one" in a sentence (editorial).</p></remark>
</revision>
<revision>
<version>2.12.0</version>
<date>2021-02-27</date>
@ -303,7 +309,7 @@
<section2topic='Multiple Items in Form Results'anchor='protocol-results'>
<p>In some contexts (e.g., the results of a search request), it may be necessary to communicate multiple items. Therefore, a data form of type "result" MAY contain two child elements not described in the basic syntax above:</p>
<ol>
<li>One and only <reported/> element, which can be understood as a "table header" describing the data to follow.</li>
<li>One and only one <reported/> element, which can be understood as a "table header" describing the data to follow.</li>
<li>Zero or more <item/> elements, which can be understood as "table cells" containing data (if any) that matches the request.</li>
</ol>
<p>The <reported/> element MUST appear before any <item/> element inside the <x/> element.</p>