2.2.5.1 ActiveDirectoryGroupScope

This enumeration simple type is used to specify the type of the GroupScope element. It indicates the type of group that is specified in the ActiveDirectoryGroup element.

 <xs:simpleType name="ActiveDirectoryGroupScope">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Unknown" />
     <xs:enumeration value="DomainLocal" />
     <xs:enumeration value="Global" />
     <xs:enumeration value="Universal" />
   </xs:restriction>
 </xs:simpleType>

Value

Meaning

Unknown

The group membership is unknown.

DomainLocal

The group membership is in a domain local group.

Global

The group membership is in a global group.

Universal

The group membership is in a universal group.