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:
Derived Attributes
Entity media_file_drawing has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
id | identifier (STRING) | group |
drawing_title | label (STRING) | media_file_drawing |
drawn_by | person (ENTITY) | media_file_drawing |
detail_company | organization (ENTITY) | media_file_drawing |
creation_date | date_and_time (ENTITY) | media_file_drawing |
drawing_filename | label (STRING) | media_file_drawing |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity media_file_drawing inherits from the following supertypes:
group
media_file
Subtypes
No subtypesReferenced By
Entity media_file_drawing 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