C.2.7 EnumeratedValue
An EnumeratedValue describes a possible value for an EnumeratedType.
The components of an EnumeratedValue are described in Table C.7.
| Name | Type | Description |
|---|---|---|
| Name | xs:string | This attribute specifies a descriptive name for the enumerated value. |
| Value | xs:int | This attribute specifies the numeric value that could appear in the binary encoding. |