xsd: { "": string } & {
string: string;
boolean: string;
decimal: string;
long: string;
short: string;
time: string;
float: string;
integer: string;
byte: string;
int: string;
double: string;
unsignedByte: string;
unsignedInt: string;
unsignedShort: string;
unsignedLong: string;
negativeInteger: string;
positiveInteger: string;
nonPositiveInteger: string;
nonNegativeInteger: string;
anyURI: string;
gYear: string;
gYearMonth: string;
gMonth: string;
gMonthDay: string;
gDay: string;
date: string;
dateTime: string;
dateTimeStamp: string;
duration: string;
yearMonthDuration: string;
dayTimeDuration: string;
hexBinary: string;
base64Binary: string;
} = ...
XSD datatype namespace.
A closed Namespace of well-known XML Schema datatype IRIs, covering
boolean, the complete numeric family,string,anyURI, the complete date/time family, and the binary datatypes.String-derived and qualified-name datatypes are not included: they carry XML-document semantics (whitespace facets, namespace-scoped resolution) of little use as standalone datatype identifiers.