Компонент: Таблица
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Элемент: Таблица /информация
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Аннотации | Текстовая информация о таблице. |
---|
Диаграмма |  |
---|
Тип | Информация |
---|
Характеристики | содержание: | сложный |
---|
минПроисходит: | 0 |
---|
|
---|
Модель | имя , описание{0,1} , URL{0,1} |
---|
Дети | описание , название , URL |
---|
Пример | <info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info> |
---|
Источник | <xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the table.</xs:documentation>
</xs:annotation>
</xs:element> |
---|
Элемент: Таблица /столбец
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Аннотации | Спецификация столбца в таблице. |
---|
Диаграмма |  |
---|
Характеристики | содержание: | сложный |
---|
МаксПроисходит: | неограниченный |
---|
|
---|
Модель | значение* | концепцияЗначение{0,1} |
---|
Дети | концепцияЗначение , значение |
---|
Пример | <column format="" id="" type="">
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</column> |
---|
Атрибуты | QName | Тип | Зафиксированный | По умолчанию | Использовать | Аннотация |
---|
формат | хз: строка | | | необязательный | Формат столбца, используемый для анализа текстового представления значений. Форматы даты определяются: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html. |
---|
идентификатор | ЛокальныйИд | | | необходимый | Идентификатор столбца таблицы. |
---|
тип | Тип данных | | | необходимый | Тип данных столбца таблицы. Все значения столбца таблицы должны соответствовать этому типу данных. |
---|
|
---|
Источник | <xs:element name="column" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The specification of a column in the table.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group ref="ValuesGroup" minOccurs="0">
<xs:annotation>
<xs:documentation>A constant value for the column.</xs:documentation>
</xs:annotation>
</xs:group>
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="DataType" use="required">
<xs:annotation>
<xs:documentation>The data type of the table column. All values of the
column in the table must conform to this data type.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the column, used to parse a textual
representation of the values.
Date formats are defined by:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element> |
---|
Элемент: Таблица /данные
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Аннотации | Источник данных, в котором можно найти данные для таблицы. |
---|
Диаграмма |  |
---|
Тип | Данные |
---|
Характеристики | содержание: | сложный |
---|
минПроисходит: | 0 |
---|
|
---|
Модель | файл |
---|
Дети | файл |
---|
Пример | <data>
<file encoding="utf-8" format="csv">{1,1}</file>
</data> |
---|
Источник | <xs:element name="data" type="Data" minOccurs="0">
<xs:annotation>
<xs:documentation>A data source where data for the table can be found.</xs:documentation>
</xs:annotation>
</xs:element> |
---|
Тип комплекса: Таблица
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Аннотации | Таблица предоставляет данные для набора данных. Таблица может предоставлять данные для концепции или среза. |
---|
Диаграмма |  |
---|
Используется | |
---|
Модель | информация{0,1} , столбец+ , данные{0,1} |
---|
Дети | столбец , данные , информация |
---|
Атрибуты | QName | Тип | Зафиксированный | По умолчанию | Использовать | Аннотация |
---|
идентификатор | Идентификатор | | | необходимый | Уникальный идентификатор таблицы в наборе данных. |
---|
|
---|
Источник | <xs:complexType name="Table">
<xs:annotation>
<xs:documentation>A table provides data for the dataset. A table may provide data
for a concept or for a slice.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the table.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="column" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The specification of a column in the table.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group ref="ValuesGroup" minOccurs="0">
<xs:annotation>
<xs:documentation>A constant value for the column.</xs:documentation>
</xs:annotation>
</xs:group>
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="DataType" use="required">
<xs:annotation>
<xs:documentation>The data type of the table column. All values of the
column in the table must conform to this data type.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the column, used to parse a textual
representation of the values.
Date formats are defined by:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="data" type="Data" minOccurs="0">
<xs:annotation>
<xs:documentation>A data source where data for the table can be found.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |
---|
Пространство имен | Нет пространства имен |
---|
Аннотации | Формат столбца, используемый для анализа текстового представления значений. Форматы даты определяются: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html. |
---|
Тип | хз: строка |
---|
Характеристики | использовать: | необязательный |
---|
|
---|
Источник | <xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the column, used to parse a textual
representation of the values.
Date formats are defined by:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
</xs:annotation>
</xs:attribute> |
---|
Пространство имен | Нет пространства имен |
---|
Аннотации | Идентификатор столбца таблицы. |
---|
Тип | ЛокальныйИд |
---|
Характеристики | использовать: | необходимый |
---|
|
---|
Фасеты | |
---|
Источник | <xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute> |
---|
Пространство имен | Нет пространства имен |
---|
Аннотации | Тип данных столбца таблицы. Все значения столбца таблицы должны соответствовать этому типу данных. |
---|
Тип | Тип данных |
---|
Характеристики | использовать: | необходимый |
---|
|
---|
Фасеты | перечисление | нить | |
---|
перечисление | плавать | |
---|
перечисление | целое число | |
---|
перечисление | логическое значение | |
---|
перечисление | дата | |
---|
перечисление | концепция | |
---|
|
---|
Источник | <xs:attribute name="type" type="DataType" use="required">
<xs:annotation>
<xs:documentation>The data type of the table column. All values of the
column in the table must conform to this data type.</xs:documentation>
</xs:annotation>
</xs:attribute> |
---|
Атрибут: Таблица / @id
Пространство имен | Нет пространства имен |
---|
Аннотации | Уникальный идентификатор таблицы в наборе данных. |
---|
Тип | Идентификатор |
---|
Характеристики | использовать: | необходимый |
---|
|
---|
Фасеты | |
---|
Используется | |
---|
Источник | <xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute> |
---|
Создано с помощью XML-редактора oXygen .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[],["Tables store dataset information, and they are uniquely identified by an ID. Each table can have optional textual information in its \"info\" section. Tables are comprised of columns and data. Columns require a unique ID, data type and optionally include a format to parse text values. Columns can be of various data types. The data section provides a file, with a specified encoding and format, as a source. Each column may define multiple values and an optional concept.\n"]]