Overview Schemas Index

product_property_representation_schema         


ENTITY context_dependent_shape_representation;
          representation_relation : shape_representation_relationship;
          represented_product_relation : product_definition_shape;
DERIVE
          description : text := get_description_value (SELF);
          name : label := get_name_value (SELF);
WHERE
          WR1: 'PRODUCT_DEFINITION_SCHEMA.PRODUCT_DEFINITION_RELATIONSHIP' IN TYPEOF (SELF.represented_product_relation.definition);
          WR2: SIZEOF (USEDIN (SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
          WR3: SIZEOF (USEDIN (SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
END_ENTITY; -- context_dependent_shape_representation

Entity data types and their attributes

context_dependent_shape_representation
          representation_relation: shape_representation_relationship;
          represented_product_relation: product_definition_shape;
          (DER) description: text;
          (DER) name: label;

Known subtypes

          component_2d_location (Physical_unit_2d_design_view_mim)
          component_3d_location (Physical_unit_3d_design_view_mim)
          manifold_constraining_context_dependent_shape_representation (Interconnect_non_planar_shape_mim)

Users

context_dependent_shape_representation
          description_attribute.described_item
                    description_attribute_select
          name_attribute.named_item
                    name_attribute_select

Global rules for this entity data type

          -