When you are generating c# class from XSD any choice will be represented as enum. And i didn't find any way to make this name custom. The problem is that when i'm using 2+ choices in xsd generator will produce ItemsChoiceType, ItemsChoiceType1, etc. And this can break naming compatibility.
Is it possible to set custom name instead of ItemsChoiceType?