ENTITY item_ref_source_proprietary

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 - See Issue 81 *)
ENTITY item_ref_source_proprietary
SUBTYPE OF (item_ref_source);
	manufacturers_name : organization; 
	manufacturers_range : label; 
	year_of_range : year_number;
	version_of_range : OPTIONAL label;
INVERSE
	proprietary_items : SET [0:?] OF item_reference_proprietary FOR source;
END_ENTITY;

Explicit Attributes

Entity item_ref_source_proprietary has the following local and inherited explicit attributes:
AttributeTypeDefined By
 manufacturers_nameorganization (ENTITY)item_ref_source_proprietary
 manufacturers_rangelabel (STRING)item_ref_source_proprietary
 year_of_rangeyear_number (INTEGER)item_ref_source_proprietary
 version_of_rangelabel (STRING)item_ref_source_proprietary

Derived Attributes

    No derived attributes

Inverse Attributes

Entity item_ref_source_proprietary has the following local and inherited inverse attributes:
AttributeTypeDefined By
 proprietary_itemsSET OF item_reference_proprietary (ENTITY)item_ref_source_proprietary

Supertypes

Entity item_ref_source_proprietary inherits from the following supertypes:
  item_ref_source

Subtypes

    No subtypes

Referenced By

Entity item_ref_source_proprietary 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_proprietary ENTITY item_ref_source_proprietary
 item_ref_source ENTITY item_ref_source_proprietary
 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