22.4.3.1 ST_ArrayBaseType

The ST_ArrayBaseType simple type defines the allowed values for an array’s baseType attribute as: variant, i1, i2, i4, int, ui1,ui2, ui4, uint, r4, r8, decimal, bstr, date, bool, cy, and error.

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that the variant type for the contents of a array shall be bool.

Specifies that the variant type for the contents of a array shall be bstr.

Specifies that the variant type for the contents of a array shall be cy.

Specifies that the variant type for the contents of a array shall be date.

Specifies that the variant type for the contents of a array shall be decimal.

Specifies that the variant type for the contents of a

Enumeration Value

Description

array shall be error.

Specifies that the variant type for the contents of a array shall be i1.

Specifies that the variant type for the contents of a array shall be i2.

Specifies that the variant type for the contents of a array shall be i4.

Specifies that the variant type for the contents of a array shall be int.

Specifies that the variant type for the contents of a array shall be r4.

Specifies that the variant type for the contents of a array shall be r8.

Specifies that the variant type for the contents of a array shall be ui1.

Specifies that the variant type for the contents of a array shall be ui2.

Specifies that the variant type for the contents of a array shall be ui4.

Specifies that the variant type for the contents of a array shall be uint.

Specifies that the variant type for the contents of a array shall be variant.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_ArrayBaseType) is located in A.6.4. end note]

Last updated on