Skip to content

class_of_class_of_spatio_temporal_extent

GCHQDeveloper42 edited this page Mar 27, 2023 · 5 revisions

Class of Class of Spatio-Temporal Extent

A class_of_class that is class_of_spatio_temporal_extent or any of its subsets.

Subtypes

EXPRESS Specification

Diagram 4

Schema

ENTITY class_of_class_of_spatio_temporal_extent
  SUBTYPE OF(class_of_class);
END_ENTITY;
Inheritance Graph

ENTITY class_of_class_of_spatio_temporal_extent;
  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;
END_ENTITY;
Clone this wiki locally