Hello.
What's the meaning of ? Does SubParameter type included all the information of MainParameter.type content? and attribute MyIndex attached.
<xsd:complexType name="SubParameter.type">
<xsd:complexContent>
<xsd:extension base="MainParameter.type">
<xsd:attribute name="MyIndex" type="xsd:nonNegativeInteger"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Thank you.