|
ENTITY Rational_representation_item SUBTYPE OF (Representation_item); numerator : INTEGER; denominator : INTEGER; END_ENTITY; -- Rational_representation_item |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Rational_representation_item numerator: INTEGER; denominator: INTEGER; |
Global rules for this entity data type- |