PolicyClass Simple Type

The PolicyClass simple type is an enumeration of the 3 possible classes of a policy definition. The class determines whether the policy setting will be applicable to a user, machine, or both.

<xs:simpleType name="PolicyClass">
    <xs:restriction
        base="token"
    >
        <xs:enumeration
            value="User"
         />
        <xs:enumeration
            value="Machine"
         />
        <xs:enumeration
            value="Both"
         />
    </xs:restriction>
</xs:simpleType>

Enumeration values

The PolicyClass simple type defines the following values.

Value Description
User
Machine
Both

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013