ENTITY structure_enclosure_element

(* SCHEMA building_design_schema; *)
  ENTITY structure_enclosure_element
    SUBTYPE OF (product_definition);
    WHERE
      wr1: SIZEOF(QUERY ( pdr <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 'PRODUCT_DEFINITION_RELATIONSHIP.RELATED_PRODUCT_DEFINITION')
                | ('BUILDING_DESIGN_SCHEMA.BUILDING_SECTION' IN TYPEOF(pdr.
               relating_product_definition)) )) = 1;
      wr2: SIZEOF(USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'BUILDING_ITEM_IDENTIFICATION_ASSIGNMENT.ITEM')) = 1;
      wr3: SIZEOF(QUERY ( pds <* QUERY ( pd <* USEDIN(SELF,
               'BUILDING_DESIGN_SCHEMA.PROPERTY_DEFINITION.DEFINITION') | (
               'BUILDING_DESIGN_SCHEMA.PRODUCT_DEFINITION_SHAPE' IN TYPEOF(
               pd)) ) | (SIZEOF(QUERY ( sa <* USEDIN(pds,
               'BUILDING_DESIGN_SCHEMA.' + 'SHAPE_ASPECT.OF_SHAPE') | ((
               'BUILDING_DESIGN_SCHEMA.POSITIVE_COMPONENT' IN TYPEOF(sa)) 
               AND (sa.description = 'main component')) )) = 1) )) = 1;
  END_ENTITY; -- structure_enclosure_element

Explicit Attributes

Entity structure_enclosure_element 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 structure_enclosure_element inherits from the following supertypes:
  product_definition

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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