Komponen: Data
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Elemen: Data / file
Namespace |
http://schemas.google.com/dspl/2010 |
Diagram |
 |
Jenis |
ekstensi xs:string |
Properti |
|
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
encoding |
xs:string |
|
utf-8 |
opsional |
Encoding data dalam file. |
format |
xs:string |
|
csv |
opsional |
Format data dalam file. Catatan penerapan:
CSV adalah satu-satunya format yang saat ini didukung oleh
pengimpor. |
|
Sumber |
<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>
|
Jenis Kompleks: Data
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Data untuk tabel. |
Diagram |
 |
Digunakan oleh |
|
Model |
file |
Anak-Anak |
file |
Sumber |
<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>
|
Namespace |
Tidak ada namespace |
Anotasi |
Format data dalam file. Catatan penerapan: CSV adalah
satu-satunya format yang saat ini didukung oleh pengimpor Google. |
Jenis |
xs:string |
Properti |
gunakan: |
opsional |
default: |
csv |
|
Digunakan oleh |
|
Sumber |
<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>
|
Atribut: Data / file / @encoding
Namespace |
Tidak ada namespace |
Anotasi |
Encoding data dalam file. |
Jenis |
xs:string |
Properti |
gunakan: |
opsional |
default: |
utf-8 |
|
Digunakan oleh |
|
Sumber |
<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>
|
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-10-13 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-10-13 UTC."],[[["The \"Data\" element is an extension of the xs:string type and is used to represent data for a table."],["Data is formatted as a \"file\" element which has optional \"format\" and \"encoding\" attributes."],["By default, the \"format\" attribute is set to \"csv\", and \"encoding\" is set to \"utf-8\"."],["While other formats may be specified for the \"format\" attribute, the Google importer currently only supports CSV."]]],["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"]]