We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example XSD:
<xsd:element name="Name" type="xsd:string" minOccurs="0" maxOccurs="3"/>
Generated struct field:
Name string `xml:"Name"`
This is incorrect, as the Name element can appear multiple times.