ENTITY product_definition
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
ENTITY product_definition;
id : identifier;
description : OPTIONAL text;
formation : product_definition_formation;
frame_of_reference : product_definition_context;
DERIVE
name : label := get_name_value(SELF);
WHERE
wr1 : SIZEOF(USEDIN(SELF,
'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.NAME_ATTRIBUTE.NAMED_ITEM'
)) <= 1;
END_ENTITY;
Explicit Attributes
Entity product_definition has the following local and inherited explicit attributes:
Derived Attributes
Entity product_definition has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | product_definition |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity product_definition has the following subtypes:
product_as_individual_view*
* - Immediate Subtypes
Referenced By
Entity product_definition and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:33-04:00