element <ArrayBase>
Namespace: |
|
Type: |
xs:integer |
Content: |
simple |
Defined: |
|
XML Representation Summary |
<ArrayBase |
|
Content: |
{ xs:integer } |
</ArrayBase> |
Included in content model of elements (1):
-
Annotation
Sets the array base for any arrays used in the definition (that is, whether the first value is in position 0 or 1, etc.). This may be the data array in a delimited data file or the measure array for measures that are bundled and stored in a single location. Array base is generally set to either 0 or 1. There is no override provided as systems processing a record would use a consistent array base.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ArrayBase" type="xs:integer"/> |