Icon class icon_class fas fa-quote-left icon_class_computed fas fa-quote-left Related content The grouping of member elements by an ElementGroup is denoted here "logical" in the sense that it does not "steal ownership" of member elements (as opposed to "physical" ownership of elements in the model) Source OMG Systems Modeling Language (SysML) 1.6 Copyright information About Object Management Group copyright in text extracts quoted from OMG specifications for educational purposes Snippet kind INFO UML keywords Comment Comment::annotatedElement SysML keywords ElementGroup ElementGroup::/member Previous snippet The elements in a group are identified by the modeler, as opposed to being the result of a query, as in views. Full quote Element groups can be members of other element groups, but this does not imply that members of the first are members of the second. Next snippet Related snippets The ElementGroup stereotype provides a lightweight mechanism for grouping various and possibly heterogeneous model elements by extending the capability of comments to refer to multiple annotated elements. The semantics of ElementGroup is modeler-defined. In particular, the body text is not restricted. It can describe the grouped elements as well as elements or values related to the grouped elements. Grouped elements are the annotated elements of the comment to which the stereotype is applied. This has several implications: Element groups do not own their elements and thus an element can participate in an unlimited number of groups. Related snippets (backlinks) ElementGroup::/member : Element [0..*] Set specifying the members of the group. Derived from Comment::annotatedElement. (derived) ElementGroup::/size : Integer [1] Number of members in the group. Derived. (derived) Visit also Visit also (backlinks) Flags