|
ENTITY Stratum_planar_shape_model SUBTYPE OF (Csg_2d_model); shape_characterized_component : Stratum; SELF\Representation.items : SET [1:?] OF Primitive_2d; UNIQUE UR1 : shape_characterized_component; WHERE WR1: NOT EXISTS(SELF\Representation.description); END_ENTITY; -- Stratum_planar_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; Csg_2d_model (RT) items: SET [1:?] OF primitive_or_boolean_result_2d; Stratum_planar_shape_model shape_characterized_component: Stratum; (RT) items: SET [1:?] OF Primitive_2d; |
Global rules for this entity data type- |