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">

Additional references

boolean Element

decimal Element (elements)

text Element

enum Element

list Element

string Element (.adml)

presentation Element