ENTITY face_shape_representation_relationship

(* SCHEMA cast_parts_schema; *)
  ENTITY face_shape_representation_relationship
    SUBTYPE OF (representation_relationship);
    WHERE
      wr1: 'CAST_PARTS_SCHEMA.FACE_SHAPE_REPRESENTATION' IN TYPEOF(SELF.
               rep_1);
      wr2: 'CAST_PARTS_SCHEMA.FACE_SHAPE_REPRESENTATION' IN TYPEOF(SELF.
               rep_2);
  END_ENTITY; -- face_shape_representation_relationship

Explicit Attributes

Entity face_shape_representation_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation_relationship
 descriptiontext (STRING)representation_relationship
 rep_1representation (ENTITY)representation_relationship
 rep_2representation (ENTITY)representation_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity face_shape_representation_relationship inherits from the following supertypes:
  representation_relationship

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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