Navigation

zone_of_building_storey

EXPRESS specification:

ENTITY zone_of_building_storey
SUBTYPE OF ( zone_of_building);
storey_height  :  positive_length_measure_with_unit;
storey_level  :  OPTIONAL length_measure_with_unit;
datum_name  :  OPTIONAL text;
END_ENTITY;

References (1):

Name Type Referred through Express-G
zone_of_building Entity
Subtype
No Diagram

Inheritance graph

ENTITY zone_of_building_storey;
ENTITY zone;
zone_name  :  label;
zone_description  :  OPTIONAL text;
ENTITY zone_of_building;
zone_for_building  :  building;
ENTITY zone_of_building_storey;
storey_height  :  positive_length_measure_with_unit;
storey_level  :  OPTIONAL length_measure_with_unit;
datum_name  :  OPTIONAL text;
END_ENTITY;