weatherdata 要素 (Outlook 天気の場所スキーマ)
weather 要素を定義します。
要素の情報
プロパティ | 値 |
---|---|
要素の種類 |
|
Namespace |
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 などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
親要素
なし。
子要素
Element | 型 | 説明 |
---|---|---|
天気 |
weatherType |
天気を報告する場所を指定します。 |
属性
なし。