|
ENTITY usage_concept_usage_relationship SUBTYPE OF (mapped_item, item_identified_representation_usage); SELF\item_identified_representation_usage.used_representation : shape_representation; SELF\item_identified_representation_usage.definition : shape_aspect; DERIVE SELF\item_identified_representation_usage.identified_item : usage_concept_usage_relationship := SELF; WHERE WR1: SELF IN SELF\item_identified_representation_usage.used_representation.items; END_ENTITY; -- usage_concept_usage_relationship |
Entity data types and their attributesrepresentation_itemname: label; mapped_item mapping_source: representation_map; mapping_target: representation_item; item_identified_representation_usage name: label; (OPT) description: text; definition: item_identified_representation_usage_definition; used_representation: representation; identified_item: representation_item; usage_concept_usage_relationship (RT) used_representation: shape_representation; (RT) definition: shape_aspect; (RT) (DER) identified_item: usage_concept_usage_relationship; |
Global rules for this entity data type- |