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 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
tối thiểu: 0
Mẫu tên , nội dung mô tả{0,1} , url{0,1}
Thiếu nhi 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 Thông số kỹ thuật của một 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
maxOccurs: không bị ràng buộc
Mẫu value* | conceptValue{0,1}
Thiếu nhi conceptValue, value
Thực thể
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Thuộc tính
QName Loại Cố định Mặc định Sử dụng Annotation
định dạng xs:string tùy chọn Định dạng cho cột, dùng để phân tích cú pháp văn bản biểu diễn của các giá trị. Các định dạng ngày được xác định theo: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId bắt buộc Giá trị nhận dạng của cột trong bảng.
loại DataType bắt buộc Loại dữ liệu của cột trong bảng. Tất cả giá trị của thuộc tính trong bảng phải tuân thủ 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 nơi có thể chứa dữ liệu cho bảng tìm thấy.
Sơ đồ Sơ đồ dspl11.tmp#id99 dspl11.tmp#id98
Loại Dữ liệu
Thuộc tính
nội dung: phức tạp
tối thiểu: 0
Mẫu tệp
Thiếu nhi 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. Bảng có thể cung cấp dữ liệu cho một khái niệm hoặc một phần thông tin.
Sơ đồ Sơ đồ dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Được sử dụng trong
Phần tử dspl/tables/table
Mẫu thông tin{0,1} , cột+ , dữ liệu{0,1}
Thiếu nhi cột, dữ liệu, thông tin
Thuộc tính
QName 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 / @format

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 nội dung trình bày bằng văn bản của các giá trị. Các đị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:string
Thuộc tính
sử dụng: tùy chọn
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 trong bảng.
Loại LocalId
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
maxLength 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 / @type

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ả giá trị của cột trong nên bảng phải tuân thủ loại dữ liệu này.
Loại DataType
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
liệt kê string
liệt kê số thực dấu phẩy động
liệt kê số nguyên
liệt kê boolean
liệt kê date
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
Các thuộc tính
maxLength 64
Được sử dụng trong
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 của oXygen.