User Guide

158 Chapter 5: XML Results Reference
report-disk-usage
Description
Indicates how much hard disk space the Breeze content uses, in bytes. Includes all content and
archives.
Attributes
total
The total amount of disk usage, in bytes.
Contained tags
None (empty tag).
Returned by
report-disk-usage
Example
<report-disk-usage total="849327881" />
report-meeting-attendance
Description
Container tag; contains one or more row tags, each containing information about a user who
attended a particular meeting.
Attributes
None.
Contained tags
row
Returned by
report-meeting-attendance
Example
<report-meeting-attendance>
<row transcript-id="462409" sco-id="505267" principal-id="181255"
answered-survey="0">
<login>tennant@example.com</login>
<sco-name>My Meeting</sco-name>
<date-created>2004-01-29T00:59:15.490-08:00</date-created>
<date-closed>2004-01-29T00:59:41.470-08:00</date-closed>
<participant-name>Tennant, Pat</participant-name>
</row>
</report-meeting-attendance>