type

Kind

Kind : Enum

Kind name used to identity a value data type

meta sealed valMarker slots marker

is-a label

bool

true or false

na

not available

number

floating point with optional unit

str

Unicode string

uri

Universal resource identifier

ref

reference to an entity

date

an ISO 8601 date as year, month, day

time

an ISO 8601 time as hour, minute, seconds

dateTime

an ISO 8601 timestamp followed by timezone name

coord

geographic coordinate in latitude/longitude formatted as C(lat,lng)

xstr

extended string with type name

list

ordered sequence

dict

key/value map

grid

two dimensional tabular data collection

marker Kind <key:Marker>

is-a label

bool Kind <key:Bool>

true or false

na Kind <key:NA>

not available

number Kind <key:Number>

floating point with optional unit

str Kind <key:Str>

Unicode string

uri Kind <key:Uri>

Universal resource identifier

ref Kind <key:Ref>

reference to an entity

date Kind <key:Date>

an ISO 8601 date as year, month, day: 2011-06-07

time Kind <key:Time>

an ISO 8601 time as hour, minute, seconds: 09:51:27.354

dateTime Kind <key:DateTime>

an ISO 8601 timestamp followed by timezone name

coord Kind <key:Coord>

geographic coordinate in latitude/longitude formatted as C(lat,lng)

xstr Kind <key:XStr>

extended string with type name

list Kind <key:List>

ordered sequence

dict Kind <key:Dict>

key/value map

grid Kind <key:Grid>

two dimensional tabular data collection

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST