Overview Schemas Index

Product_class_arm         


ENTITY Specification_expression;
          id : OPTIONAL STRING;
          description : OPTIONAL STRING;
          operation : expression_operator;
          operand : SET [1:?] OF specification_operand_select;
WHERE
          WR1: (operation <> not_operator) OR (SIZEOF(operand)=1);
END_ENTITY; -- Specification_expression

Entity data types and their attributes

Specification_expression
          (OPT) id: STRING;
          (OPT) description: STRING;
          operation: expression_operator;
          operand: SET [1:?] OF specification_operand_select;

Users: by entity attributes

Specification_expression
          Approval_assignment.items
                    approval_item
                              approval_element_select_236cc1
          Attribute_translation_assignment.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Class_condition_association.associated_condition
          Effectivity_assignment.items
                    effectivity_item
                              effective_element_select_236cc1
          Language_indication.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Specification_expression.operand
                    specification_operand_select
          Specification_inclusion.if_condition
                    specification_operand_select
          Specification_inclusion.included_specification
                    specification_operand_select

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

Specification_expression
          approval_element_select_236cc1
                    Approval_assignment.items
          effective_element_select_236cc1
                    Effectivity_assignment.items
          furniture_properties_select_ap236cc1
                    Attribute_translation_assignment.considered_instance
                    Language_indication.considered_instance

Global rules for this entity data type

          -