| enumeration |
anyURI |
|
| enumeration |
base64binary |
|
| enumeration |
byte |
|
| enumeration |
date |
|
| enumeration |
dateTime |
|
| enumeration |
decimal |
|
| enumeration |
duration |
|
| enumeration |
gDay |
|
| enumeration |
gMonth |
|
| enumeration |
gMonthDay |
|
| enumeration |
gYear |
|
| enumeration |
gYearMonth |
|
| enumeration |
hexBinary |
|
| enumeration |
integer |
|
| enumeration |
language |
|
| enumeration |
negativeInteger |
|
| enumeration |
nonNegativeInteger |
|
| enumeration |
nonPositiveInteger |
|
| enumeration |
normalizedString |
|
| enumeration |
positiveInteger |
|
| enumeration |
short |
|
| enumeration |
time |
|
| enumeration |
token |
|
| enumeration |
unsignedByte |
|
| enumeration |
unsignedShort |
|
| 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 |
|