int_array

The source element may contain an
int_array.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
count uint_type required
The count attribute indicates the number of values in the array. Required attribute.
id xs:ID optional
The id attribute is a text string containing the unique identifier of this element. 
This value must be unique within the instance document. Optional attribute.
maxInclusive xs:integer 2147483647 optional
The maxInclusive attribute indicates the largest integer value that can be contained in 
the array. The default value is 2147483647. Optional attribute.
minInclusive xs:integer -2147483648 optional
The minInclusive attribute indicates the smallest integer value that can be contained in 
the array. The default value is -2147483648. Optional attribute.
name xs:token optional
The name attribute is the text string name of this element. Optional attribute.

Source

<xs:element name="int_array" type="int_array_type">
  <xs:annotation>
    <xs:documentation>The source element may contain an int_array.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample