指定位置的天气条件。
|
值 |
命名空间
|
http://schemas.microsoft.com/office/outlook/15/getweatherinfo.xsd
|
架构文件
|
getweatherinfo.xsd
|
扩展基
|
None
|
定义
<xs:complexType name="weatherType">
<xs:sequence>
<xs:element name="current" type="currentType">
</xs:element>
<xs:element name="forecast" type="forecastType" minOccurs="3" maxOccurs="unbounded" >
</xs:element>
</xs:sequence>
<xs:attribute name="weatherlocationcode" type="xs:string" use="required" />
<xs:attribute name="timezone" type="xs:integer" use="required" />
<xs:attribute name="attribution" type="xs:string" use="required" />
<xs:attribute name="degreetype" type="xs:string" use="required" />
<xs:attribute name="imagerelativeurl" type="xs:string" use="required" />
<xs:attribute name="url" type="xs:string" use="required" />
<xs:attribute name="weatherlocationname" type="xs:string" use="required" />
</xs:complexType>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
子元素
Attributes
属性 |
类型 |
必需 |
说明 |
可能的值 |
归 因
|
xs:string
|
必需
|
指定天气信息的来源。 |
xs:string 类型的值
|
degreetype
|
xs:string
|
必需
|
指定位置温度的单位,例如摄氏度。 |
C、F
|
imagerelativeurl
|
xs:string
|
必需
|
指定位置的图像的 URL。 |
xs:string 类型的值
|
时区
|
xs:integer
|
必需
|
指定 GMT 偏移量。 |
介于 -11 和 12(含)之间的值
|
url
|
xs:string
|
必需
|
指定包含指定位置的天气信息的天气服务的网页的 URL。 |
xs:string 类型的值
|
weatherlocationcode
|
xs:string
|
必需
|
指定与用于区分具有相同名称的多个位置的位置关联的代码。 |
xs:string 类型的值
|
weatherlocationname
|
xs:string
|
必需
|
指定下拉列表控件中显示的位置的名称。 |
xs:string 类型的值
|