DOM3 - schema mapping

I have been struggling to map the following schema to DOM3 Content models.

<complexType name="ArrayOfSOAPStruct">
  <complexContent mixed="false">
    <restriction base="soapenc:Array">
      <attribute n1:arrayType="s0:SOAPStruct[]" ref="soapenc:arrayType"
xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/> 
    </restriction>
  </complexContent>
</complexType>

<element name="SOAPStructArray" type="ArrayOfSOAPStruct"/>


Would appreciate any help. thanks

manish

Received on Friday, 18 May 2001 09:48:11 UTC