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:
Attribute | Type | Defined By |
---|
zone_name | label (STRING) | zone |
zone_description | text (STRING) | zone |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:39-04:00