Bileşen: Veri
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Öğe: Veri / dosya
Ad alanı |
http://schemas.google.com/dspl/2010 |
Şema |
 |
Tür |
xs:string uzantısı |
Özellikler |
|
Özellikler |
QName |
Tür |
Düzeltildi |
Varsayılan |
Kullan |
Ek Açıklama |
kodlama |
xs:string |
|
utf-8 |
isteğe bağlı |
Dosyadaki verilerin kodlaması. |
biçim |
xs:string |
|
csv |
isteğe bağlı |
Dosyadaki verilerin biçimi. Uygulama notu:
CSV, şu anda Google tarafından desteklenen tek biçimdir
sorumluyuz. |
|
Kaynak |
<xs:element name="file">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
<xs:annotation>
<xs:documentation>The format of the data in the file.
Implementation note: CSV is the only format
currently supported by the Google importer.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
<xs:annotation>
<xs:documentation>The encoding of data in the file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|
Karmaşık Tür: Veri
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Bir tablonun verileri. |
Şema |
 |
Kullanan reklam sayısı |
|
Model |
dosya |
Çocuklar |
dosya |
Kaynak |
<xs:complexType name="Data">
<xs:annotation>
<xs:documentation>Data for a table.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="file">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
<xs:annotation>
<xs:documentation>The format of the data in the file.
Implementation note: CSV is the only format
currently supported by the Google importer.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
<xs:annotation>
<xs:documentation>The encoding of data in the file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
|
Ad alanı |
Ad alanı yok |
Ek açıklamalar |
Dosyadaki verilerin biçimi. Uygulama notu: CSV
Şu anda Google ithalatçısı tarafından desteklenen tek biçimdir. |
Tür |
xs:string |
Özellikler |
kullanın: |
isteğe bağlı |
varsayılan: |
csv |
|
Kullanan reklam sayısı |
|
Kaynak |
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
<xs:annotation>
<xs:documentation>The format of the data in the file.
Implementation note: CSV is the only format
currently supported by the Google importer.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Özellik: Veri / dosya / @kodlama
Ad alanı |
Ad alanı yok |
Ek açıklamalar |
Dosyadaki verilerin kodlaması. |
Tür |
xs:string |
Özellikler |
kullanın: |
isteğe bağlı |
varsayılan: |
utf-8 |
|
Kullanan reklam sayısı |
|
Kaynak |
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
<xs:annotation>
<xs:documentation>The encoding of data in the file.</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."],[],["The core content defines the \"Data\" complex type, representing data for a table, which uses a \"file\" element. The \"file\" element has two optional attributes: \"format\" and \"encoding.\" \"Format\" specifies the data format, defaulting to \"csv,\" which is the only currently supported format. \"Encoding\" defines the character encoding of the data, defaulting to \"utf-8\". These attributes describe how the data in the file should be interpreted.\n"]]