DenisIzPerm
New Member
I'm encountering a problem using Castor to generate Java classes/unmarshallers for a moderately complex XSD that we're getting from a 3rd party (i.e. not under our control). The XSD maps MLB statistics, and the problem area has the structure of
- \[code\]game_side\[/code\] (i.e. team)
- \[code\]hitting\[/code\]\[code\]players\[/code\]: list of hitting_stats, element name \[code\]player\[/code\]
- \[code\]pitching\[/code\]
- \[code\]players\[/code\]: list of pitching_stats, element name \[code\]player\[/code\]