Re: Comments and element content for serialization

> SOAP section 5 is meant to permit what XML schemas permits.  SOAP does
> not elaborate on all the possible legal serializations because XML
> schemas does.

To sum up a thread I started on soap-builders, what about
   <xs:element name='st1' type='this:st1Type' />
   <xs:complexType name='st1Type' >
     <xs:sequence>
       <xs:element name='s1' type='xsd:string' />
       <xs:element name='s2' type='xsd:string' />
       <xs:element name='count' type='xsd:int' />
       <xs:element name='ia' type='xsd:int' minOccurs='0'
maxOccurs='10'/>
     </xs:sequence>
   </xs:complexType>

The "ia" element would have to be in an array container, no?
	/r$

Received on Friday, 1 June 2001 21:00:25 UTC