taskType Complex Type
- Article
-
-
Defines the child elements and sequencing information for the Task element.
<xs:complexType name="taskType">
<xs:all>
<xs:element name="RegistrationInfo"
type="registrationInfoType"
minOccurs="0"
/>
<xs:element name="Triggers"
type="triggersType"
minOccurs="0"
/>
<xs:element name="Settings"
type="settingsType"
minOccurs="0"
/>
<xs:element name="Data"
type="dataType"
minOccurs="0"
/>
<xs:element name="Principals"
type="principalsType"
minOccurs="0"
/>
<xs:element name="Actions"
type="actionsType"
/>
</xs:all>
<xs:attribute name="version"
type="versionType"
use="optional"
fixed="1.3"
/>
</xs:complexType>
Child elements
Attributes
Name |
Type |
Description |
version |
versionType |
Specifies the version of the task.
|
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|
See also
-
Task Scheduler Schema Complex Types
-
Task Scheduler