I have this data structure:
aaa
I answer my own question to state I probably had a mistake with the xml definition, which should be:
aaa
300
bbb
450
yyy
100
zzz
240
This way I can easily parse it to "Estates", "Providers" and "Estate" classes, the first two having an ElementList to contain the inner list.
This closes the question.