weatherdata element (Outlook Weather Information Schema)
Defines the weather element.
Element information
Property | Value |
---|---|
Element type |
|
Namespace |
http://schemas.microsoft.com/office/outlook/15/getweatherinfo.xsd |
Schema file |
getweatherinfo.xsd |
Definition
<xs:element name="weatherdata"
>
<xs:complexType>
<xs:sequence>
<xs:element name="weather"
type="weatherType">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
None.
Child elements
Element | Type | Description |
---|---|---|
weather |
weatherType |
Specifies the weather conditions of a location. |
Attributes
None.