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>
子要素
属性
名前 |
型 |
説明 |
id |
id |
プリンシパルの識別子を指定します。
|
要件
要件 |
値 |
サポートされている最小のクライアント
|
Windows 7 [デスクトップ アプリのみ]
|
サポートされている最小のサーバー
|
Windows Server 2008 R2 [デスクトップ アプリのみ]
|
関連項目
-
タスク スケジューラ スキーマ複合型
-
タスク スケジューラ