Bileşen: Tablo
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Öğe: Tablo / bilgi
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Tablo hakkında metin bilgileri. |
Şema |
 |
Tür |
Bilgi |
Özellikler |
içerik: |
karmaşık |
MinOccurs: |
0 |
|
Model |
ad , açıklama{0,1} , url{0,1} |
Çocuklar |
description, ad, url |
Örnek |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Kaynak |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the table.</xs:documentation>
</xs:annotation>
</xs:element>
|
Öğe: Tablo / sütun
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Tablodaki bir sütunun spesifikasyonu. |
Şema |
 |
Özellikler |
içerik: |
karmaşık |
maxOccurs: |
sınırsız |
|
Model |
değer* | conceptValue{0,1} |
Çocuklar |
conceptValue, value |
Örnek |
<column format="" id="" type="">
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</column>
|
Özellikler |
QName |
Tür |
Düzeltildi |
Varsayılan |
Kullan |
Ek Açıklama |
biçim |
xs:string |
|
|
isteğe bağlı |
Sütun için, metin biçimindeki bir öğeyi ayrıştırmak için kullanılan biçim
temsil eder. Tarih biçimleri şu şekilde tanımlanır:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
id |
LocalId |
|
|
zorunlu |
Tablo sütununun tanımlayıcısı. |
tür |
DataType |
|
|
zorunlu |
Tablo sütununun veri türü. Şunun tüm değerleri:
sütunu bu veri türüne uygun olmalıdır. |
|
Kaynak |
<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>
|
Öğe: Tablo / veri
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Tablodaki verilerin olabileceği bir veri kaynağı
bulundu. |
Şema |
 |
Tür |
Veri |
Özellikler |
içerik: |
karmaşık |
MinOccurs: |
0 |
|
Model |
dosya |
Çocuklar |
dosya |
Örnek |
<data>
<file encoding="utf-8" format="csv">{1,1}</file>
</data>
|
Kaynak |
<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>
|
Karmaşık Tür: Tablo
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Tablo, veri kümesine ait verileri sağlar. Bir tablo,
bir kavramı
araştırabilirsiniz. |
Şema |
 |
Kullanan reklam sayısı |
|
Model |
bilgi{0,1} , sütun+ , veriler{0,1} |
Çocuklar |
sütun, veriler, bilgi |
Özellikler |
QName |
Tür |
Düzeltildi |
Varsayılan |
Kullan |
Ek Açıklama |
id |
No |
|
|
zorunlu |
veri kümesi olarak tanımlanır. |
|
Kaynak |
<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>
|
Ad alanı |
Ad alanı yok |
Ek açıklamalar |
Metin gösterimini ayrıştırmak için kullanılan sütun biçimi
değerleridir. Tarih biçimleri şu şekilde tanımlanır:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
Tür |
xs:string |
Özellikler |
|
Kaynak |
<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>
|
Özellik: Tablo / sütun / @kimlik
Ad alanı |
Ad alanı yok |
Ek açıklamalar |
Tablo sütununun tanımlayıcısı. |
Tür |
LocalId |
Özellikler |
|
Özellikler |
|
Kaynak |
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Ad alanı |
Ad alanı yok |
Ek açıklamalar |
Tablo sütununun veri türü. Sütunun içindeki tüm değerler
tablo bu veri türüne uygun olmalıdır. |
Tür |
DataType |
Özellikler |
|
Özellikler |
numaralandırma |
dize |
|
numaralandırma |
kayan noktalı |
|
numaralandırma |
tam sayı |
|
numaralandırma |
boolean |
|
numaralandırma |
tarih |
|
numaralandırma |
kavram |
|
|
Kaynak |
<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>
|
Özellik: Tablo / @id
Ad alanı |
Ad alanı yok |
Ek açıklamalar |
Veri kümesindeki tablonun benzersiz tanımlayıcısı. |
Tür |
No |
Özellikler |
|
Özellikler |
|
Kullanan reklam sayısı |
|
Kaynak |
<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>
|
Oluşturulma:
oXygen XML Düzenleyici.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]