
Metamodel user guide
Notes correspond to the UML notes appearing in diagrams on ModelElements. They can include implementation code, documentation and every possible kind of textual information.
Notes are related to NoteTypes, which declare the Notes permitted in a model.
In Modelio, Notes belong to their annotated ModelElement. Notes correspond to the UML 2.0 Comment metaclass.
The Note name defines the purpose of the Note, and has to conform to the NoteType name, where this is defined.

Attribute | Description |
---|---|
string Content [0..1] | Textual content of the Note. This text can be a description or any syntax used for a target language. |
Association | Description |
---|---|
Model : NoteType [1..1] | |
Subject : ModelElement [0..1] | Notes (documentation, code, and so on) describing the ModelElement. |