# Copyright Oughtibridge Ltd
digraph "residual_risk"
{
fontname="Cambria"
# label="residual risk"
layout="fdp"
size="8.8 12" # Keep within 8.8" wide, 12" deep
sep=0.3
outputmode=edgefirst
remincross=true
splines=curved
overlap=false
node [shape=box style=rounded] # Defines the common node specification
# Diagram specific parameters - override any above
# Start of the main graph
# List of concepts
#residual risk
43 [label="residual risk" fontname="Cambria" URL="https://81001.org/concept/residual_risk" tooltip="risk remaining after risk control measures have been implemented" color="#a7ff00"]
#risk tolerance
53 [label="risk tolerance" fontname="Cambria" URL="https://81001.org/concept/risk_tolerance" tooltip="organization's or stakeholder's readiness to bear the risk after risk control in order to achieve its objectives" color="#a7ff00"]
#List of generalisations and specialisations
# List of associations
#0..* residual risk is within 1..* risk tolerance
43 -> 53 [constraint=false, dir="forward" label="is within" fontname="Cambria"]
}
Some PS