ENTITY assembly_component_usage_substitute
(* SCHEMA technical_data_packaging; *)
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; -- assembly_component_usage_substitute
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
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:18:34-04:00