ENTITY state_observed_relationship
(* SCHEMA engineering_properties_schema; *)
ENTITY state_observed_relationship;
name : label;
description : OPTIONAL text;
relating_state_observed : SET [1:?] OF state_observed;
related_state_observed : SET [1:?] OF state_observed;
END_ENTITY;
Explicit Attributes
Entity state_observed_relationship has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | state_observed_relationship |
| description | text (STRING) | state_observed_relationship |
| relating_state_observed | SET OF state_observed (ENTITY) | state_observed_relationship |
| related_state_observed | SET OF state_observed (ENTITY) | state_observed_relationship |
|
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:51-04:00