ENTITY building_element_assembly

(* SCHEMA building_design_schema; *)
  ENTITY building_element_assembly
    SUBTYPE OF (product_definition);
    WHERE
      wr1: SIZEOF(QUERY ( pd <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'PROPERTY_DEFINITION.DEFINITION') | (
               'BUILDING_DESIGN_SCHEMA.PRODUCT_DEFINITION_SHAPE' IN TYPEOF(
               pd)) )) = 0;
      wr2: SIZEOF(QUERY ( acu <* QUERY ( pdr <* USEDIN(SELF,
               'BUILDING_DESIGN_SCHEMA.PRODUCT_DEFINITION_RELATIONSHIP.' + 
               'RELATING_PRODUCT_DEFINITION') | (
               'BUILDING_DESIGN_SCHEMA.ASSEMBLY_COMPONENT_USAGE' IN TYPEOF(
               pdr)) ) | (SIZEOF(TYPEOF(acu.related_product_definition) * [
               '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',
               'BUILDING_DESIGN_SCHEMA.BUILDING_ELEMENT_ASSEMBLY']) = 1) )) 
               >= 1;
  END_ENTITY; -- building_element_assembly

Explicit Attributes

Entity building_element_assembly has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_definition
 descriptiontext (STRING)product_definition
 formationproduct_definition_formation (ENTITY)product_definition
 frame_of_referenceproduct_definition_context (ENTITY)product_definition

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity building_element_assembly inherits from the following supertypes:
  product_definition

Subtypes

    No subtypes

Referenced By

Entity building_element_assembly and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_product_definition_relationship FUNCTION product_definition
 building_design_approval_item SELECT building_element_assembly
 characterized_product_definition SELECT product_definition
 product_definition_relationship ENTITY product_definition


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:29-04:00