weatherdata element (Outlook Weather Location Schema)
Defines the weather element.
Element information
Property | Value |
---|---|
Element type |
|
Namespace |
http://schemas.microsoft.com/office/outlook/15/getweatherlocation.xsd |
Schema file |
getweatherlocation.xsd |
Definition
<xs:element name="weatherdata"
>
<xs:complexType>
<xs:sequence>
<xs:element name="weather"
type="weatherType" maxOccurs="unbounded"
>
</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 location to report weather on. |
Attributes
None.