ENTITY building_section
(* SCHEMA building_design_schema; *)
ENTITY building_section
SUBTYPE OF (product_definition);
WHERE
wr1: SIZEOF(QUERY ( pdr <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 'PRODUCT_DEFINITION_RELATIONSHIP.RELATED_PRODUCT_DEFINITION')
| ('BUILDING_DESIGN_SCHEMA.BUILDING' IN TYPEOF(pdr.
relating_product_definition)) )) = 1;
wr2: SIZEOF(USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' +
'BUILDING_ITEM_IDENTIFICATION_ASSIGNMENT.ITEM')) = 1;
wr3: SIZEOF(QUERY ( pdr <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 'PRODUCT_DEFINITION_RELATIONSHIP.RELATING_PRODUCT_DEFINITION')
| (SIZEOF(TYPEOF(pdr.related_product_definition) * [
'BUILDING_DESIGN_SCHEMA.BUILDING_LEVEL',
'BUILDING_DESIGN_SCHEMA.BUILDING_ELEMENT',
'BUILDING_DESIGN_SCHEMA.FIXTURE_EQUIPMENT_ELEMENT',
'BUILDING_DESIGN_SCHEMA.SERVICE_ELEMENT',
'BUILDING_DESIGN_SCHEMA.SPACE_ELEMENT',
'BUILDING_DESIGN_SCHEMA.STRUCTURE_ENCLOSURE_ELEMENT']) = 1) ))
>= 1;
END_ENTITY; -- building_section
Explicit Attributes
Entity building_section has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity building_section inherits from the following supertypes:
product_definition
Subtypes
No subtypesReferenced By
Entity building_section and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:29-04:00