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:
AttributeTypeDefined By
 namelabel (STRING)document_product_association
 descriptiontext (STRING)document_product_association
 relating_documentdocument (ENTITY)document_product_association
 related_productproduct_or_formation_or_definition (SELECT)document_product_association

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced 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