current element (weatherType complexType) (Outlook Weather Information Schema)
Specifies the current weather conditions.
Element information
Property | Value |
---|---|
Element type |
currentType |
Namespace |
http://schemas.microsoft.com/office/outlook/15/getweatherinfo.xsd |
Schema file |
getweatherinfo.xsd |
Definition
<xs:element name="current" type="currentType">
</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 today's date. | A value of the type xs:date |
day |
xs:string |
optional |
Specifies a day for the forecast. | A value of the type xs:string |
feelslike |
xs:integer |
required |
Specifies the temperature of how the current weather feels like. | A value of the type xs:integer |
humidity |
xs:integer |
required |
Specifies the current numerical humidity value. | A value of the type xs:integer |
observationpoint |
xs:string |
required |
Specifies where the current weather information is observed from. | A value of the type xs:string |
observationtime |
xs:time |
required |
Specifies when the current weather information is observed at. | A value of the type xs:time |
shortday |
xs:string |
optional |
Specifies a day in abbreviated form. | A value of the type xs:string |
skycode |
xs:integer |
required |
Specifies an integer code for the current weather conditions. | A value of the type xs:integer |
skytext |
xs:string |
required |
Specifies one to two words describing current weather conditions. | A value of the type xs:string |
temperature |
xs:integer |
required |
Specifies the current temperature of the location. | A value of the type xs:integer |
winddisplay |
xs:string |
required |
A string that describes the current wind conditions. | A value of the type xs:string |
windspeed |
xs:integer |
required |
Specifies the current numerical wind speed value. | A value of the type xs:integer |