ENTITY organizational_project

(* SCHEMA building_design_schema; *)
  ENTITY organizational_project;
      name                      : label;
      description               : text;
      responsible_organizations : SET [1:?] OF organization;
  END_ENTITY; -- organizational_project

Explicit Attributes

Entity organizational_project has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)organizational_project
 descriptiontext (STRING)organizational_project
 responsible_organizationsSET OF organization (ENTITY)organizational_project

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:14-04:00