We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
XDSM diagrams are described as follows:
{<xdsm-id> : { nodes: [<node>, ...] edges: [<edge>, ...] workflow: <workflow-struct> optpb: <optpb string> }, ... }
xdsm-id : unique reference string.
xdsm-id
string
It can be used in a node of type mdo to reference a sub-xdsm diagram.
mdo
If there is just one xdsm, the structure level { xdsm-id: } can be omitted.
{ xdsm-id: }
If there is an xdsm-id key, one named 'root' key must exist as the entry point of the possible nested XDSMs
If an xdsm-id is not referenced in a another xdsm structure the corresponding diagram will not be drawn.