current 要素 (weatherType complexType) (Outlook Weather Information Schema)
現在の気象条件を指定します。
要素の情報
プロパティ | 値 |
---|---|
要素の種類 |
currentType |
Namespace |
http://schemas.microsoft.com/office/outlook/15/getweatherinfo.xsd |
スキーマ ファイル |
getweatherinfo.xsd |
定義
<xs:element name="current" type="currentType">
</xs:element>
要素と属性
スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
親要素
要素 | 型 | 説明 |
---|---|---|
天気 |
weatherType |
場所の気象条件を指定します。 |
子要素
なし。
属性
属性 | 型 | 必須 | 説明 | 可能な値 |
---|---|---|---|---|
date |
xs:date |
必須出席者 |
今日の日付を指定します。 | 型 xs:date の値 |
日 |
xs:string |
省略可能 |
予測の日を指定します。 | xs:string 型の値 |
feelslike |
xs:integer |
必須 |
現在の天気の温度を指定します。 | 型 xs:integer の値 |
湿度 |
xs:integer |
必須 |
現在の湿度数値を指定します。 | 型 xs:integer の値 |
observationpoint |
xs:string |
必須 |
現在の気象情報の観測元を指定します。 | xs:string 型の値 |
observationtime |
xs:time |
必須 |
現在の気象情報がいつ観測されているかを指定します。 | xs:time 型の値 |
shortday |
xs:string |
省略可能 |
省略形で日を指定します。 | xs:string 型の値 |
skycode |
xs:integer |
必須 |
現在の気象条件の整数コードを指定します。 | 型 xs:integer の値 |
skytext |
xs:string |
必須 |
現在の気象条件を説明する 1 から 2 つの単語を指定します。 | xs:string 型の値 |
温度 |
xs:integer |
必須 |
場所の現在の温度を指定します。 | 型 xs:integer の値 |
winddisplay |
xs:string |
必須 |
現在の風の状態を表す文字列。 | xs:string 型の値 |
風速 |
xs:integer |
必須 |
現在の風速の数値を指定します。 | 型 xs:integer の値 |