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. |
|