2.2.1.17.1 Element-Specific Attributes
|
Attribute name |
Description |
|---|---|
|
action |
(optional) If specified, the value MUST be C, D, R, or U, corresponding to Create, Delete, Replace, and Update. If unspecified, the default value is U.
|
|
default |
(optional) MUST be set to 1 to indicate that the registry key is setting the default value. |
|
hive |
MUST be set to the hive for the registry key.
|
|
key |
MUST be set to the key path. Do not include the hive or a leading or trailing slash. |
|
name |
(optional) To configure a value, either <default> MUST set to configure the default value for the key, or the name of the value to configure MUST be set. To configure only a key, this field MUST be left blank. |
|
type |
(optional) To configure a value, the value type MUST be set. To configure only a key, this field MUST be left blank. If not blank, this field MUST be one of the following value types: REG_SZ, REG_DWORD, REG_EXPAND_SZ, or REG_MULTI_SZ. |
|
value |
(optional) This value MUST be set as the data for the registry value. To configure only a key, this field MUST be left blank. This option is applicable only if the action selected is Create, Replace, or Update and if <type> has also been set. |
|
displayDecimal |
(optional) This value is set to 1 to indicate if a numeric value is displayed as a decimal number. |
|
bitfield |
(optional) This value is set to 1 if the registry value represents a series of bit values. |
|
defaultValue |
(optional) This value sets the starting value for a registry value that represents a series of bit values; bitfield MUST be set to 1; otherwise the field is ignored. |
|
SubProp |
(optional) This element MUST contain three attributes (id, value, and mask):
|
|
desc |
(optional) Contains a comment. |