ENTITY document_relationship
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY document_relationship
SUPERTYPE OF (document_usage);
name : label;
description : OPTIONAL text;
relating_document : document;
related_document : document;
END_ENTITY; (* STEP Part 41 2nd edition *)
Explicit Attributes
Entity document_relationship has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
name | label (STRING) | document_relationship |
description | text (STRING) | document_relationship |
relating_document | document (ENTITY) | document_relationship |
related_document | document (ENTITY) | document_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity document_relationship has the following subtypes:
document_usage*
* - Immediate Subtypes
Referenced By
Entity document_relationship 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