CategoryStatistic - GraphΒΆ

pi:CategoryStatisticType

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_CategoryStatistic [ label = "{<id>CategoryStatistic | + typeOfCategoryStatistic : ExternalControlledVocabularyEntry \l + hasStatistic : Statistic \l + categoryValue : ValueString \l + filterValue : ValueString \l \l \l| <CategoryStatistic_forCodeItem_association> forCodeItem \l \l}" tooltip = "StructuredDataTypes:CategoryStatistic" ] subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_Designation [ label = "{<id>DDI_Designation}" tooltip = "Representations:Designation" href = "../Package/Representations/Designation/index.html" ] } DDI4_CategoryStatistic -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_CategoryStatistic:CategoryStatistic_forCodeItem_association -> DDI4_Designation [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="forCodeItem" fontcolor="black" color="#00000"]; }