C
cmay
I am beginning to wonder if it is not possible to get this working.
I am trying to do:
<root>
<a/>
<b/>
<c/>
</root>
With the following conditions:
1) a,b,c can be in any order
2) a and b can only be used 1 time
3) c can be used 0 to unbounded times.
Trying to do this with sequence, choice, all, each seem to miss one
part of the requirements.
Is this not possible?
I am trying to do:
<root>
<a/>
<b/>
<c/>
</root>
With the following conditions:
1) a,b,c can be in any order
2) a and b can only be used 1 time
3) c can be used 0 to unbounded times.
Trying to do this with sequence, choice, all, each seem to miss one
part of the requirements.
Is this not possible?