Компонент: Таблица

Элемент: Таблица /информация

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Текстовая информация о таблице.
Диаграмма Диаграммаdspl4.tmp#id7dspl4.tmp#id14dspl4.tmp#id15dspl4.tmp#id6
Тип Информация
Характеристики
содержание: сложный
minПроисходит: 0
Модель имя , описание{0,1} , URL{0,1}
Дети описание , имя , адрес
Экземпляр
<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
Аннотации Спецификация столбца в таблице.
Диаграмма Диаграммаdspl10.tmp#id95dspl10.tmp#id96dspl10.tmp#id94dspl0.tmp#id10dspl0.tmp#id12dspl0.tmp#id9
Характеристики
содержание: сложный
maxПроисходит: неограниченный
Модель значение* | концептуальное значение{0,1}
Дети conceptValue , значение
Экземпляр
<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
Аннотации Источник данных, в котором можно найти данные для таблицы.
Диаграмма Диаграммаdspl11.tmp#id99dspl11.tmp#id98
Тип Данные
Характеристики
содержание: сложный
minПроисходит: 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
Аннотации Таблица предоставляет данные для набора данных. Таблица может предоставлять данные для понятия или для среза.
Диаграмма Диаграммаdspl10.tmp#id102dspl10.tmp#id89dspl10.tmp#id90dspl10.tmp#id97
Использован
Элемент dspl/столы/таблица
Модель информация{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>

Атрибут: Таблица / столбец /@format

Пространство имен Нет пространства имен
Аннотации Формат столбца, используемый для анализа текстового представления значений. Форматы даты определяются: 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>

Атрибут: Таблица / столбец /@id

Пространство имен Нет пространства имен
Аннотации Идентификатор столбца таблицы.
Тип локальный идентификатор
Характеристики
использовать: обязательный
Грани
максимальная длина 64
Источник
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Атрибут: Таблица / столбец /@type

Пространство имен Нет пространства имен
Аннотации Тип данных столбца таблицы. Все значения столбца в таблице должны соответствовать этому типу данных.
Тип Тип данных
Характеристики
использовать: обязательный
Грани
перечисление нить
перечисление плавать
перечисление целое число
перечисление логический
перечисление дата
перечисление концепция
Источник
<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

Пространство имен Нет пространства имен
Аннотации Уникальный идентификатор таблицы в наборе данных.
Тип Идентификатор
Характеристики
использовать: обязательный
Грани
максимальная длина 64
Использован
Сложный тип Стол
Источник
<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 .