ENTITY structural_frame_item_priced

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY structural_frame_item_priced;
	priced_item : structural_frame_item; 
	assigned_price: currency_measure_with_unit;
	price_description : text; 
UNIQUE
	URS4 : priced_item, assigned_price;
END_ENTITY;

Explicit Attributes

Entity structural_frame_item_priced has the following local and inherited explicit attributes:
AttributeTypeDefined By
 priced_itemstructural_frame_item (ENTITY)structural_frame_item_priced
 assigned_pricecurrency_measure_with_unit (ENTITY)structural_frame_item_priced
 price_descriptiontext (STRING)structural_frame_item_priced

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity structural_frame_item_priced and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 procure ENTITY structural_frame_item_priced
 select_structural_item SELECT structural_frame_item_priced


[Top Level Definitions] [Exit]

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