Table of contents
r:ReferenceDateType
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_ReferenceDate [ label = "{<id>ReferenceDate | + subject : ExternalControlledVocabularyEntry \l + keyword : ExternalControlledVocabularyEntry \l \l \l| \l \l}" tooltip = "StructuredDataTypes:ReferenceDate" ] subgraph StructuredDataTypes { label = "StructuredDataTypes" node [ color = "#0000ff" ] DDI4_AnnotationDate [ label = "{<id>DDI_AnnotationDate}" tooltip = "StructuredDataTypes:AnnotationDate" href = "../Package/StructuredDataTypes/AnnotationDate/index.html" ] } DDI4_ReferenceDate -> DDI4_AnnotationDate [arrowhead=onormal color="#000000"]; }