# Copyright Oughtibridge Ltd
digraph "risk_management_file"
{
fontname="Cambria"
# label="risk management file"
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
#risk management file
52 [label="risk management file" fontname="Cambria" URL="https://81001.org/concept/risk_management_file" tooltip="set of records and other documents that are produced by risk management" color="#a7ff00"]
#risk management
51 [label="risk management" fontname="Cambria" URL="https://81001.org/concept/risk_management" tooltip="systematic application of management policies, procedures and practices to the tasks of analysing, evaluating, controlling and monitoring risk" color="#a7ff00"]
#assurance case
4 [label="assurance case" fontname="Cambria" URL="https://81001.org/concept/assurance_case" tooltip="reasoned, auditable artefact created that supports the contention that its top-level claim (or set of claims), is satisfied, including systematic argumentation and its underlying evidence and explicit assumptions that support the claim(s)" color="#a7ff00"]
#List of generalisations and specialisations
# List of associations
#0..* risk management recorded in 0..* risk management file
51 -> 52 [constraint=false, dir="forward" label="recorded in" fontname="Cambria"]
#0..* risk management file provide evidence for 0..* assurance case
52 -> 4 [constraint=false, dir="forward" label="provide evidence for" fontname="Cambria"]
}
Some PS