Typo in array example?

Is this a typo?

>From 5.4.2 - Arrays:

--8<--
Arrays may have other arrays as member values. The following is an example 
of an array of two arrays, each of which is an array of strings.

<SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[][2]">
   <item href="#array-1"/>
   <item href="#array-2"/>
</SOAP-ENC:Array>
<SOAP-ENC:Array id="array-1" SOAP-ENC:arrayType="xsd:string[2]">
   <item>r1c1</item>
   <item>r1c2</item>
   <item>r1c3</item>
</SOAP-ENC:Array>
---8<---

Note the string[2] and three items..

Andy

-- 
Andreas Aardal Hanssen

Received on Thursday, 8 May 2003 08:49:18 UTC