ENTITY media_file_cnc
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 - see Issue 97 *)
ENTITY media_file_cnc
SUBTYPE OF (media_file);
cnc_data_format : label;
DERIVE
cnc_file_title : label := SELF\group.group_name;
created_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;
cnc_filename : label := SELF\media_file.file_source;
END_ENTITY;
Explicit Attributes
Entity media_file_cnc has the following local and inherited explicit attributes:
Derived Attributes
Entity media_file_cnc has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity media_file_cnc inherits from the following supertypes:
group
media_file
Subtypes
No subtypesReferenced By
Entity media_file_cnc 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