|
ENTITY property_definition_representation; definition : represented_definition; used_representation : representation; DERIVE description : text := get_description_value(SELF); name : label := get_name_value(SELF); WHERE WR1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1; WR2: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1; END_ENTITY; -- property_definition_representation |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; |
Global rules for this entity data typechamfer_offset_requires_faces (Machining_features_mim)chamfer_requires_faces (Machining_features_mim) edge_round_requires_faces (Machining_features_mim) restrict_representation_for_surface_condition (automotive_design) restrict_representation_for_surface_condition (Surface_conditions_mim) subtype_exclusiveness_property_definition_representation (automotive_design) subtype_exclusiveness_property_definition_representation (Catalog_data_information_mim) |