ENTITY state_observed_relationship

(* SCHEMA state_observed_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:
AttributeTypeDefined By
 namelabel (STRING)state_observed_relationship
 descriptiontext (STRING)state_observed_relationship
 relating_state_observedSET OF state_observed (ENTITY)state_observed_relationship
 related_state_observedSET OF state_observed (ENTITY)state_observed_relationship

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:13:59-04:00