Thành phần: Bảng
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
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ơ đồ |
 |
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ơ đồ |
 |
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ơ đồ |
 |
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ơ đồ |
 |
Được sử dụng trong |
|
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>
|
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 |
|
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 |
|
Các thuộc tính |
|
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 |
|
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 |
|
Các thuộc tính |
|
Được sử dụng trong |
|
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.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]