ENTITY building_design_approval

(* SCHEMA building_design_schema; *)
  ENTITY building_design_approval
    SUBTYPE OF (approval_assignment);
      items : SET [1:?] OF building_design_approval_item;
    WHERE
      wr1: SIZEOF(QUERY ( i <* SELF.items | (SIZEOF([
               'BUILDING_DESIGN_SCHEMA.BUILDING',
               'BUILDING_DESIGN_SCHEMA.BUILDING_LEVEL',
               'BUILDING_DESIGN_SCHEMA.BUILDING_SECTION',
               'BUILDING_DESIGN_SCHEMA.ELEMENT_ASSEMBLY'] * TYPEOF(i)) = 1) )) 
               = 0;
  END_ENTITY; -- building_design_approval

Explicit Attributes

Entity building_design_approval has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_approvalapproval (ENTITY)approval_assignment
 itemsSET OF building_design_approval_item (SELECT)building_design_approval

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity building_design_approval inherits from the following supertypes:
  approval_assignment

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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