weatherType complexType (Outlook Weather Location Schema)
Defines the parameters about the weather conditions of a location.
Type information
Property | Value |
---|---|
Namespace |
http://schemas.microsoft.com/office/outlook/15/getweatherlocation.xsd |
Schema file |
getweatherlocation.xsd |
Extension base |
None |
Definition
<xs:complexType name="weatherType">
<xs:attribute name="weatherlocationname" type="xs:string" use="required" />
<xs:attribute name="weatherlocationcode" type="xs:string" use="required" />
</xs:complexType>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
weatherlocationcode |
xs:string |
required |
Specifies a code that is associated with the location to distinguish multiple locations with the same name. | A value of the type xs:string |
weatherlocationname |
xs:string |
required |
Specifies the name of the location. | A value of the type xs:string |