Community
Participate
Working Groups
In accordance SysML Spec, 8.3.2.2: "A property typed by a SysML Block that has composite aggregation is classified as a part property, except for the special case of a constraint property... A property typed by a SysML ValueType is classified as a value property,..." So a part property should have composite aggregation and should not allow ValueType to be its type Now Part compartment allows any kind of element that can be owned by Block, including comments and ports
I introduced a specialization type for Part in revision 2948
SysML specialization types should be declared in oep.sysml.service.types (which itself specializes UML element types from oep.uml.service.types).
Fixed