ENTITY action_directive
(* SCHEMA structural_analysis_design; *)
ENTITY action_directive;
name : label;
description : text;
analysis : text;
comment : text;
requests : SET [1:?] OF versioned_action_request;
END_ENTITY; -- action_directive
Explicit Attributes
Entity action_directive has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | action_directive |
| description | text (STRING) | action_directive |
| analysis | text (STRING) | action_directive |
| comment | text (STRING) | action_directive |
| requests | SET OF versioned_action_request (ENTITY) | action_directive |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity action_directive and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:38:43-04:00