UnitSegmentLayout - 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_UnitSegmentLayout [ label = "{<id>UnitSegmentLayout | \l \l| \l \l}" tooltip = "FormatDescription:UnitSegmentLayout" ] subgraph FormatDescription { label = "FormatDescription" node [ color = "#0000ff" ] DDI4_PhysicalSegmentLayout [ label = "{<id>DDI_PhysicalSegmentLayout}" tooltip = "FormatDescription:PhysicalSegmentLayout" href = "../Package/FormatDescription/PhysicalSegmentLayout/index.html" ] } DDI4_UnitSegmentLayout -> DDI4_PhysicalSegmentLayout [arrowhead=onormal color="#000000"]; }