|
ENTITY Composite_material_identification SUBTYPE OF (Material_identification); SELF\Material_identification.items RENAMED composite_items : SET [1:?] OF material_item_select; SELF\Material_identification.material_name RENAMED composite_material_name : STRING; END_ENTITY; -- Composite_material_identification |
Entity data types and their attributesMaterial_identificationmaterial_name: STRING; items: SET [1:?] OF material_item_select; Composite_material_identification (RT) items->composite_items: SET [1:?] OF material_item_select; (RT) material_name->composite_material_name: STRING; |
Global rules for this entity data type- |