|
ENTITY Picture_representation SUBTYPE OF (View_area); SELF\Representation.items : SET [1:?] OF picture_representation_element_select; WHERE WR1: SIZEOF(QUERY(item <* items | 'PICTURE_REPRESENTATION_ARM.'+'PICTURE_REPRESENTATION_ITEM' IN TYPEOF(item))) = 1; END_ENTITY; -- Picture_representation |
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; View_area size: Planar_box; (RT) items: SET [1:?] OF view_area_element_select; Picture_representation (RT) items: SET [1:?] OF picture_representation_element_select; |
Global rules for this entity data type- |