Description
Items represent individual elements or units that flow through a system, such as data packets, physical materials, energy, or information. In SysML v2, items are specialized objects used to model things that are created, transformed, consumed, or transferred between system components during operations. Items are particularly useful for modeling the inputs and outputs of actions, the contents of flows between ports, and the resources that move through a system. Unlike parts which have persistent existence in the system structure, items typically represent transient entities that are processed, transmitted, or transformed as the system operates. Items can have attributes that define their properties (such as size, priority, or content) and can be composed of other items to represent complex data structures or material assemblies.Items are commonly used in flow-based modeling to specify what is being transferred between system components through ports and interfaces.
View Types
Properties Fields
boolean
Yes. Items can be used as bases or specializations through object inheritance.
string
Name of the object.
string
Short name of the object.
string
Description of the item.
object
object
object
connection
A list of all Relationships this object has with other model objects.Read more about Relationships