|
ENTITY Data_structure SUBTYPE OF (Representation); SELF\Representation.description : STRING; dimensions : LIST [1:?] OF Data_structure_dimension; SELF\Representation.items : SET [1:?] OF data_structure_item; END_ENTITY; -- Data_structure |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Data_structure (RT) description: STRING; dimensions: LIST [1:?] OF Data_structure_dimension; (RT) items: SET [1:?] OF data_structure_item; |
Global rules for this entity data type- |