ENTITY media_file
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY media_file
SUPERTYPE OF (ONEOF(step_file, media_file_drawing, media_file_cnc))
SUBTYPE OF (group);
file_source : label;
file_format : label;
file_date : date_and_time;
media_type : label;
author : LIST [1:?] OF person_and_organization;
owner : LIST [0:?] OF person_and_organization;
END_ENTITY;
Explicit Attributes
Entity media_file has the following local and inherited explicit attributes:
Derived Attributes
Entity media_file has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity media_file inherits from the following supertypes:
group
Subtypes
Entity media_file has the following subtypes:
media_file_cnc*
media_file_drawing*
step_file*
* - Immediate Subtypes
Referenced By
Entity media_file 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