weeksType Complex Type
Defines the child element and sequencing information for the Week element.
<xs:complexType name="weeksType">
<xs:sequence>
<xs:element name="Week"
type="weekType"
minOccurs="0"
maxOccurs="5"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
Week | weekType | Specifies the week in which the task is run. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |