You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two ways one might create an element name for elements that belong in
a sequence, plural or singular. For example...
Singluar:
<company>
<employee name="Bob"/>
<employee name="Alice"/>
</company>
Plural:
<company>
<employees name="Bob"/>
<employees name="Alice"/>
</company>
The singular approach is more intuitive when using the XML however the plural
approach is more intuitive when using object-binding parsers (e.g. JAXB,
objectify). Is there a preferred format to use?
Original issue reported on code.google.com by [email protected] on 13 Sep 2012 at 9:20
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Sep 2012 at 9:20The text was updated successfully, but these errors were encountered: