ENTITY representation_map
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY representation_map;
mapping_origin : representation_item;
mapped_representation : representation;
INVERSE
map_usage : SET [1:?] OF mapped_item FOR mapping_source;
WHERE
WRR26 : item_in_context(SELF.mapping_origin,
SELF.mapped_representation.context_of_items);
END_ENTITY; (* STEP Part 43 (unchanged in 2nd edition) *)
Explicit Attributes
Entity representation_map has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity representation_map has the following local and inherited inverse attributes:
Attribute | Type | Defined By |
---|
map_usage | SET OF mapped_item (ENTITY) | representation_map |
|
Supertypes
No supertypesSubtypes
No subtypesReferenced By
Entity representation_map and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00