Skip to content

Commit

Permalink
GMP doc: add C_COUNT to AGGREGATE/OVERALL in GET_AGGREGATES
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and a-h-abdelsalam committed Jul 11, 2024
1 parent b70119b commit 156028a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8107,6 +8107,7 @@ END:VCALENDAR
<summary>Aggregate data for all resources of the selected type</summary>
<pattern>
<e>count</e>
<e>c_count</e>
<e>min</e>
<e>max</e>
<e>mean</e>
Expand All @@ -8117,6 +8118,12 @@ END:VCALENDAR
<summary>Overall number of resources</summary>
<pattern><t>integer</t></pattern>
</ele>
<ele>
<name>c_count</name>
<summary>Cumulative number of resources</summary>
<description>For overall this is always the same as count.</description>
<pattern><t>integer</t></pattern>
</ele>
<ele>
<name>min</name>
<summary>Overall minimum value of the data column</summary>
Expand Down

0 comments on commit 156028a

Please sign in to comment.