monthsType 複合型

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

<xs:complexType name="monthsType">
    <xs:all>
        <xs:element name="January"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="February"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="March"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="April"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="May"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="June"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="July"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="August"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="September"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="October"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="November"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="December"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
    </xs:all>
</xs:complexType>

子要素

要素 Type 説明
April 該当なし タスクが 4 月に実行されることを指定します。
8 月 該当なし タスクが 8 月に実行されることを指定します。
12 月 該当なし タスクが 12 月に実行されることを指定します。
Ferbruary 該当なし タスクが 2 月に実行されることを指定します。
January 該当なし タスクが 1 月に実行されることを指定します。
7 月 該当なし タスクが 7 月に実行されることを指定します。
6 月 該当なし タスクが 6 月に実行されることを指定します。
March 該当なし タスクが 3 月に実行されることを指定します。
May 該当なし タスクが 5 月に実行されることを指定します。
November 該当なし タスクが 11 月に実行されることを指定します。
10 月 該当なし タスクが 10 月に実行されることを指定します。
September 該当なし タスクが 9 月に実行されることを指定します。

要件

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

関連項目

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

タスク スケジューラ