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:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | organizational_project |
| description | text (STRING) | organizational_project |
| responsible_organizations | SET OF organization (ENTITY) | organizational_project |
|
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:14-04:00