A string value associated with a numerical range. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
label | string | required | ||||
maxExclusive | decimal | optional | ||||
maxInclusive | decimal | optional | ||||
minExclusive | decimal | optional | ||||
minInclusive | decimal | optional |
<element name="RangeEnumeration"> <annotation> <documentation xml:lang="en">A string value associated with a numerical range.</documentation> </annotation> <complexType> <complexContent> <extension base="xtce:DecimalRangeType"> <attribute name="label" type="string" use="required"/> </extension> </complexContent> </complexType> </element> |