An error in the example in section 5.4.1?

I think there might be an error in the schema fragment describing the
structure
of the first example in http://www.w3.org/TR/SOAP/#_Toc478383520

it now reads:

<element name="Book">
 <complexType>
     <element name="author" type="xsd:string"/>
     <element name="preface" type="xsd:string"/>
     <element name="intro" type="xsd:string"/>
 </complexType>
 </e:Book>

In my opinion the last line should be changed to:

</element>

Mario
--
Mario Maccarini
Ghent University
Belgium

Received on Tuesday, 12 December 2000 21:04:10 UTC