ENTITY dimension_callout_component_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
ENTITY dimension_callout_component_relationship
   SUBTYPE OF (draughting_callout_relationship);
   WHERE
      WR1:
         SELF.name IN [ 'prefix', 'suffix' ];
      wr2:
         'STEP_MERGED_AP_SCHEMA.STRUCTURED_DIMENSION_CALLOUT' IN TYPEOF(SELF.relating_draughting_callout);
      wr3:
         SIZEOF(TYPEOF(SELF.related_draughting_callout) * [ 'STEP_MERGED_AP_SCHEMA.LEADER_DIRECTED_CALLOUT', 'STEP_MERGED_AP_SCHEMA.PROJECTION_DIRECTED_CALLOUT', 'STEP_MERGED_AP_SCHEMA.DIMENSION_CURVE_DIRECTED_CALLOUT', 'STEP_MERGED_AP_SCHEMA.STRUCTURED_DIMENSION_CALLOUT' ]) = 0;
      wr4:
         SELF.related_draughting_callout.contents * SELF.relating_draughting_callout.contents = SELF.related_draughting_callout.contents;
      wr5:
         (SELF.name = 'prefix') AND (SIZEOF(QUERY (ato <* QUERY (con <* SELF.related_draughting_callout.contents| ('STEP_MERGED_AP_SCHEMA.ANNOTATION_TEXT_OCCURRENCE' IN TYPEOF(con)))| NOT (ato.name = 'prefix text'))) = 0);
      wr6:
         (SELF.name = 'suffix') AND (SIZEOF(QUERY (ato <* QUERY (con <* SELF.related_draughting_callout.contents| ('STEP_MERGED_AP_SCHEMA.ANNOTATION_TEXT_OCCURRENCE' IN TYPEOF(con)))| NOT (ato.name = 'suffix text'))) = 0);
END_ENTITY;

Explicit Attributes

Entity dimension_callout_component_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)draughting_callout_relationship
 descriptiontext (STRING)draughting_callout_relationship
 relating_draughting_calloutdraughting_callout (ENTITY)draughting_callout_relationship
 related_draughting_calloutdraughting_callout (ENTITY)draughting_callout_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity dimension_callout_component_relationship inherits from the following supertypes:
  draughting_callout_relationship

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:15-04:00