ENTITY site

(* SCHEMA building_design_schema; *)
  ENTITY site
    SUBTYPE OF (characterized_object, product_definition);
    WHERE
      wr1: (SIZEOF(USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'PROPERTY_DEFINITION.DEFINITION')) >= 1) AND (SIZEOF(
               QUERY ( pd <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'PROPERTY_DEFINITION.DEFINITION') | (SIZEOF(USEDIN(pd,
               'BUILDING_DESIGN_SCHEMA.' + 
               'PROPERTY_DEFINITION_REPRESENTATION.DEFINITION')) = 0) )) = 
               0);
      wr2: SIZEOF(QUERY ( pd <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'PROPERTY_DEFINITION.DEFINITION') | (NOT (SIZEOF(
               QUERY ( pdr <* USEDIN(pd,'BUILDING_DESIGN_SCHEMA.' + 
               'PRODUCT_DEFINITION_REPRESENTATION.DEFINITION') | (NOT (
               'BUILDING_DESIGN_SCHEMA.SITE_REPRESENTATION' IN TYPEOF(pdr.
               used_representation))) )) = 0)) )) = 0;
  END_ENTITY; -- site

Explicit Attributes

Entity site has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)characterized_object
 descriptiontext (STRING)characterized_object
 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 site inherits from the following supertypes:
  characterized_object
  product_definition

Subtypes

    No subtypes

Referenced By

Entity site and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_product_definition_relationship FUNCTION product_definition
 characterized_definition SELECT characterized_object
 characterized_product_definition SELECT product_definition
 product_definition_relationship ENTITY product_definition


[Top Level Definitions] [Exit]

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