ENTITY bankout_frame

(* SCHEMA cast_parts_schema; *)
  ENTITY bankout_frame
    SUBTYPE OF (core_equipment);
    WHERE
      wr1: SIZEOF(QUERY ( pdr <* get_resource_property_representation(SELF) | 
          (('CAST_PARTS_SCHEMA.REPRESENTATION' IN 
           TYPEOF(pdr.representation)) AND 
           (SIZEOF(QUERY (it <* pdr.representation.items |
          (('CAST_PARTS_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
          IN TYPEOF(it)) AND ((it.name = 'material type') 
         )))) =1 ))))>=1; 
         
  END_ENTITY; -- bankout_frame

Explicit Attributes

Entity bankout_frame has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_resource
 descriptiontext (STRING)action_resource
 usageSET OF supported_item (SELECT)action_resource
 kindaction_resource_type (ENTITY)action_resource

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity bankout_frame inherits from the following supertypes:
  action_resource
    machine
      casting_equipment
        core_equipment

Subtypes

    No subtypes

Referenced By

Entity bankout_frame and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT action_resource
 action_resource_relationship ENTITY action_resource
 casting_equipment ENTITY core_equipment
 characterized_resource_definition SELECT action_resource
 date_item SELECT action_resource
 document_reference_item SELECT action_resource
 organization_item SELECT action_resource
 requirement_for_action_resource ENTITY action_resource


[Top Level Definitions] [Exit]

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