dailyScheduleType 复杂类型
定义 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>
子元素
元素 | 类型 | 说明 |
---|---|---|
DaysInterval | 指定计划中的天数之间的间隔。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |