|
ENTITY Stratum_average_surface_shape_model SUBTYPE OF (Manifold_surface_shape_representation); of_surface : Stratum_average_surface; UNIQUE UR1 : of_surface; WHERE WR1: NOT EXISTS(SELF\Representation.name); WR2: NOT EXISTS(SELF\Representation.description); END_ENTITY; -- Stratum_average_surface_shape_model |
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; Geometric_model (OPT) version_id: STRING; (OPT) model_extent: length_measure; (RT) context_of_items: Geometric_coordinate_space; (RT) items: SET [1:?] OF Detailed_geometric_model_element; Manifold_surface_shape_representation - Stratum_average_surface_shape_model of_surface: Stratum_average_surface; |
Global rules for this entity data type- |