ENTITY general_property_association

(* SCHEMA integrated_cnc_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, 'INTEGRATED_CNC_SCHEMA.' + 
              'GENERAL_PROPERTY_ASSOCIATION.' + 'DERIVED_DEFINITION')) = 1;
    WR2: derived_definition.name = base_definition.name;
END_ENTITY; -- 10303-41: product_property_definition_schema

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]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:20-02:00