forecast element (weatherType complexType) (Outlook Weather Information Schema)
Specifies the future weather conditions of at least three days ahead including today: Today, Tomorrow, Day after Tomorrow.
Element information
Value | |
---|---|
Element type |
forecastType |
Namespace |
http://schemas.microsoft.com/office/outlook/15/getweatherinfo.xsd |
Schema file |
getweatherinfo.xsd |
Definition
<xs:element name="forecast" type="forecastType" minOccurs="3" maxOccurs="unbounded" >
</xs:element>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Element | Type | Description |
---|---|---|
weather |
weatherType |
Specifies the weather conditions of a location. |
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
date |
xs:date |
required |
Specifies the date for the forecast. | A value of the type xs:date |
day |
xs:string |
required |
Specifies a day for the forecast. | A value of the type xs:string |
high |
xs:integer |
required |
Specifies the forecasted highest temperature. | A value of the type xs:integer |
low |
xs:integer |
required |
Specifies the forecasted lowest temperature. | A value of the type xs:integer |
precip |
xs:integer |
required |
Specifies the percentage possibility of precipitation. | A value of the type xs:integer |
shortday |
xs:string |
required |
Specifies a day in abbreviated form. | A value of the type xs:string |
skycodeday |
xs:integer |
required |
Specifies a code for the forecasted conditions. | A value of the type xs:integer |
skytextday |
xs:string |
required |
Specifies one to two words that describe the forecasted conditions. | A value of the type xs:string |