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_AnnotationDate [ label = "{<id>AnnotationDate | + typeOfDate : ExternalControlledVocabularyEntry \l \l \l| \l \l}" tooltip = "StructuredDataTypes:AnnotationDate" ] subgraph StructuredDataTypes { label = "StructuredDataTypes" node [ color = "#0000ff" ] DDI4_Date [ label = "{<id>DDI_Date}" tooltip = "StructuredDataTypes:Date" href = "../Package/StructuredDataTypes/Date/index.html" ] } DDI4_AnnotationDate -> DDI4_Date [arrowhead=onormal color="#000000"]; }