Komponen: Tabel
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Elemen: Tabel / info
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Informasi tekstual tentang tabel. |
Diagram |
 |
Jenis |
Info |
Properti |
konten: |
kompleks |
minimum: |
0 |
|
Model |
name , description{0,1} , url{0,1} |
Anak-Anak |
description, name, url |
Instance |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Sumber |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the table.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemen: Tabel / kolom
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Spesifikasi kolom dalam tabel. |
Diagram |
 |
Properti |
konten: |
kompleks |
maxOccurs: |
tidak terikat |
|
Model |
value* | conceptValue{0,1} |
Anak-Anak |
conceptValue, value |
Instance |
<column format="" id="" type="">
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</column>
|
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
format |
xs:string |
|
|
opsional |
Format untuk kolom, yang digunakan untuk mengurai teks
representasi dari nilai-nilai. Format tanggal ditentukan oleh:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
id |
LocalId |
|
|
wajib diisi |
ID kolom tabel. |
jenis |
DataType |
|
|
wajib diisi |
Jenis data kolom tabel. Semua nilai
dalam tabel harus sesuai dengan jenis data ini. |
|
Sumber |
<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>
|
Elemen: Tabel / data
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Sumber data tempat data untuk tabel dapat
ditemukan. |
Diagram |
 |
Jenis |
Data |
Properti |
konten: |
kompleks |
minimum: |
0 |
|
Model |
file |
Anak-Anak |
file |
Instance |
<data>
<file encoding="utf-8" format="csv">{1,1}</file>
</data>
|
Sumber |
<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>
|
Jenis Kompleks: Tabel
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Tabel menyediakan data untuk set data. Tabel dapat
memberikan data
untuk konsep atau slice. |
Diagram |
 |
Digunakan oleh |
|
Model |
info{0,1} , kolom+ , data{0,1} |
Anak-Anak |
kolom, data, info |
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
id |
ID |
|
|
wajib diisi |
ID unik tabel di
set data. |
|
Sumber |
<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>
|
Namespace |
Tidak ada namespace |
Anotasi |
Format untuk kolom, yang digunakan untuk mengurai representasi tekstual
nilai tersebut. Format tanggal ditentukan oleh:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
Jenis |
xs:string |
Properti |
|
Sumber |
<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>
|
Namespace |
Tidak ada namespace |
Anotasi |
ID kolom tabel. |
Jenis |
LocalId |
Properti |
|
{i>Facet<i} |
|
Sumber |
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Namespace |
Tidak ada namespace |
Anotasi |
Jenis data kolom tabel. Semua nilai kolom di
tabel harus sesuai dengan jenis data ini. |
Jenis |
DataType |
Properti |
|
{i>Facet<i} |
enumerasi |
string |
|
enumerasi |
float |
|
enumerasi |
bilangan bulat |
|
enumerasi |
boolean |
|
enumerasi |
tanggal |
|
enumerasi |
konsep |
|
|
Sumber |
<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>
|
Atribut: Table / @id
Namespace |
Tidak ada namespace |
Anotasi |
ID unik tabel dalam set data. |
Jenis |
ID |
Properti |
|
{i>Facet<i} |
|
Digunakan oleh |
|
Sumber |
<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>
|
Dibuat menggunakan
Editor XML Oksigen.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-09 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-09-09 UTC."],[[["The Table complex type provides data for the dataset, potentially for a concept or a slice, and is identified by a unique ID."],["Each Table can contain multiple columns, each with an ID, data type, and optional format for parsing textual values."],["Tables may include optional textual information and a data source location for retrieving the actual data."],["Column data types are restricted to string, float, integer, boolean, date, and concept, ensuring data consistency."],["A Table's data source can be specified using the \"data\" element, indicating the file format and encoding."]]],["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"]]