SegmentByText - 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_SegmentByText [ label = "{<id>SegmentByText | + startLine : \l + endLine : \l + startCharacterPosition : \l + endCharacterPosition : \l + characterLength : \l \l \l| \l \l}" tooltip = "FormatDescription:SegmentByText" ] subgraph FormatDescription { label = "FormatDescription" node [ color = "#0000ff" ] DDI4_PhysicalSegmentLocation [ label = "{<id>DDI_PhysicalSegmentLocation}" tooltip = "FormatDescription:PhysicalSegmentLocation" href = "../Package/FormatDescription/PhysicalSegmentLocation/index.html" ] } DDI4_SegmentByText -> DDI4_PhysicalSegmentLocation [arrowhead=onormal color="#000000"]; }