Icon class icon_class fas fa-quote-left icon_class_computed fas fa-quote-left Related content SysMLv1.x: The ElementGroup stereotype 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) SysMLv1.x: An ElementGroup used for basic Parsing Analysis model element elicitation: Example 1 SysMLv1.x: An ElementGroup used for basic Parsing Analysis model element elicitation: Example 2 SysMLv1.x: Extending the ElementGroup for the Webel Parsing Analysis recipe (a quick look) SysMLv1.x: Customizing the ElementGroup extensions for the Webel Parsing Analysis recipe (simplified) SysMLv1.x: An ElementGroup in the model tree browser of MagicDraw/Cameo 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 SysML keywords ElementGroup ElementGroup::/member ElementGroup::orderedMember Previous snippet The criterion for membership in an element group is specified by the body of the comment the stereotype is applied to. By grouping elements, the modeler asserts that the criterion of the group applies to the member. Full quote Optionally, members of an element group can be ordered using its orderedMember property. 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. Related snippets (backlinks) ElementGroup::/member : Element [0..*] Set specifying the members of the group. Derived from Comment::annotatedElement. (derived) ElementGroup::orderedMember : Element [0..*] Organize member according to an arbitrary order. Optional. (subsets: ElementGroup::member) Visit also Visit also (backlinks) Flags