Overview Schemas Index

representation_schema         


ENTITY representation_map;
          mapping_origin : representation_item;
          mapped_representation : representation;
INVERSE
          map_usage : SET [1:?] OF mapped_item FOR mapping_source;
WHERE
          WR1: item_in_context(SELF.mapping_origin,
        SELF.mapped_representation.context_of_items);
END_ENTITY; -- representation_map

Entity data types and their attributes

representation_map
          mapping_origin: representation_item;
          mapped_representation: representation;
          (INV) map_usage: SET [1:?] OF mapped_item FOR mapping_source;

Known subtypes

          camera_usage (presentation_organization_schema)
          symbol_representation_map (presentation_definition_schema)

Users: by entity attributes

representation_map
          mapped_item.mapping_source
          repositioned_neutral_sketch.map

Users: by defined types, not used by any entity attribute

representation_map
          -

Global rules for this entity data type

          subtype_exclusiveness_representation_map (automotive_design)