principalType 复杂类型
定义 Principal 元素的属性、子元素和排序信息。
<xs:complexType name="principalType">
<xs:all>
<xs:element name="UserId"
type="nonEmptyString"
minOccurs="0"
/>
<xs:element name="LogonType"
type="logonType"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="GroupId"
type="nonEmptyString"
minOccurs="0"
/>
<xs:element name="DisplayName"
type="string"
minOccurs="0"
/>
<xs:element name="RunLevel"
type="runLevelType"
minOccurs="0"
/>
<xs:element name="ProcessTokenSidType"
type="processTokenSidType"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="RequiredPrivileges"
type="requiredPrivilegesType"
minOccurs="0"
/>
</xs:all>
<xs:attribute name="id"
type="ID"
use="optional"
/>
</xs:complexType>
子元素
属性
要求
要求 |
值 |
最低受支持的客户端
|
Windows 7 [仅限桌面应用]
|
最低受支持的服务器
|
Windows Server 2008 R2 [仅限桌面应用]
|
另请参阅
-
任务计划程序架构复杂类型
-
任务计划程序