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:
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

Entity document_usage inherits from the following supertypes:
  document_relationship

Subtypes

    No subtypes

Referenced By

Entity document_usage and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_document_relationship FUNCTION document_relationship
 document_relationship ENTITY document_usage
 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