It looks like you're confused about what "complete set of connectives" means.
By definition, what the claim "$\neg$ and $\oplus$ form a complete set of connectives" means is:
Every possible truth table is the truth table for the output of some expression built with only $\neg$ and $\oplus$ in addition to the input variables (and parentheses etc.)
Here, of course "possible truth table" implies that the ground rules for truth tables are followed -- every combination of input values must appear in exactly one line, but the output values are arbitrary, that is, no matter which output values we choose it must be possible to come up with an expression that produces exactly these outputs.
Since the claim we're investigating is one about "every truth table", it willl be false (and therefore $\{{\neg},{\oplus}\}$ is not a complete set) if we can find even a single truth table that doesn't have a matching expression. It is easy for an "every X" statement to go wrong, hard for it to hold.
Here's a truth table that has no matching expression built with only $\neg$ and $\oplus$:
input 1 input 2 | output
--------------------------------
0 0 | 0
0 1 | 1
1 0 | 1
1 1 | 1
(It happens to be the truth table for $\lor$, but that is not important, except possibly as a way to name the truth table without writing it down explicitly. What is important here is that we're interested in whether $\{\neg,\oplus\}$ can make every truth table. Here's some random truth table -- can we make it or not?)
It turns out that we can't. It is quite possible to find an expression with two variables (and all connectives $\neg$ or $\oplus$) such that inputs 0,0 produce output 0, and a different expression such that inputs 0,1 produce output 1, and so forth. But there's no single expression that produces the right answer for every line of the truth table.
(For proof that this particular truth table cannot be made, see the answer I linked to earlier).
So we know that this particular truth table cannot be generated with $\neg$ and $\oplus$ alone. We can then stop worrying about which other truth tables are possible or not; the existence of even one that can't be produced means by definition that $\neg$ and $\oplus$ is not complete.
0 OR 1which is logically implossible. I interpret the statementTRUE OR FALSEas false and the statementTRUE ⊕ FALSEas always true. – Niklas Rosencrantz Mar 17 '13 at 21:540 XOR 1? Why do I need something else than the output from a decision problem? – Niklas Rosencrantz Mar 17 '13 at 22:07