|
ENTITY Mechanical_design_presentation_representation_with_draughting SUBTYPE OF (Styled_model); SELF\Representation.items : SET [1:?] OF mdprwd_element_select; WHERE WR1: SELF\Representation.context_of_items\Geometric_coordinate_space.dimension_count = 3; END_ENTITY; -- Mechanical_design_presentation_representation_with_draughting |
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; Styled_model (OPT) version_id: STRING; (RT) context_of_items: Geometric_coordinate_space; (DER) styled_geometry: SET [0:?] OF Geometric_model; Mechanical_design_presentation_representation_with_draughting (RT) items: SET [1:?] OF mdprwd_element_select; |
Global rules for this entity data type- |