Thành phần: Bảng

Phần tử: Bảng / thông tin

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Thông tin dạng văn bản về bảng.
Sơ đồ Sơ đồ dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Loại Thông tin
Thuộc tính
nội dung: phức tạp
minvis: 0
Mô hình tên , nội dung mô tả{0,1} , url{0,1}
Dành cho trẻ em nội dung mô tả, tên, url
Thực thể
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Nguồn
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

Phần tử: Bảng/cột

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Quy cách của cột trong bảng.
Sơ đồ Sơ đồ dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Thuộc tính
nội dung: phức tạp
maxSố lần xuất hiện: không liên kết
Mô hình giá_trị* | ConceptValue{0,1}
Dành cho trẻ em ConceptValue, giá trị
Thực thể
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
định dạng xs:chuỗi không bắt buộc Định dạng cho cột, dùng để phân tích cú pháp bản trình bày các giá trị bằng văn bản. Định dạng ngày được xác định theo: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id Mã nhận dạng cục bộ bắt buộc Giá trị nhận dạng của cột bảng.
loại Loại dữ liệu bắt buộc Loại dữ liệu của cột trong bảng. Tất cả các giá trị của cột trong bảng phải tuân theo loại dữ liệu này.
Nguồn
<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>

Phần tử: Bảng / dữ liệu

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Một nguồn dữ liệu mà bạn có thể tìm thấy dữ liệu cho bảng.
Sơ đồ Sơ đồ dspl11.tmp#id99 dspl11.tmp#id98
Loại Dữ liệu
Thuộc tính
nội dung: phức tạp
minvis: 0
Mô hình tệp
Dành cho trẻ em tệp
Thực thể
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
Nguồn
<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>

Loại phức tạp: Bảng

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Một bảng cung cấp dữ liệu cho tập dữ liệu này. Bảng có thể cung cấp dữ liệu cho một khái niệm hoặc một phần.
Sơ đồ Sơ đồ dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Quảng cáo sử dụng
Phần tử dspl/table/table
Mô hình thông tin{0,1} , cột+ , dữ liệu{0,1}
Dành cho trẻ em cột, dữ liệu, thông tin
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
id Mã nhận dạng bắt buộc Giá trị nhận dạng duy nhất của bảng trong tập dữ liệu.
Nguồn
<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>

Thuộc tính: Bảng / cột / @@định dạng

Không gian tên Không có vùng chứa tên
Chú thích Định dạng cho cột, dùng để phân tích cú pháp bản trình bày các giá trị bằng văn bản. Định dạng ngày được xác định theo: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Loại xs:chuỗi
Thuộc tính
sử dụng: không bắt buộc
Nguồn
<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>

Thuộc tính: Bảng / cột / @id

Không gian tên Không có vùng chứa tên
Chú thích Giá trị nhận dạng của cột bảng.
Loại Mã nhận dạng cục bộ
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
độ dài tối đa 64
Nguồn
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Thuộc tính: Bảng / cột / @loại

Không gian tên Không có vùng chứa tên
Chú thích Loại dữ liệu của cột trong bảng. Tất cả các giá trị của cột trong bảng đều phải tuân theo loại dữ liệu này.
Loại Loại dữ liệu
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
liệt kê chuỗi
liệt kê số thực dấu phẩy động
liệt kê số nguyên
liệt kê boolean
liệt kê ngày
liệt kê khái niệm
Nguồn
<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>

Thuộc tính: Bảng / @id

Không gian tên Không có vùng chứa tên
Chú thích Giá trị nhận dạng duy nhất của bảng trong tập dữ liệu.
Loại Mã nhận dạng
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
độ dài tối đa 64
Quảng cáo sử dụng
Loại phức tạp Bảng
Nguồn
<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>

Được tạo bằng Trình chỉnh sửa XML XML oXygen.