|
ENTITY element_material; material_id : identifier; description : text; properties : SET [1:?] OF material_property_representation; END_ENTITY; -- element_material |
Entity data types and their attributeselement_materialmaterial_id: identifier; description: text; properties: SET [1:?] OF material_property_representation; |
Global rules for this entity data type- |