ENTITY document_product_association
(* SCHEMA engineering_properties_schema; *)
ENTITY document_product_association;
name : label;
description : OPTIONAL text;
relating_document : document;
related_product : product_or_formation_or_definition;
END_ENTITY;
Explicit Attributes
Entity document_product_association has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | document_product_association |
| description | text (STRING) | document_product_association |
| relating_document | document (ENTITY) | document_product_association |
| related_product | product_or_formation_or_definition (SELECT) | document_product_association |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Not referenced by any other definition
[Top Level Definitions] [Exit]
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:50-04:00