| enumeration |
anyURI |
Uniform Resource Identifier data type.
|
|
| enumeration |
base64binary |
Base64-encoded binary data type.
|
|
| enumeration |
byte |
Signed 8-bit integer data type.
|
|
| enumeration |
date |
Calendar date data type (YYYY-MM-DD).
|
|
| enumeration |
dateTime |
|
| enumeration |
decimal |
Decimal number data type.
|
|
| enumeration |
duration |
|
| enumeration |
gDay |
Day of month data type (---DD).
|
|
| enumeration |
gMonth |
|
| enumeration |
gMonthDay |
Month and day data type (--MM-DD).
|
|
| enumeration |
gYear |
|
| enumeration |
gYearMonth |
Year and month data type (YYYY-MM).
|
|
| enumeration |
hexBinary |
Hexadecimal binary data type.
|
|
| enumeration |
integer |
Arbitrary-precision integer data type.
|
|
| enumeration |
language |
Language identifier data type (e.g., en-US).
|
|
| enumeration |
negativeInteger |
Negative integer data type (< 0).
|
|
| enumeration |
nonNegativeInteger |
Non-negative integer data type (≥ 0).
|
|
| enumeration |
nonPositiveInteger |
Non-positive integer data type (≤ 0).
|
|
| enumeration |
normalizedString |
Normalized string data type with whitespace
normalization.
|
|
| enumeration |
positiveInteger |
Positive integer data type (> 0).
|
|
| enumeration |
short |
Short integer data type (16-bit signed).
|
|
| enumeration |
time |
Time of day data type (HH:MM:SS).
|
|
| enumeration |
token |
Token string data type with collapsed whitespace.
|
|
| enumeration |
unsignedByte |
Unsigned 8-bit integer data type (0-255).
|
|
| enumeration |
unsignedShort |
Unsigned 16-bit integer data type (0-65535).
|
|
| enumeration |
boolean |
|
| enumeration |
bytes |
Integer data value (nominally a one-byte value). The value must
conform to the format of the xsd:dateTime data type (minInclusive=-128 and
maxInclusive=127).
|
|
| enumeration |
double |
Double-precision floating-point value (nominally an 8-byte
value). The value must conform to the format of the xsd:double data
type.
|
|
| enumeration |
float |
Single-precision floating-point value (nominally a 4-byte value).
The value must conform to the format of the xsd:float data
type
|
|
| enumeration |
int |
Integer data value (nominally a 4-byte value). The value must
conform to the format of the xsd:int data type.
|
|
| enumeration |
long |
Long integer data value (nominally an 8-byte value). The value
must conform to the format of the xsd:long data type.
|
|
| enumeration |
null |
No value or the value is null.
|
|
| enumeration |
string |
Character string data. The value must conform to the format of
the xsd:string data type. The maximum length of a value is determined by
individual servers.
|
|
| enumeration |
vector |
|