ENTITY media_file_drawing

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 - see Issue 97 *)
ENTITY media_file_drawing
SUBTYPE OF (media_file);
	drawing_number : OPTIONAL label;
	drawing_type : drawing_class;
	drawing_size : OPTIONAL label;
	current_revision_mark : OPTIONAL label;
	current_revision_by : OPTIONAL person_and_organization;
	current_revision_date : OPTIONAL date_and_time;
	current_revision_note : OPTIONAL text; 
DERIVE
	drawing_title : label := SELF\group.group_name;
	drawn_by : person := SELF\media_file.author[1].the_person;
	detail_company : organization := SELF\media_file.author[1].the_organization;
	creation_date : date_and_time := SELF\media_file.file_date;
	drawing_filename : label := SELF\media_file.file_source;
END_ENTITY;

Explicit Attributes

Entity media_file_drawing 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
 drawing_numberlabel (STRING)media_file_drawing
 drawing_typedrawing_class (ENUM)media_file_drawing
 drawing_sizelabel (STRING)media_file_drawing
 current_revision_marklabel (STRING)media_file_drawing
 current_revision_byperson_and_organization (ENTITY)media_file_drawing
 current_revision_datedate_and_time (ENTITY)media_file_drawing
 current_revision_notetext (STRING)media_file_drawing

Derived Attributes

Entity media_file_drawing has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)group
 drawing_titlelabel (STRING)media_file_drawing
 drawn_byperson (ENTITY)media_file_drawing
 detail_companyorganization (ENTITY)media_file_drawing
 creation_datedate_and_time (ENTITY)media_file_drawing
 drawing_filenamelabel (STRING)media_file_drawing

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity media_file_drawing inherits from the following supertypes:
  group
    media_file

Subtypes

    No subtypes

Referenced By

Entity media_file_drawing 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 media_file_drawing
 media_file_cnc ENTITY group
 media_file_cnc ENTITY media_file
 media_file_drawing ENTITY media_file
 media_file_drawing ENTITY group
 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