ENTITY recess

(* SCHEMA building_design_schema; *)
  ENTITY recess
    SUBTYPE OF (negative_component);
    WHERE
      wr1: SIZEOF(USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'BUILDING_COMPONENT_CLASSIFICATION_ASSIGNMENT.ITEMS')) = 1;
      wr2: SIZEOF(QUERY ( bcca <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'BUILDING_COMPONENT_CLASSIFICATION_ASSIGNMENT.ITEMS') | (
               NOT (bcca\group_assignment.assigned_group.description = 
               'recess')) )) = 0;
  END_ENTITY; -- recess

Explicit Attributes

Entity recess has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)shape_aspect
 descriptiontext (STRING)shape_aspect
 of_shapeproduct_definition_shape (ENTITY)shape_aspect
 product_definitionalLOGICALshape_aspect

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity recess inherits from the following supertypes:
  shape_aspect
    negative_component

Subtypes

    No subtypes

Referenced By

Entity recess and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 building_component_classification_item SELECT negative_component
 building_component_classification_item SELECT recess
 building_design_approval_item SELECT negative_component
 building_document_item SELECT negative_component
 identified_item SELECT negative_component
 resulting_item SELECT negative_component
 shape_aspect_relationship ENTITY shape_aspect
 shape_definition SELECT shape_aspect


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:14-04:00