Overview Schemas Index

product_property_definition_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, 'PRODUCT_PROPERTY_DEFINITION_SCHEMA.' + 'GENERAL_PROPERTY_ASSOCIATION.' + 'DERIVED_DEFINITION')) = 1;
          WR2: derived_definition.name = base_definition.name;
END_ENTITY; -- general_property_association

Entity data types and their attributes

general_property_association
          name: label;
          (OPT) description: text;
          base_definition: general_property;
          derived_definition: derived_property_select;

Users: by entity attributes

general_property_association

Users: by defined types, not used by any entity attribute

general_property_association
          -

Global rules for this entity data type

          restrict_product_definition_context_for_external_properties (automotive_design)