ENTITY document
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY document
SUPERTYPE OF (document_with_class);
id : identifier;
name : label;
description : text;
kind : document_type;
INVERSE
representation_types : SET[0:?] OF document_representation_type
FOR represented_document;
END_ENTITY; (* STEP Part 41 2nd edition *)
Explicit Attributes
Entity document has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity document has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
Entity document has the following subtypes:
document_standard
document_with_class*
* - Immediate Subtypes
Referenced By
Entity document 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