Specification
Look System
kanonak.org
core-xsd@1.0.0
core-xsd
Any Simple Type
The base datatype from which all XML Schema simple types are derived
Any URI
Represents a Uniform Resource Identifier (URI) reference
Base64 Binary
Represents Base64-encoded arbitrary binary data
Bool
Alias for boolean - true or false values
Boolean
Boolean datatype - true or false values
Byte
The byte datatype represents 8-bit signed integer values
Date
The date datatype represents calendar dates
Date Time
Represents a specific instant in time with date and time components
Decimal
Represents arbitrary precision decimal numbers
Double
The double datatype represents 64-bit IEEE floating-point numbers
Duration
Represents a duration of time (e.g., P1Y2M3DT4H5M6S)
Float
The float datatype represents 32-bit IEEE floating-point numbers
Hex Binary
Represents arbitrary hex-encoded binary data
Int
Alias for integer - represents integer values
Integer
The integer datatype represents integer values
Long
The long datatype represents 64-bit signed integer values
Negative Integer
The datatype representing integers less than zero (-1, -2, -3, ...)
Non Negative Integer
The datatype representing integers greater than or equal to zero (0, 1, 2, 3, ...)
Non Positive Integer
The datatype representing integers less than or equal to zero (0, -1, -2, ...)
Positive Integer
The datatype representing integers greater than zero (1, 2, 3, ...)
Short
The short datatype represents 16-bit signed integer values
String
The string datatype represents character strings in XML
Time
The time datatype represents instants of time that recur every day
Unsigned Byte
The unsignedByte datatype represents 8-bit unsigned integer values
Unsigned Int
The unsignedInt datatype represents 32-bit unsigned integer values
Unsigned Long
The unsignedLong datatype represents 64-bit unsigned integer values
Unsigned Short
The unsignedShort datatype represents 16-bit unsigned integer values