ENTITY project

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* ************************************************************ *)
(*                                                              *)
(*  PROJECT                                                     *)
(*                                                              *)
(* ************************************************************ *)
(* ************************************************************ *)


ENTITY project; 	(* m0 *)
its_id:          identifier;
main_workplan:   workplan;
its_workpieces:  SET [0:?] OF workpiece;
its_owner:	OPTIONAL person_and_address;
its_release:	OPTIONAL date_and_time;
its_status:      OPTIONAL approval;
(*
Informal proposition:
its_id shall be unique within the part programme.
*)
END_ENTITY;

Explicit Attributes

Entity project has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)project
 main_workplanworkplan (ENTITY)project
 its_workpiecesSET OF workpiece (ENTITY)project
 its_ownerperson_and_address (ENTITY)project
 its_releasedate_and_time (STRING)project
 its_statusApproval (ENTITY)project

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity project and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 last_modified_timestamp_item SELECT project
 security_classification_item SELECT project


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00