ENTITY general_property_relationship

(* SCHEMA technical_data_packaging; *)
  ENTITY general_property_relationship;
      name              : label;
      description       : OPTIONAL text;
      relating_property : general_property;
      related_property  : general_property;
  END_ENTITY; -- general_property_relationship

Explicit Attributes

Entity general_property_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)general_property_relationship
 descriptiontext (STRING)general_property_relationship
 relating_propertygeneral_property (ENTITY)general_property_relationship
 related_propertygeneral_property (ENTITY)general_property_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

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:18:35-04:00