ENTITY step_file

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY step_file
SUBTYPE OF (media_file);
INVERSE
	selected_content : SET [1:?] OF group_assignment FOR assigned_group;
WHERE
	WRS28 : (SELF\media_file.file_format = 'STP') OR (SELF\media_file.file_format = 'stp');
END_ENTITY;

Explicit Attributes

Entity step_file has the following local and inherited explicit attributes:
AttributeTypeDefined By
 group_namelabel (STRING)group
 group_descriptiontext (STRING)group
 file_sourcelabel (STRING)media_file
 file_formatlabel (STRING)media_file
 file_datedate_and_time (ENTITY)media_file
 media_typelabel (STRING)media_file
 authorLIST OF person_and_organization (ENTITY)media_file
 ownerLIST OF person_and_organization (ENTITY)media_file

Derived Attributes

Entity step_file has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)group

Inverse Attributes

Entity step_file has the following local and inherited inverse attributes:
AttributeTypeDefined By
 selected_contentSET OF group_assignment (ENTITY)step_file

Supertypes

Entity step_file inherits from the following supertypes:
  group
    media_file

Subtypes

    No subtypes

Referenced By

Entity step_file and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_group_relationship FUNCTION group
 group ENTITY media_file
 group_assignment ENTITY group
 group_relationship ENTITY group
 id_attribute_select SELECT group
 media_file ENTITY step_file
 media_file_cnc ENTITY group
 media_file_cnc ENTITY media_file
 media_file_drawing ENTITY group
 media_file_drawing ENTITY media_file
 select_data_source SELECT step_file
 select_generic_item SELECT group
 step_file ENTITY media_file


[Top Level Definitions] [Exit]

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