Skip to content

kind_of_physical_property

GCHQDeveloper42 edited this page Mar 27, 2023 · 5 revisions

Kind of Physical Property

A class_of_physical_property where each member_of a kind_of_physical_property is of the same kind.

Example: Color, with members including red, green, and blue.

Subtypes

EXPRESS Specification

Diagram 12

Schema

ENTITY kind_of_physical_property
  SUBTYPE OF(class_of_physical_property);
END_ENTITY;
Inheritance Graph

ENTITY kind_of_physical_property;
  ENTITY thing;
    member__of            : OPTIONAL SET [1:?] OF class;
  ENTITY abstract_object;
  ENTITY class;
    member_of             : OPTIONAL SET [1:?] OF class_of_class;
    has_superclass        : OPTIONAL SET [1:?] OF class;
  ENTITY class_of_abstract_object;
  ENTITY class_of_class;
  ENTITY class_of_class_of_spatio_temporal_extent;
  ENTITY class_of_physical_property;
  ENTITY kind_of_physical_property;
END_ENTITY;
Clone this wiki locally