Kind
Kind : Enum
Kind name used to identity a value data type
is-a label
true or false
not available
floating point with optional unit
Unicode string
Universal resource identifier
reference to an entity
an ISO 8601 date as year, month, day
an ISO 8601 time as hour, minute, seconds
an ISO 8601 timestamp followed by timezone name
geographic coordinate in latitude/longitude formatted as C(lat,lng)
extended string with type name
ordered sequence
key/value map
two dimensional tabular data collection
Kind <key:Marker>
is-a label
Kind <key:Bool>
true or false
Kind <key:NA>
not available
Kind <key:Number>
floating point with optional unit
Kind <key:Str>
Unicode string
Kind <key:Uri>
Universal resource identifier
Kind <key:Ref>
reference to an entity
Kind <key:Date>
an ISO 8601 date as year, month, day: 2011-06-07
Kind <key:Time>
an ISO 8601 time as hour, minute, seconds: 09:51:27.354
Kind <key:DateTime>
an ISO 8601 timestamp followed by timezone name
Kind <key:Coord>
geographic coordinate in latitude/longitude formatted as C(lat,lng)
Kind <key:XStr>
extended string with type name
Kind <key:List>
ordered sequence
Kind <key:Dict>
key/value map
Kind <key:Grid>
two dimensional tabular data collection