
UML/BPMN Metamodel
Property of a Class.
An Attribute is a named slot within a Classifier that describes a range of values that instances of the Classifier may hold.
In Modelio, an Attribute belongs to a Classifier as a Feature or to an AssociationEnd as a Qualifier.


Figure 194 : Attribute (architecture_autodiagram)
Attribute | Description |
---|---|
string TypeConstraint [1..1] | Provides an indication of the instanciation of the Attribute's elementary class. For example, in the case of an attribute string, TypeConstraint determines the size of the string (*, 10, etc.). |
string Value [1..1] | Default value of the Attribute. This value is assigned at creation time, unless a specific value is specified. |
boolean TargetIsClass [1..1] | Determines that the target is itself a metaclass. |
Association | Description |
---|---|
Determines which Class is the Attribute's type. | |