Enumeration element
Describes an enumeration.
syntax
<Enumeration>
child elements
</Enumeration>
There are no attributes.
Element | Description |
---|---|
Name |
A human-readable name for the item. |
ProgrammaticName |
This is the programmatic name of the parameter or metric. |
Value |
Must contain an integer value (positive, zero or negative) that corresponds to the enumerated value. These values do not need to be contiguous. Each enumeration value must be unique in for a particular parameter. |
syntax
(
ProgrammaticName,
Name,
Value
)
Element | Description |
---|---|
Enumerations |
Contains one or more Enumeration tags. |
This node describes an enumeration as follows.
syntax
<Enumeration>
<ProgrammaticName></ProgrammaticName>
<Name></Name>
<Value></Value>
</Enumeration>
Can be empty | No |