|
ENTITY bytes_representation_item SUBTYPE OF (binary_representation_item); DERIVE no_of_bytes : INTEGER := BLENGTH(SELF\binary_representation_item.binary_value) DIV 8; WHERE WR1: BLENGTH(SELF\binary_representation_item.binary_value) MOD 8 = 0; END_ENTITY; -- bytes_representation_item |
Entity data types and their attributesrepresentation_itemname: label; binary_representation_item binary_value: BINARY; bytes_representation_item (DER) no_of_bytes: INTEGER; |
| picture_representation_item (Picture_representation_mim) |
Global rules for this entity data type- |