ENTITY document
(* SCHEMA ship_structures_schema; *)
ENTITY document;
id : identifier;
name : label;
description : OPTIONAL text;
kind : document_type;
INVERSE
representation_types : SET [0:?] OF document_representation_type FOR
represented_document;
END_ENTITY; -- document
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
No subtypesReferenced By
Entity document and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:40:21-04:00