PrivateImage - GraphΒΆ

a:PrivateImageType

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_PrivateImage [ label = "{<id>PrivateImage | + effectiveDates : DateRange \l + privacy : ExternalControlledVocabularyEntry \l \l \l| \l \l}" tooltip = "StructuredDataTypes:PrivateImage" ] subgraph StructuredDataTypes { label = "StructuredDataTypes" node [ color = "#0000ff" ] DDI4_Image [ label = "{<id>DDI_Image}" tooltip = "StructuredDataTypes:Image" href = "../Package/StructuredDataTypes/Image/index.html" ] } DDI4_PrivateImage -> DDI4_Image [arrowhead=onormal color="#000000"]; }