ENTITY document
(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
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;
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:
    design_reference*
    document_file*
    document_with_class*
    process_plan_specification*
* - 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
2020-07-28T17:02:15-04:00