In Tarski's system of geometry, he describes his continuity axiom as follows:
To obtain an appropriate set of axioms, we start with an axiom system which is known to provide an adequate basis for the whole of Euclidean geometry and contains β and δ as the only non-logical constants. Usually the only non-elementary sentence in such a system is the continuity axiom, which contains second-order variables X, Y,... ranging over arbitrary point sets (in addition to first-order variables x, y,... ranging over points) and also an additional logical constant, the membership symbol $\in$ denoting the membership relation between points and point sets. The continuity axiom can be formulated, e.g., as follows:
$ \forall XY \{ \exists z \forall xy[x \in X \land y \in Y \to β(zxy)] \to \exists u \forall xy [x \in X \land y \in Y \to β(xuy)] \} $
He describes the function β as:
[T]he formula β(xyz) is read y lies between x and z (the case when y coincides with x or z not being excluded)...
This continuity axioms appears to exemplify the idea of a Dedekind cut, which Dedekind applied to the geometry of lines:
If all points of the straight line fall into two classes such that every point of the first class lies to the left of every point of the second class, then there exists one and only one point which produces this division of all points into two classes, this severing of the straight line into two portions. (Richard Dedekind. Essays on the Theory of Numbers)
According to my interpretation, this principle would exclude the number line consisting of only the integers, for example, because $X$ and $Y$ could be defined as $X = \{x | x \leq 2\}; Y = \{y | y \geq 3\}$, leaving more than one possible value between 2 and 3. For that reason it seems that any formalization of the principle would have to exclude the possibility for more than one value between the upper bound of $X$ and lower bound of $Y$.
For that reason, I would expect Tarski's axiom to be something like the following:
$ \forall XY \{ \exists z \forall xy[x \in X \land y \in Y \to β(zxy)] \to \exists u \forall xy [(x \in X \land y \in Y \to β(xuy)) \color{maroon}{ \land \forall w[β(xwy) \to w=u]}] \} $
Is there something I'm misunderstanding about this?