Would it be possible (or is it illegal for any reason) to have something like this:

This is basically an ISA class with a foreign-key relationship to itself.
The idea is that an output message is just simply a message. But every message (or let’s call it input message) has an associated output message. This is the need for the foreign key relationship.
Is this ok, if not why not? Or is there a better way to model this?
Thnx.
Output Messagereally extendMessagein some way? Or is it the case that Input & Output Messages have the same structure & behaviour but you need to be able to match each input to its output? – sfinnie Jul 4 '11 at 22:15