weatherType complexType (Outlook 天气位置架构)
定义有关某个位置的天气条件的参数。
类型信息
属性 | 值 |
---|---|
命名空间 |
http://schemas.microsoft.com/office/outlook/15/getweatherlocation.xsd |
架构文件 |
getweatherlocation.xsd |
扩展基 |
None |
定义
<xs:complexType name="weatherType">
<xs:attribute name="weatherlocationname" type="xs:string" use="required" />
<xs:attribute name="weatherlocationcode" type="xs:string" use="required" />
</xs:complexType>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
子元素
无。
Attributes
属性 | 类型 | 必需 | 说明 | 可能的值 |
---|---|---|---|---|
weatherlocationcode |
xs:string |
必需 |
指定与位置关联的代码,以区分具有相同名称的多个位置。 | xs:string 类型的值 |
weatherlocationname |
xs:string |
必需 |
指定位置的名称。 | xs:string 类型的值 |