daysOfWeekType 複合型

DaysOfWeek (weeklyScheduleType) 要素と DaysOfWeek (monthlyDayOfWeekScheduleType) 要素の子要素とシーケンス情報を定義します。

<xs:complexType name="daysOfWeekType">
    <xs:all>
        <xs:element name="Monday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Tuesday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Wednesday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Thursday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Friday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Saturday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Sunday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
    </xs:all>
</xs:complexType>

子要素

要素 Type 説明
金曜日 該当なし タスクは金曜日に実行されます。
月曜日 該当なし タスクは月曜日に実行されます。
土曜日 該当なし タスクは土曜日に実行されます。
土曜日 該当なし タスクは日曜日に実行されます。
Thursday 該当なし タスクは木曜日に実行されます
Tuesday 該当なし タスクは火曜日に実行されます。
水曜日 該当なし タスクは水曜日に実行されます。

要件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]

関連項目

タスク スケジューラ スキーマ複合型

タスク スケジューラ