
UML/BPMN Metamodel
Graphical representation of a model.
A diagram is a attached to a ModelElement, and contains a serialized version of the graphical model than can't be manipulated as-is.
Elements can be represented in several diagrams at the same time, each diagram type having its own strategy about handling them.


Figure 244 : AbstractDiagram (architecture_autodiagram)
Attribute | Description |
---|---|
integer UiDataVersion [1..1] | Serialized contents version. |
string UiData [1..1] | Serialized diagram content. |
string PreviewData [1..1] | HTML preview data enforcing the Data URI scheme: https://en.wikipedia.org/wiki/Data_URI_scheme. |
Association | Description |
---|---|