Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If present, this schema part specifies the location and security settings for the task registration and additional descriptive fields as specified in this section.
-
<!-- RegistrationInfo --> <xs:complexType name="registrationInfoType"> <xs:all> <xs:element name="URI" type="xs:anyURI" minOccurs="0"/> <xs:element name="SecurityDescriptor" type="xs:string" minOccurs="0"/> <xs:element name="Source" type="xs:string" minOccurs="0"/> <xs:element name="Date" type="xs:dateTime" minOccurs="0"/> <xs:element name="Author" type="xs:string" minOccurs="0"/> <xs:element name="Version" type="xs:string" minOccurs="0"/> <xs:element name="Description" type="xs:string" minOccurs="0"/> <xs:element name="Documentation" type="xs:string" minOccurs="0"/> </xs:all> </xs:complexType>
URI: If present, this field specifies the path in the task store for this task (see sections 2.3.11 and 2.5.1.1).
Security Descriptor: If present, this field specifies the task security descriptor in Security Descriptor Definition Language (SDDL) format.
Source: If present, this field specifies a user-designated field used by the task author, defined in the following "Author" field, to arbitrarily categorize tasks (example: Accounting, MyTasks).
Date: If present, this field contains a time/date value whose format is as specified in section 2.5.1.1. The value specifies the creation or modification date. If this field is not present, the time/date value used is set to the current time/date of when the task is registered.
Author: If present, this field specifies a name identifying the person or entity that created the task.
Version: If present, this field specifies the version level of the task. This is a free text element controlled by and for the exclusive use of the task owner and not related to Task Scheduler Remoting Protocol versions.
Description: If present, this field specifies
a user-friendly description of the task. For example: "This task defragments the computer's hard disk drives".
Documentation: If present, this field specifies the uniform resource identifier (URI) of external documentation related to the task.