ENTITY zone

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)

ENTITY zone
ABSTRACT SUPERTYPE OF (ONEOF 
		(zone_of_building, 
		zone_of_project, 
		zone_of_site, 
		zone_of_structure) ANDOR
		zone_bounded);
 	zone_name : label;
 	zone_description : OPTIONAL text;
END_ENTITY; 

Explicit Attributes

Entity zone has the following local and inherited explicit attributes:
AttributeTypeDefined By
 zone_namelabel (STRING)zone
 zone_descriptiontext (STRING)zone

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity zone has the following subtypes:
    zone_bounded*
    zone_of_building*
    zone_of_building_storey
    zone_of_project*
    zone_of_site*
    zone_of_structure*
    zone_of_structure_sequence
    zone_of_structure_sequence_lot
* - Immediate Subtypes

Referenced By

Entity zone and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 select_structural_item SELECT zone


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:39-04:00