|
ENTITY Tolerance_characteristic ABSTRACT SUPERTYPE OF ((ONEOF (Minimum_tolerance_characteristic, Statistical_tolerance_characteristic, Symmetrical_tolerance_characteristic, Maximum_tolerance_characteristic, Plus_minus_tolerance_characteristic, Nominal_tolerance_characteristic) ANDOR Length_tolerance_characteristic)) SUBTYPE OF (Property_value_representation); WHERE WR1: SELF\Representation.context_of_items\Representation_context.id = 'tolerance values'; WR2: NOT EXISTS(SELF\Representation.name); END_ENTITY; -- 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 - |
| Length_tolerance_characteristic (Characteristic_arm) |
| Maximum_tolerance_characteristic (Characteristic_arm) |
| Minimum_tolerance_characteristic (Characteristic_arm) |
| Nominal_tolerance_characteristic (Characteristic_arm) |
| Plus_minus_tolerance_characteristic (Characteristic_arm) |
| Statistical_tolerance_characteristic (Characteristic_arm) |
| Symmetrical_tolerance_characteristic (Characteristic_arm) |
Global rules for this entity data type- |