| diagram |
 |
| namespace |
http://www.omg.org/space/xtce |
| used by |
|
| attributes |
|
| annotation |
| documentation | | Contains a value and an associated string label. The value may be a range by specifying an upper maxValue range. If not a range, do not specify the maxValue. |
|
| source |
<complexType name="ValueEnumerationType">
<annotation>
<documentation xml:lang="en">Contains a value and an associated string label. The value may be a range by specifying an upper maxValue range. If not a range, do not specify the maxValue.</documentation>
</annotation>
<attribute name="shortDescription" type="string"/>
<attribute name="value" type="integer" use="required"/>
<attribute name="maxValue" type="integer" use="optional"/>
<attribute name="label" type="string" use="required"/>
</complexType> |