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:
AttributeTypeDefined By
 functional_role_namelabel (STRING)functional_role
 functional_role_descriptiontext (STRING)functional_role

Derived Attributes

    No derived attributes

Inverse Attributes

Entity functional_role has the following local and inherited inverse attributes:
AttributeTypeDefined By
 role_for_assembliesSET OF assembly_design (ENTITY)functional_role

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 assembly_design ENTITY functional_role
 select_design_item SELECT functional_role


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00