registrationInfoType 复杂类型
定义 RegistrationInfo 元素的子元素和排序信息。
<xs:complexType name="registrationInfoType">
<xs:all>
<xs:element name="URI"
type="anyURI"
minOccurs="0"
/>
<xs:element name="SecurityDescriptor"
type="string"
minOccurs="0"
/>
<xs:element name="Source"
type="string"
minOccurs="0"
/>
<xs:element name="Date"
type="dateTime"
minOccurs="0"
/>
<xs:element name="Author"
type="string"
minOccurs="0"
/>
<xs:element name="Version"
type="string"
minOccurs="0"
/>
<xs:element name="Description"
type="string"
minOccurs="0"
/>
<xs:element name="Documentation"
type="string"
minOccurs="0"
/>
</xs:all>
</xs:complexType>
子元素
元素 |
类型 |
说明 |
作者 |
字符串 |
指定任务的作者。
|
日期 |
dateTime |
指定注册任务的日期和时间。
|
说明 |
字符串 |
指定任务的描述。
|
文档 |
string |
指定任务的任何其他文档。
|
SecurityDescriptor |
字符串 |
指定任务的安全描述符。
|
源 |
字符串 |
指定任务源自何处。 例如,来自组件、服务、应用程序或用户。
|
URI |
anyURI |
指定任务的 URI。
|
版本 |
字符串 |
指定任务的版本号。
|
要求
要求 |
值 |
最低受支持的客户端
|
Windows Vista [仅限桌面应用]
|
最低受支持的服务器
|
Windows Server 2008 [仅限桌面应用]
|
另请参阅
-
任务计划程序架构复杂类型
-
任务计划程序