# Copyright Oughtibridge Ltd
digraph "quality"
{
fontname="Cambria"
# label="quality"
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
#quality
41 [label="quality" fontname="Cambria" URL="https://81001.org/concept/quality" tooltip="degree to which all the properties and characteristics of a product, process, or service satisfy the requirements which ensue from the purpose for which that product, process, or service is to be used" color="#a74d00"]
#intended use
29 [label="intended use" fontname="Cambria" URL="https://81001.org/concept/intended_use" tooltip="use for which a product, process or service is intended according to the specifications, instructions and information provided by the manufacturer" color="#a74d00"]
#product
40 [label="product" fontname="Cambria" URL="https://81001.org/concept/product" tooltip="output of an organization that can be produced without any transaction taking place between the organization and the customer" color="#ff0700"]
#verification
66 [label="verification" fontname="Cambria" URL="https://81001.org/concept/verification" tooltip="confirmation, through the provision of objective evidence, that specified requirements have been fulfilled" color="#a74d00"]
#key properties
32 [label="key properties" fontname="Cambria" URL="https://81001.org/concept/key_property" tooltip="three risk management characteristics of safety, effectiveness, and security" color="#a74d00"]
#process
39 [label="process" fontname="Cambria" URL="https://81001.org/concept/process" tooltip="set of interrelated or interacting activities that use inputs to deliver an intended result" color="#a74d00"]
#usability
64 [label="usability" fontname="Cambria" URL="https://81001.org/concept/usability" tooltip="characteristic of the user interface that facilitates use and thereby establishes effectiveness, efficiency and user satisfaction in the intended use environment" color="#a74d00"]
#List of generalisations and specialisations
# List of associations
#0..* product has 1..* intended use
40 -> 29 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#1 quality measures alignment with 1 intended use
41 -> 29 [constraint=false, dir="forward" label="measures alignment with" fontname="Cambria"]
#0..* product has 1 quality
40 -> 41 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* verification quantifies 0..* quality
66 -> 41 [constraint=false, dir="forward" label="quantifies" fontname="Cambria"]
#0..* quality determines satisfaction of 0..* key properties
41 -> 32 [constraint=false, dir="forward" label="determines satisfaction of" fontname="Cambria"]
#0..* process determines 1 quality
39 -> 41 [constraint=false, dir="forward" label="determines" fontname="Cambria"]
#0..* usability is a part of 0..* quality
64 -> 41 [constraint=false, dir="forward" label="is a part of" fontname="Cambria"]
}
Some PS