Range

Indicates the range of items expressed as a string, such as an alphabetic range.

Properties

Name Type Cardinality
rangeUnit xs:string 0..1
minimumValue RangeValue 0..1
maximumValue RangeValue 0..1

rangeUnit

Specifies the units in the range.

minimumValue

Minimum value in the range.

maximumValue

Maximum value in the range.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Range [ label = "{<id>Range | + rangeUnit : xs:string \l + minimumValue : RangeValue \l + maximumValue : RangeValue \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Range" ] subgraph { label = "" node [ color = "#" ] } }