Version 2. This XML data schema defines the structure of XML data exported from the Visokio Omniscope. It contains just the information required to transport pure tabular data - like an XML equivalent of the CSV format. The meta describes the field names. If incomplete or nonexistent, names like "Unnamed" are used. Each column specifies a field in the data. This is the column (or field) name, which must be unique across all columns. It can contain spaces and numbers if required. As of V2 of the schema, ignored. Previously specified a strict data type for the column. Before V2, this meant: A decimal column contains decimal data formatted with a decimal point (.) and optional thousand separator (,). Before V2, this meant: An integer column contains integer data formatted with an optional thousand separator (,). Before V2, this meant: A text column contains arbitrary character data Before V2, this meant: A date column contains a date formatted in the same visible format as shown in the Omniscope at time of export. This will be the same format it was originally parsed in, or the default date format for the system. As of V2 of the schema, ignored. Before V2, this meant: The number of rows (or records) in the dataset. As of V2 of the schema, ignored. Before V2, this meant: The number of columns (or fields) in this dataset. As of V2 of the schema, ignored. Previously: a user-friendly name for the dataset. Each row is a record, and contains cells in the same order as optionally described in the meta element. The cell contains a single value, respective to the columns which may have been described in the meta element.