ENTITY representation_map

(* SCHEMA integrated_cnc_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; -- 10303-43: representation_schema

Explicit Attributes

Entity representation_map has the following local and inherited explicit attributes:
AttributeTypeDefined By
 mapping_originrepresentation_item (ENTITY)representation_map
 mapped_representationrepresentation (ENTITY)representation_map

Derived Attributes

    No derived attributes

Inverse Attributes

Entity representation_map has the following local and inherited inverse attributes:
AttributeTypeDefined By
 map_usageSET OF mapped_item (ENTITY)representation_map

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity representation_map and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 mapped_item ENTITY representation_map


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:23-02:00