outlook 天气位置架构) (weatherdata 元素
定义天气元素。
元素信息
属性 | 值 |
---|---|
元素类型 |
|
命名空间 |
http://schemas.microsoft.com/office/outlook/15/getweatherlocation.xsd |
架构文件 |
getweatherlocation.xsd |
定义
<xs:element name="weatherdata"
>
<xs:complexType>
<xs:sequence>
<xs:element name="weather"
type="weatherType" maxOccurs="unbounded"
>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
父元素
无。
子元素
元素 | 类型 | 说明 |
---|---|---|
天气 |
weatherType |
指定要报告天气的位置。 |
Attributes
无。