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:
AttributeTypeDefined By
 namelabel (STRING)document_relationship
 descriptiontext (STRING)document_relationship
 relating_documentdocument (ENTITY)document_relationship
 related_documentdocument (ENTITY)document_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 acyclic_document_relationship FUNCTION document_relationship
 document_usage ENTITY document_relationship
 select_generic_item SELECT document_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00