# Copyright Oughtibridge Ltd
digraph "audit_information"
{
fontname="Cambria"
# label="audit information"
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
#audit information
218 [label="audit information" fontname="Cambria" URL="https://contsys.org/concept/audit_information" tooltip="documentation of the details of a revision of a base component" color="#0000ff"]
#base component
217 [label="base component" fontname="Cambria" URL="https://contsys.org/concept/base_component" tooltip="abstract class that include the properties common for all revisable classes included in EHR extract" color="#0000ff"]
#List of generalisations and specialisations
# List of associations
#1 base component 0..* audit information
217 -> 218 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS