|
ENTITY Xor_expression SUBTYPE OF (Binary_boolean_expression); SELF\Binary_generic_expression.operands : LIST [2:2] OF Boolean_expression; END_ENTITY; -- Xor_expression |
Entity data types and their attributesGeneric_expression- Expression - Boolean_expression - Binary_generic_expression operands: LIST [2:2] OF Generic_expression; Binary_boolean_expression - Xor_expression (RT) operands: LIST [2:2] OF Boolean_expression; |
Global rules for this entity data type- |