ENTITY property_definition_relationship

(* SCHEMA ship_moulded_form_schema; *)
  ENTITY property_definition_relationship;
      name                         : label;
      description                  : text;
      relating_property_definition : property_definition;
      related_property_definition  : property_definition;
  END_ENTITY; -- property_definition_relationship

Explicit Attributes

Entity property_definition_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)property_definition_relationship
 descriptiontext (STRING)property_definition_relationship
 relating_property_definitionproperty_definition (ENTITY)property_definition_relationship
 related_property_definitionproperty_definition (ENTITY)property_definition_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity property_definition_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 property_definition_for_thruster_propeller_parameter RULE property_definition_relationship
 represented_definition SELECT property_definition_relationship


[Top Level Definitions] [Exit]

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