Hi,
I have noticed some strange behaviour in the built-in pub.schema:createXSD service, like in this example :
<xsd:schema>
<xsd:element>
<xsd:element>
<xsd:complextype>
…
</xsd:complextype>
<xsd:complextype>
…
</xsd:complextype>
</xsd:schema>
This has been generated by createXSD for a service that takes two fields as input : a String List and a String. How come can these different field types lead to the 2 same element definitions in the XML schema definition ?
Julien