Overview Schemas Index

presentation_definition_schema         


ENTITY symbol_representation_map
          SUBTYPE OF (representation_map);
          SELF\representation_map.mapped_representation : symbol_representation;
          SELF\representation_map.mapping_origin : axis2_placement;
WHERE
          WR1: SIZEOF(
           QUERY(mi <* SELF\representation_map.map_usage | NOT('PRESENTATION_DEFINITION_SCHEMA.ANNOTATION_SYMBOL' IN TYPEOF(mi)))
         ) = 0;
END_ENTITY; -- symbol_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;
symbol_representation_map
          (RT) mapped_representation: symbol_representation;
          (RT) mapping_origin: axis2_placement;

Users: by entity attributes

representation_map
          mapped_item.mapping_source
          repositioned_neutral_sketch.map
symbol_representation_map
          annotation_symbol.mapping_source

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

symbol_representation_map
          -

Global rules for this entity data type

          -