NonStop SOAP User's Manual
SOAP Support for the W3C SOAP 1.2 Optional
Requirements
NonStop SOAP User’s Manual—520501-012
A-2
Sparse Arrays
Sparse Arrays
This example shows the postion in elements of sparse arrays.
<enc:Array xmlns:enc="http://www.w3.org/2001/12/soap-encoding"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
enc:arrayType="xs:string[,][4]" >
<enc:Array href="#array-1" enc:position="[2]" />
</enc:Array>
<enc:Array id="array-1"
enc:arrayType="xs:string[10,10]" >
<item enc:position="[2,2]">Third row, third col</item>
<item enc:position="[7,2]">Eighth row, third col</item>
</enc:Array>