|
ENTITY Symmetrical_tolerance_characteristic SUBTYPE OF (Tolerance_characteristic); SELF\Representation.items : SET [2:2] OF Numerical_item_with_unit; WHERE WR1: SIZEOF(QUERY( ri <* SELF\representation.items | 'VALUE_WITH_UNIT_EXTENSION_ARM.RATIO_DATA_ELEMENT' IN TYPEOF(ri))) = 1; END_ENTITY; -- Symmetrical_tolerance_characteristic |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Property_value_representation (RT) context_of_items: Numerical_representation_context; Tolerance_characteristic - Symmetrical_tolerance_characteristic (RT) items: SET [2:2] OF Numerical_item_with_unit; |
Global rules for this entity data type- |