forecastType complexType (Outlook 天气信息架构)
定义有关某个位置的预报天气条件的参数。
类型信息
属性 | 值 |
---|---|
命名空间 |
http://schemas.microsoft.com/office/outlook/15/getweatherinfo.xsd |
架构文件 |
getweatherinfo.xsd |
扩展基 |
None |
定义
<xs:complexType name="forecastType">
<xs:attribute name="shortday" type="xs:string" use="required" />
<xs:attribute name="day" type="xs:string" use="required" />
<xs:attribute name="date" type="xs:date" use="required" />
<xs:attribute name="precip" type="xs:integer" use="required" />
<xs:attribute name="skytextday" type="xs:string" use="required" />
<xs:attribute name="skycodeday" type="xs:integer" use="required" />
<xs:attribute name="high" type="xs:integer" use="required" />
<xs:attribute name="low" type="xs:integer" use="required" />
</xs:complexType>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
子元素
无。
Attributes
属性 | 类型 | 必需 | 说明 | 可能的值 |
---|---|---|---|---|
date |
xs:date |
必需 |
指定预测的日期。 | xs:date 类型的值 |
一天 |
xs:string |
必需 |
指定预测的一天。 | xs:string 类型的值 |
高 |
xs:integer |
必需 |
指定预测的最高温度。 | xs:integer 类型的值 |
低 |
xs:integer |
必需 |
指定预测的最低温度。 | xs:integer 类型的值 |
precip |
xs:integer |
必需 |
指定降水可能性的百分比。 | xs:integer 类型的值 |
shortday |
xs:string |
必需 |
以缩写形式指定一天。 | xs:string 类型的值 |
skycodeday |
xs:integer |
必需 |
指定预测条件的代码。 | xs:integer 类型的值 |
skytextday |
xs:string |
必需 |
指定描述预测条件的一到两个单词。 | xs:string 类型的值 |