Table of contents
r:RangeValueType
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 : \l \l \l| \l \l}" tooltip = "StructuredDataTypes:RangeValue" ] subgraph StructuredDataTypes { label = "StructuredDataTypes" node [ color = "#0000ff" ] DDI4_ValueString [ label = "{<id>DDI_ValueString}" tooltip = "StructuredDataTypes:ValueString" href = "../Package/StructuredDataTypes/ValueString/index.html" ] } DDI4_RangeValue -> DDI4_ValueString [arrowhead=onormal color="#000000"]; }