blob: 83ab1f54cfd97c4bea1ffa263402fa186ca7f719 [file] [log] [blame]
<schema targetNamespace="http://soapinterop.org/xsd"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsd1="http://soapinterop.org/xsd"
xmlns:xsd2="http://soapinterop.org/xsd2"
elementFormDefault="qualified">
<element name="complexElt" block="restriction">
<complexType>
<sequence>
<element name="name" type="string"/>
<element name="age" type="int"/>
</sequence>
</complexType>
</element>
</schema>