ENTITY core_box_vent

(* SCHEMA cast_parts_schema; *)
  ENTITY core_box_vent
    SUBTYPE OF (representation);
WHERE

                 
(*  ----    material_type ---- *)

  wr1: SIZEOF(QUERY ( it <* SELF.items |
      (('CAST_PARTS_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
      IN TYPEOF(it)) AND 
      (it.name = 'material type') AND 
       (it.description IN ['brass','nylon',
       'polyurethane','stainless steel'] )
       ))) =1;
                 
(*  ----    vent_type ---- *)
         

  wr2: SIZEOF(QUERY ( it <* SELF.items |
      (('CAST_PARTS_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
      IN TYPEOF(it)) AND 
      (it.name = 'vent type') 
       ))) =1;
           
(*  ----  core_box_vent to equipment_size (as dimensions) ---- *)

  wr3: SIZEOF(QUERY ( it <* SELF.items |
       ((SIZEOF(['CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM',
      'CAST_PARTS_SCHEMA.LENGTH_MEASURE_WITH_UNIT'] 
      * TYPEOF(it)) = 2) AND (it.name = 'diameter'))
      ))=1;
      
  wr4: SIZEOF(QUERY ( it <* SELF.items |
       ((SIZEOF(['CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM',
      'CAST_PARTS_SCHEMA.LENGTH_MEASURE_WITH_UNIT'] 
      * TYPEOF(it)) = 2) AND (it.name = 'draft'))
      ))=1;

  wr5: SIZEOF(QUERY ( it <* SELF.items |
       ((SIZEOF(['CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM',
      'CAST_PARTS_SCHEMA.LENGTH_MEASURE_WITH_UNIT'] 
      * TYPEOF(it)) = 2) AND (it.name = 'length'))
      ))=1;

  wr6: SIZEOF(QUERY ( it <* SELF.items |
       ((SIZEOF(['CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM',
      'CAST_PARTS_SCHEMA.LENGTH_MEASURE_WITH_UNIT'] 
      * TYPEOF(it)) = 2) AND (it.name = 'width'))
      ))=1;

  wr7: SIZEOF(QUERY ( it <* SELF.items |
       ((SIZEOF(['CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM',
      'CAST_PARTS_SCHEMA.LENGTH_MEASURE_WITH_UNIT'] 
      * TYPEOF(it)) = 2) AND (it.name = 'height'))
      ))=1;

(*  ----  core_box_vent to shape_element (as core_shape) ---- *)

   wr8:  SIZEOF(QUERY ( ap <* USEDIN(SELF,
          'CAST_PARTS_SCHEMA.REPRESENTATION_RELATIONSHIP.REP_1') | 
          (('CAST_PARTS_SCHEMA.SHAPE_REPRESENTATION' 
          IN TYPEOF(ap.rep_2)) )))=1;

  END_ENTITY; -- core_box_vent

Explicit Attributes

Entity core_box_vent has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF representation_item (ENTITY)representation
 context_of_itemsrepresentation_context (ENTITY)representation

Derived Attributes

Entity core_box_vent has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)representation
 descriptiontext (STRING)representation

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity core_box_vent inherits from the following supertypes:
  representation

Subtypes

    No subtypes

Referenced By

Entity core_box_vent and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_property_representation ENTITY representation
 acyclic_mapped_representation FUNCTION representation
 date_and_time_item SELECT representation
 definitional_representation ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 id_attribute_select SELECT representation
 pcurve ENTITY representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 resource_property_representation ENTITY representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

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