Hi,
I am trying to figure out how to get XSD.EXE (when generating C# classes from an .xsd) to add the XmlArrayItemAtt ribute Deserization Annotations to my C# generated class output: My specific case is when the .xsd has an element that holds an array of substitutionGro up'ed items.
Following is an example of a matching set of xsd, xml, xsd.exe command to generate C#, and the output C#.
When running...