Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Describes an enumeration.
Usage
<Enumeration>
child elements
</Enumeration>
Attributes
There are no attributes.
Child elements
| 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. |
Child element sequence
(
ProgrammaticName,
Name,
Value
)
Parent elements
| Element | Description |
|---|---|
| Enumerations |
Contains one or more Enumeration tags. |
Examples
This node describes an enumeration as follows.
<Enumeration>
<ProgrammaticName></ProgrammaticName>
<Name></Name>
<Value></Value>
</Enumeration>
Element information
| Can be empty | No |