forecastElements element

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

A wrapper over list of ForecastElementInfo.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <forecastElements> <count>...</count> <forecastElement>...</forecastElement> <forecastElement>...</forecastElement> <!--...more "forecastElement" elements...--> </forecastElements>

Example JSON

{ "count" : ..., "forecastElementInfo" : [ { }, { } ] }