shape_representation
EXPRESS specification:
ENTITY
shape_representation
SUBTYPE
OF
(
representation
);
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
representation
Entity
Subtype
No Diagram
shape_representation_with_units
Entity
Supertype
No Diagram
Inheritance graph
ENTITY
shape_representation;
ENTITY
representation
;
name
:
label
;
items
:
SET
[1:?]
OF
representation_item
;
context_of_items
:
representation_context
;
DERIVE
id
:
identifier
:= get_id_value (SELF);
description
:
text
:= get_description_value (SELF);
ENTITY
shape_representation
;
END_ENTITY
;