ScheduleByDay 要素の子要素とシーケンス情報を定義します。
<xs:complexType name="dailyScheduleType">
<xs:all>
<xs:element name="DaysInterval"
minOccurs="0"
>
<xs:simpleType>
<xs:restriction
base="unsignedInt"
>
<xs:minInclusive
value="1"
/>
<xs:maxInclusive
value="365"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
子要素
| 要素 | Type | 説明 |
|---|---|---|
| DaysInterval | スケジュール内の日数の間隔を指定します。 |
必要条件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
| サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |