ENTITY document_usage
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY document_usage
SUBTYPE OF (document_relationship);
UNIQUE
URD2 : SELF\document_relationship.name,
SELF\document_relationship.relating_document,
SELF\document_relationship.related_document;
WHERE
WRD12 : acyclic_document_relationship(SELF,
[SELF\document_relationship.related_document],
'STRUCTURAL_FRAME_SCHEMA.DOCUMENT_RELATIONSHIP.RELATED_DOCUMENT');
END_ENTITY;
Explicit Attributes
Entity document_usage has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity document_usage inherits from the following supertypes:
document_relationship
Subtypes
No subtypesReferenced By
Entity document_usage 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