Overview Schemas Index

presentation_organization_schema         


ENTITY camera_usage
          SUBTYPE OF (representation_map);
          SELF\representation_map.mapping_origin : camera_model;
WHERE
          WR1: NOT ('PRESENTATION_ORGANIZATION_SCHEMA.PRESENTATION_REPRESENTATION'
          IN TYPEOF(SELF\representation_map.mapped_representation));
END_ENTITY; -- camera_usage

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;
camera_usage
          (RT) mapping_origin: camera_model;

Users: by entity attributes

representation_map
          mapped_item.mapping_source
          repositioned_neutral_sketch.map
camera_usage
          camera_image.mapping_source

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

camera_usage
          -

Global rules for this entity data type

          -