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