Available data types.
| Enumerator |
|---|
| xsString | String data type.
|
| xsLong | Long integer data type (64 bit)
|
| xsInt | Integer data type (32 bit)
|
| xsDouble | Double precision floating point data type (64 bit)
|
| xsFloat | Single precision floating point data type (32 bit)
|
| xsBoolean | Boolean data type (true/false)
|
| xsDate | Date data type (YYYY-MM-DD)
|
| xsDateTime | Date with time data type (ISO 8601)
|
| xsID | ID data type.
|
| xsIDREF | ID Reference data type.
|
| xsAnyURI | Any URI data type.
|
| xsObject | Non-XML Schema data type, handles JSON objects/arrays.
|