Tipo complesso principalType
- Articolo
-
-
Definisce l'attributo, gli elementi figlio e le informazioni di sequenziazione per l'elemento 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>
Elementi figlio
Attributi
Nome |
Tipo |
Descrizione |
id |
ID |
Specifica l'identificatore dell'entità.
|
Requisiti
Requisito |
Valore |
Client minimo supportato
|
Windows 7 [solo app desktop]
|
Server minimo supportato
|
Windows Server 2008 R2 [solo app desktop]
|
Vedi anche
-
Tipi complessi dello schema dell'utilità di pianificazione
-
Utilità di pianificazione