ENTITY assembly_component_usage_substitute
(* SCHEMA product_structure_schema; *)
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
Entity assembly_component_usage_substitute has the following subtypes:
assembly_component_usage_substitute_with_ranking*
* - Immediate Subtypes
Referenced By
Not referenced by any other definition
[Top Level Definitions] [Exit]
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:58-04:00