ENTITY general_property_association

(* SCHEMA process_planning_schema; *)
  ENTITY general_property_association;
      name               : label;
      description        : OPTIONAL text;
      base_definition    : general_property;
      derived_definition : derived_property_select;
    WHERE
      wr1: SIZEOF(USEDIN(derived_definition,('PROCESS_PLANNING_SCHEMA.' + 
               'GENERAL_PROPERTY_ASSOCIATION.') + 'DERIVED_DEFINITION')) = 
               1;
      wr2: derived_definition.name = base_definition.name;
  END_ENTITY; -- general_property_association

Explicit Attributes

Entity general_property_association has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)general_property_association
 descriptiontext (STRING)general_property_association
 base_definitiongeneral_property (ENTITY)general_property_association
 derived_definitionderived_property_select (SELECT)general_property_association

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:19:47-04:00