|
ENTITY presentation_representation SUPERTYPE OF (ONEOF (area_dependent_annotation_representation, presentation_area, presentation_view, product_data_representation_view, view_dependent_annotation_representation)) SUBTYPE OF (representation); SELF\representation.context_of_items : geometric_representation_context; WHERE WR1: SELF\representation. context_of_items\geometric_representation_context. coordinate_space_dimension = 2; WR2: ('PRESENTATION_ORGANIZATION_SCHEMA.PRESENTATION_AREA' IN TYPEOF (SELF)) OR (SIZEOF (QUERY (prr <* USEDIN (SELF, 'REPRESENTATION_SCHEMA.' + 'REPRESENTATION_RELATIONSHIP.REP_2') | 'PRESENTATION_ORGANIZATION_SCHEMA.PRESENTATION_REPRESENTATION' IN TYPEOF (prr\representation_relationship.rep_1))) > 0) OR (SIZEOF(QUERY( rm <* USEDIN(SELF, 'REPRESENTATION_SCHEMA.'+ 'REPRESENTATION_MAP.'+ 'MAPPED_REPRESENTATION') | SIZEOF(QUERY( mi <* USEDIN(rm, 'REPRESENTATION_SCHEMA.'+ 'MAPPED_ITEM.'+ 'MAPPING_SOURCE') | SIZEOF(QUERY( rep <* using_representations (mi) | 'PRESENTATION_ORGANIZATION_SCHEMA.'+ 'PRESENTATION_REPRESENTATION' IN TYPEOF (rep))) > 0 )) > 0)) > 0); END_ENTITY; -- presentation_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; presentation_representation (RT) context_of_items: geometric_representation_context; |
| area_dependent_annotation_representation (presentation_organization_schema) |
| presentation_area (presentation_organization_schema) |
| presentation_view (presentation_organization_schema) |
| presentation_with_association (ida_step_aim_schema) |
| product_data_representation_view (presentation_organization_schema) |
| view_dependent_annotation_representation (presentation_organization_schema) |
Global rules for this entity data typesubtype_exclusiveness_presentation_representation (automotive_design) |