|
ENTITY substructure_element_representation SUBTYPE OF (element_representation); model_ref : fea_model; substructure_model_ref : fea_model; UNIQUE UR1 : model_ref, name; END_ENTITY; -- substructure_element_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; element_representation node_list: LIST [1:?] OF node_representation; substructure_element_representation model_ref: fea_model; substructure_model_ref: fea_model; |
Global rules for this entity data type- |