flowchart LR classDef object stroke:#2C5D98,fill:#2C5D98,color:white,rx:5px,ry:5px; classDef literal stroke:black,fill:#f0f0e0,color:black,rx:2px,ry:2px,max-width:100px; classDef name stroke:#563800,fill:#FEF3BA,color:#563800,rx:20px,ry:20px; classDef base stroke:black,fill:white,color:black,rx:5px,ry:5px; classDef note stroke:#2C5D98,fill:#D8FDFF,color:#2C5D98,rx:5px,ry:5px; subgraph SBOne ["SB One"] O0("This") class O0 object; O1("Example") class O1 literal; O0["This"] -- is an -->O1["Example"] end class SBOne name subgraph SBTwo ["SB Two"] O2("This#-1") class O2 object; O3("Example#-1") class O3 literal; O2["This"] -- is another -->O3["Example"] end class SBTwo base SBOne["SB One"] -- can be linked to -->SBTwo["SB Two"] O4("At the time of writing the formatting of Subgraph links within more complex models can be less clear as the property label can be displaced and the arrows can be obscured by other parts of the diagram.") class O4 note; SBOne["SB One"] -- has note -->O4["At the time of writing the formatting of Subgraph links
within more complex models can be less clear as the property
label can be displaced and the arrows can be obscured by
other parts of the diagram."] O5("The option for linking Subgraphs, via their label/title, requires the diagram to be flagged, on the first line, as a #34;flowchart#34; rather than the old #34;graph#34; syntax.") class O5 note; SBTwo["SB Two"] -- has note -->O5["The option for linking Subgraphs, via their label/title,
requires the diagram to be flagged, on the first line, as a
#34;flowchart#34; rather than the old #34;graph#34; syntax."] ;