定义 Month (monthlyDayOfWeekScheduleType) 和 Month (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>
子元素
| 元素 | 类型 | 说明 |
|---|---|---|
| April | 不适用 | 指定任务在 4 月运行。 |
| 8 月 | 不适用 | 指定任务在 8 月运行。 |
| 12 月 | 不适用 | 指定任务在 12 月运行。 |
| February | 不适用 | 指定任务在 2 月运行。 |
| 1 月 | 不适用 | 指定任务在 1 月运行。 |
| 7 月 | 不适用 | 指定任务在 7 月运行。 |
| June | 不适用 | 指定任务在 6 月运行。 |
| March | 不适用 | 指定任务在 3 月运行。 |
| 五月 | 不适用 | 指定任务在 5 月运行。 |
| 11 月 | 不适用 | 指定任务在 11 月运行。 |
| 10 月 | 不适用 | 指定任务在 10 月运行。 |
| 9 月 | 不适用 | 指定任务在 9 月运行。 |
要求
| 要求 | 值 |
|---|---|
| 最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
| 最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |