maintenanceSettingsType 複合型

MaintenanceSettings 要素の子要素とシーケンス情報を定義します。

<xs:complexType name="maintenanceSettingsType">
    <xs:all>
        <xs:element name="Period"
            minOccurs="1"
            maxOccurs="1"
        >
            <xs:simpleType>
                <xs:restriction
                    base="duration"
                >
                    <xs:minInclusive
                        value="P1D"
                     />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="Deadline"
            minOccurs="1"
            maxOccurs="1"
        >
            <xs:simpleType>
                <xs:restriction
                    base="duration"
                >
                    <xs:minInclusive
                        value="P1D"
                     />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="Exclusive"
            type="boolean"
            maxOccurs="1"
            minOccurs="1"
         />
    </xs:all>
</xs:complexType>

子要素

要素 Type 説明
期限 タスク スケジューラが、定期的なメンテナンス中にタスクを完了できなかった場合に、緊急自動メンテナンス中にタスクの開始を試みる時間を指定します。
[排他] boolean true に設定すると、タスクは他のメンテナンス タスクの間でのみ開始されます。
期間 自動メンテナンス中にタスクを開始する必要がある頻度を指定します。

必要条件

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

関連項目

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

タスク スケジューラ