- From: Manish Balsara <manishb@aumsoft.com>
- Date: Thu, 17 May 2001 15:51:09 -0400 (EDT)
- To: www-dom@w3.org
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