TextResponseDomain - GraphΒΆ

r:TextDomainType

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_TextResponseDomain [ label = "{<id>TextResponseDomain | + maximumLength : \l + minimumLength : \l + regularExpression : TypedString \l \l \l| \l \l}" tooltip = "DataCapture:TextResponseDomain" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_ResponseDomain [ label = "{<id>DDI_ResponseDomain}" tooltip = "DataCapture:ResponseDomain" href = "../Package/DataCapture/ResponseDomain/index.html" ] } DDI4_TextResponseDomain -> DDI4_ResponseDomain [arrowhead=onormal color="#000000"]; }