id Attribute
Applies To: Windows Server 2008
The id attribute specifies a string used as a logical name for an element.
Syntax
id="<placeholderID>"
where the placeholderID is a string value.
Examples
This XML fragment identifies a logical name, Checkbox_1, for a boolean element.
<boolean id="Checkbox_1" valueName="Example2Checkbox1">