Data Structures

Of any Complexity

Describe any data model, from single fields and simple records to complex nested structures with type inheritance, arrays and maps.
Try for yourself Curious? Try it now
Type Inheritance
Combine common fields into base type definitions, and from those derive concrete data structure types that add their own specialized fields.
Rich Type Variety
Choose from a variety of simple field types (strings, booleans, integer and fractional numbers, dates...) or from your own complex types. Organize repeating data into type-parameterized collections such as arrays (lists) and maps (key-value lookup tables).

XSD and Excel Import

Quickly import existing data format definitions from an XSD schema or Excel spreadsheet.

Check how it works

Try for yourself Try for yourself