Skip to main content

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

ViewDescription
PropertiesEdit the object’s properties, attributes, and metadata.
TableDisplay the object and its children in a tabular format.
BlockVisual block diagram showing item composition.
HistoryTrack changes of attributes.

Properties Fields

Name
string
Name of the object.
Short Name
string
Short name of the object.
Documentation
string
Description of the item.
Items
object
A list of all sub-item objects owned by this item.Sub-items can be viewed and deleted, allowing hierarchical composition of complex items.Read more about Items
Attributes
object
A list of all Attribute objects owned by this item.Attribute Equations, Units and Type can be edited here, as well as recalculated and deleted entirely.Read more about Attributes
Constraints
object
A list of all Constraint objects owned by this item.Constraint Equations and Analysis Type can be edited here, as well as recalculated and deleted entirely.Read more about Constraints
Relationships
connection
A list of all Relationships this object has with other model objects.Read more about Relationships