diff --git a/xep-0004.xml b/xep-0004.xml index ff381810..304eade5 100644 --- a/xep-0004.xml +++ b/xep-0004.xml @@ -303,7 +303,7 @@

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:

    -
  1. One and only <reported/> element, which can be understood as a "table header" describing the data to follow.
  2. +
  3. One and only one <reported/> element, which can be understood as a "table header" describing the data to follow.
  4. Zero or more <item/> elements, which can be understood as "table cells" containing data (if any) that matches the request.

The <reported/> element MUST appear before any <item/> element inside the <x/> element.