PolicyElementAttributeGroup Attribute Group

The PolicyElementAttributeGroup attribute group is an attribute group that all policy elements must have: string ID, client extension GUID, registry key, and registry valuename.

<xs:attributeGroup name="PolicyElementAttributeGroup">
    <xs:attribute name="id"
        type="string"
        use="required"
     />
    <xs:attribute name="clientExtension"
        type="GUID"
     />
    <xs:attribute name="key"
        type="registryKey"
     />
    <xs:attribute name="valueName"
        type="registryValueName"
     />
</xs:attributeGroup>

Attributes

Name Type Description
clientExtension GUID
id string
key registryKey
valueName registryValueName

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013