ENTITY assembly

(* SCHEMA cast_parts_schema; *)
  ENTITY assembly
    SUBTYPE OF (non_casting_activity);
     WHERE
          
(* ------------  pattern section assembly sequence  ---------- *)

wr1:   SIZEOF(QUERY ( pdr <* get_action_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 = 'pattern section assembly sequence') 
         )))) >=0 ))))>=1;  
          
(* ------------  foam pattern coating density  ---------- *)

wr2:   SIZEOF(QUERY ( pdr <* get_action_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 = 'foam pattern coating density') 
         )))) <=1 ))))>=1; 
             
  END_ENTITY; -- assembly

Explicit Attributes

Entity assembly has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_method
 descriptiontext (STRING)action_method
 consequencetext (STRING)action_method
 purposetext (STRING)action_method

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity assembly inherits from the following supertypes:
  action_method
    process_plan_activity
      casting_activity
        non_casting_activity

Subtypes

    No subtypes

Referenced By

Entity assembly and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action ENTITY action_method
 action_method_assignment ENTITY action_method
 action_method_relationship ENTITY action_method
 action_request_solution ENTITY action_method
 approved_item SELECT action_method
 characterized_action_definition SELECT action_method
 document_reference_item SELECT action_method
 organization_item SELECT action_method
 security_classification_item SELECT action_method
 supported_item SELECT action_method


[Top Level Definitions] [Exit]

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