statistics element

Type: statistics
Namespace: (default namespace)
XML Schema: ns0.xsd

A container for a list of external stats.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <statistics> <csrfToken>...</csrfToken> <statistic> <timestamp>...</timestamp> <name>...</name> <description>...</description> <period>...</period> <value>...</value> <id>...</id> </statistic> <statistic> <!--...--> </statistic> <!--...more "statistic" elements...--> </statistics>