I know that. But that will allow from 0 to 5 INSERT records. I want to make it possible to have other records (UPDATE, CREATE, etc.) too, but as a choice from one of them. Like:
<OPERATIONS>
<INSERT></INSERT>
<INSERT></INSERT>
<OPERATIONS>
or
<OPERATIONS>
<UPDATE></UPDATE>...