ENTITY assembly_component_usage_substitute
(* SCHEMA Ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf; *)
ENTITY assembly_component_usage_substitute;
name : label;
definition : OPTIONAL text;
base : assembly_component_usage;
substitute : assembly_component_usage;
UNIQUE
UR1 : base, substitute;
WHERE
WR1 : base.relating_product_definition :=:
substitute.relating_product_definition;
WR2 : base :<>: substitute;
END_ENTITY;
Explicit Attributes
Entity assembly_component_usage_substitute has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | assembly_component_usage_substitute |
| definition | text (STRING) | assembly_component_usage_substitute |
| base | assembly_component_usage (ENTITY) | assembly_component_usage_substitute |
| substitute | assembly_component_usage (ENTITY) | assembly_component_usage_substitute |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity assembly_component_usage_substitute and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:38-04:00