For example, how would form an object from XML written like this?
<name length="4">Ryan</name>
I would normally alias a class using an annotation to "name" and then have a length and a field for the name. However, this will not work because the second field has no name.
*Edit confusing wording