|
ENTITY rectangle_domain SUBTYPE OF (founded_item); corner : cartesian_point; xlength : positive_length_measure; ylength : positive_length_measure; WHERE WR1: SIZEOF(QUERY(item <* USEDIN(SELF, '')| NOT ('GEOMETRIC_MODEL_SCHEMA.RECTANGLED_HALF_SPACE' IN TYPEOF(item)))) = 0; END_ENTITY; -- rectangle_domain |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; rectangle_domain corner: cartesian_point; xlength: positive_length_measure; ylength: positive_length_measure; |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select rectangle_domain rectangled_half_space.enclosure Users: by defined types, not used by any entity attributerectangle_domain- |
Global rules for this entity data type- |