Table of contents
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_TemporalCoverage [ label = "{<id>TemporalCoverage | + coverageDate : ReferenceDate \l \l \l| \l \l}" tooltip = "Discovery:TemporalCoverage" ] subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } DDI4_TemporalCoverage -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; }