ENTITY functional_role
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY functional_role
SUPERTYPE OF (functional_role_documented);
functional_role_name : label;
functional_role_description : text;
INVERSE
role_for_assemblies : SET [1:?] OF assembly_design FOR roles;
END_ENTITY;
Explicit Attributes
Entity functional_role has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
functional_role_name | label (STRING) | functional_role |
functional_role_description | text (STRING) | functional_role |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity functional_role has the following local and inherited inverse attributes:
Attribute | Type | Defined By |
---|
role_for_assemblies | SET OF assembly_design (ENTITY) | functional_role |
|
Supertypes
No supertypesSubtypes
Entity functional_role has the following subtypes:
functional_role_documented*
* - Immediate Subtypes
Referenced By
Entity functional_role and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00