ENTITY building_component_classification_group

(* SCHEMA building_design_schema; *)
  ENTITY building_component_classification_group
    SUBTYPE OF (group);
    WHERE
      wr1: SIZEOF(QUERY ( ga <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'GROUP_ASSIGNMENT.ASSIGNED_GROUP') | ((
               'BUILDING_DESIGN_SCHEMA.' + 
               'BUILDING_COMPONENT_CLASSIFICATION_ASSIGNMENT') IN TYPEOF(ga)) )) 
               >= 1;
  END_ENTITY; -- building_component_classification_group

Explicit Attributes

Entity building_component_classification_group has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)group
 descriptiontext (STRING)group

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity building_component_classification_group inherits from the following supertypes:
  group

Subtypes

    No subtypes

Referenced By

Entity building_component_classification_group and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 building_document_item SELECT building_component_classification_group
 group_assignment ENTITY group
 subtype_mandatory_group RULE group


[Top Level Definitions] [Exit]

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