RangeValue

Describes a bounding value of a string.

Extends

Value

Properties

Name Type Cardinality
included xs:boolean 0..1

included

Set to “true” if the value is included 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_RangeValue [ label = "{<id>RangeValue | + included : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:RangeValue" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_Value [ label = "{<id>Value | + content : xs:string \l + whiteSpace : WhiteSpace \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Value" ]; } DDI4_RangeValue -> DDI4_Value [arrowhead=empty color="#000000" ]; }