Class MixedExp

All Implemented Interfaces:
Serializable

public final class MixedExp extends UnaryExp
<mixed> of RELAX. For TREX, this operator is not an essential one. You can use <interleave> <anyString/> ... </interleave> However, by introducing "mixed" as a primitive, RELAX module can be expressed without using interleave. Also, mixed makes validation faster.
See Also: