ENTITY item_ref_source_library

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 - See Issue 81 *)
ENTITY item_ref_source_library
SUBTYPE OF (item_ref_source);
	library_owner : person_and_organization;
	library_name : label;
	date_of_library : calendar_date;
	version_of_library : OPTIONAL label;
INVERSE
	library_items : SET [0:?] OF item_reference_library FOR source;
END_ENTITY;

Explicit Attributes

Entity item_ref_source_library has the following local and inherited explicit attributes:
AttributeTypeDefined By
 library_ownerperson_and_organization (ENTITY)item_ref_source_library
 library_namelabel (STRING)item_ref_source_library
 date_of_librarycalendar_date (ENTITY)item_ref_source_library
 version_of_librarylabel (STRING)item_ref_source_library

Derived Attributes

    No derived attributes

Inverse Attributes

Entity item_ref_source_library has the following local and inherited inverse attributes:
AttributeTypeDefined By
 library_itemsSET OF item_reference_library (ENTITY)item_ref_source_library

Supertypes

Entity item_ref_source_library inherits from the following supertypes:
  item_ref_source

Subtypes

    No subtypes

Referenced By

Entity item_ref_source_library and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 item_cost_code_with_source ENTITY item_ref_source
 item_property_with_source ENTITY item_ref_source
 item_reference_library ENTITY item_ref_source_library
 item_ref_source ENTITY item_ref_source_library
 item_ref_source_documented ENTITY item_ref_source
 select_structural_item SELECT item_ref_source


[Top Level Definitions] [Exit]

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