ENTITY production_rate

(* SCHEMA cast_parts_schema; *)
  ENTITY production_rate
    SUBTYPE OF (action_property);
    WHERE
  wr1: SIZEOF(QUERY ( apr <* USEDIN(SELF,
      'CAST_PARTS_SCHEMA.ACTION_PROPERTY_REPRESENTATION.PROPERTY')| 
      (SIZEOF(QUERY ( it <* apr.representation.items | 
      ((SIZEOF([
      'CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM',
      'CAST_PARTS_SCHEMA.TIME_MEASURE_WITH_UNIT'] * TYPEOF
      (it)) = 2) AND (it.name = 'time per unit')))) = 1))) = 1;
 
 wr2: SIZEOF(QUERY ( apr <* USEDIN(SELF,
      'CAST_PARTS_SCHEMA.ACTION_PROPERTY_REPRESENTATION.PROPERTY')| 
      (SIZEOF(QUERY ( it <* apr.representation.items | 
      (('CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM' 
      IN TYPEOF(it)) AND (it.name = 'unit quantity'))))=1)))=1;
           
 wr3: SIZEOF(QUERY ( apr <* USEDIN(SELF,
      'CAST_PARTS_SCHEMA.ACTION_PROPERTY_REPRESENTATION.PROPERTY')| 
      (SIZEOF(QUERY ( it <* apr.representation.items | 
      (('CAST_PARTS_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
      IN TYPEOF(it)) AND (it.name = 'production rate source'))))=1)))=1;

  END_ENTITY; -- production_rate

Explicit Attributes

Entity production_rate has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_property
 descriptiontext (STRING)action_property
 definitioncharacterized_action_definition (SELECT)action_property

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity production_rate inherits from the following supertypes:
  action_property

Subtypes

    No subtypes

Referenced By

Entity production_rate and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_property_relationship ENTITY action_property
 action_property_representation ENTITY action_property
 derived_property_select SELECT action_property
 get_action_property_representation FUNCTION action_property
 time_item SELECT action_property


[Top Level Definitions] [Exit]

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