complexType "ssj:IntArray"
Namespace:
Content:
complex, 1 element
Defined:
globally in ssj.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Elements (1):
row (type extension of ssj:intList)
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (8):
Known Usage Locations
Annotation
Represents a 2D array of integers. A 2D array is composed of an array of 1D arrays, each 1D array being represented by a row child element. Each row contains a list of zero or more values, and might be repeated one or more times by using the repeat attribute.

In the following sample fragment, array is an element of this type.

<array>
   <row>1 2 3</row>
   <row repeat="2">4 5</row>
</array>
            

This represents an array of three arrays containing respectively {1, 2, 3}, {4, 5}, and {4, 5}.

The ArrayConverter class provides convenience methods for conversion between instances of the JAXB-derived class representing this complex type to a 2D Java array. It also contains methods for other types of 2D arrays.

XML Source (w/o annotations (3); see schema source)
<xsd:complexType name="IntArray">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="row">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="ssj:intList">
<xsd:attribute default="1" name="repeat" type="ssj:nonNegativeInt">
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail
row
Represents a child 1D array of a 2D array.
Type:
embedded (extension of ssj:intList), simple content
Defined:
locally, within (this) ssj:IntArray complexType

XML Schema documentation generated with DocFlex/XML (Kit) v1.6.8
DocFlex/XML (Kit) is a freeware edition of DocFlex/XML, which is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else!
Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task!
Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com