+
+
+
+
+
Module: dataschema
+
+
+
+
+
+ The DataSchema utility provides a common configurable interface for widgets to
+apply a given schema to a variety of data.
+
+
+
+
+
+
+
+
This module contains the following classes:
+
+
+
+
+
+
Submodules:
+
+ dataschema-text
+ - Provides a DataSchema implementation which can be used to work with delimited text data.
+ dataschema-xml
+ - Provides a DataSchema implementation which can be used to work with XML data.
+ dataschema-json
+ - Provides a DataSchema implementation which can be used to work with JSON data.
+ dataschema-base
+ - Provides the base DataSchema implementation, which can be extended to
+create DataSchemas for specific data formats, such XML, JSON, text and
+arrays.
+ dataschema-array
+ - Provides a DataSchema implementation which can be used to work with data stored in arrays.
+
+
+
+
+
+
+
+