complexType ValueEnumerationType
diagram SpaceSystemV1.2-27Feb2014-mods_p452.png
namespace http://www.omg.org/space/xtce
used by
elements EnumeratedDataType/EnumerationList/Enumeration NumberToStringType/ValueEnumeration
attributes
Name  Type  Use  Default  Fixed  Annotation
shortDescription  string        
value  integer  required      
maxValue  integer  optional      
label  string  required      
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>

attribute ValueEnumerationType/@shortDescription
type string
source <attribute name="shortDescription" type="string"/>

attribute ValueEnumerationType/@value
type integer
properties
use required
source <attribute name="value" type="integer" use="required"/>

attribute ValueEnumerationType/@maxValue
type integer
properties
use optional
source <attribute name="maxValue" type="integer" use="optional"/>

attribute ValueEnumerationType/@label
type string
properties
use required
source <attribute name="label" type="string" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy