...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"flowchart LR\nA(Reseller<br/>enterprise)\nB(ACustomer<br/>key node<br/>enterprise)\nB-->C(Standard<brAStandard<br/>enterprise 1)\nB-->D(Standard<brAStandard<br/>enterprise 2)\nC-.-F(ASubscription1)\nD-.-E(ASubscription2)\nG-.-H(BSubscription2)\nA-.-P(Reseller<br/>Pricing<br/>credential)\nG(BCustomer<br/>key node<br/>enterprise)\nsubgraph ResellerScope\n A\n P\nend\nsubgraph BCustomerScope\n G \n H\nend\n\nsubgraph Reseller hierarchy\n direction LR\n ResellerScope-->ACustomerScope\n ResellerScope-->BCustomerScope\nend\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope\n\nsubgraph ACustomerScope\n direction LR\n B\n C\n D\n E\n F\nend\n style GlobalScope fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style A fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style P fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n style B fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style C fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style D fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style F fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n style E fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5"} |
...