Mermaid:GDPR Information Flows
From Dan Shearer CV
graph LR
controller((Data Controller .)) -- "sends audit requests to ." --> processor((Data Processor .));
processor -- "replies with audit answers ." --> controller
classDef green fill:#9f6,stroke:#333,stroke-width:2px;
classDef orange fill:#f96,stroke:#333,stroke-width:4px;
classDef blue fill:#99f,stroke:#333,stroke-width:2px;
class controller green
class processor blue
class i1 orange
graph LR controller((Data Controller .)) -- "sends audit requests to ." --> processor((Data Processor .)); processor -- "replies with audit answers ." --> controller classDef green fill:#9f6,stroke:#333,stroke-width:2px; classDef orange fill:#f96,stroke:#333,stroke-width:4px; classDef blue fill:#99f,stroke:#333,stroke-width:2px; class controller green class processor blue class i1 orange