ENTITY date_assignment

(* SCHEMA engineering_properties_schema; *)


   ENTITY date_assignment
   ABSTRACT SUPERTYPE;
      assigned_date : date;
      role : date_role;
   END_ENTITY;

Explicit Attributes

Entity date_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_datedate (ENTITY)date_assignment
 roledate_role (ENTITY)date_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity date_assignment has the following subtypes:
    applied_date_assignment*
* - 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:18:50-04:00