ENTITY classification_table

(* SCHEMA building_design_schema; *)
  ENTITY classification_table
    SUBTYPE OF (document_usage_constraint);
    WHERE
      wr1: SIZEOF(QUERY ( bddr <* QUERY ( dr <* USEDIN(SELF.source,'BUILDING_DESIGN_SCHEMA.DOCUMENT_REFERENCE.ASSIGNED_DOCUMENT')
                | ('BUILDING_DESIGN_SCHEMA.BUILDING_DOCUMENT_REFERENCE' IN 
               TYPEOF(dr)) ) | (NOT (SIZEOF(QUERY ( item <* bddr.items | (
               NOT (SIZEOF(TYPEOF(item) * [
               'BUILDING_DESIGN_SCHEMA.PRODUCT_CATEGORY',
               'BUILDING_DESIGN_SCHEMA.BUILDING_CLASSIFICATION_GROUP']) = 1)) )) 
               = 0)) )) = 0;
  END_ENTITY; -- classification_table

Explicit Attributes

Entity classification_table has the following local and inherited explicit attributes:
AttributeTypeDefined By
 sourcedocument (ENTITY)document_usage_constraint
 subject_elementlabel (STRING)document_usage_constraint
 subject_element_valuetext (STRING)document_usage_constraint

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity classification_table inherits from the following supertypes:
  document_usage_constraint

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