Komponen: Data

Elemen: Data / file

Namespace http://schemas.google.com/dspl/2010
Diagram Diagram dspl11.tmp#id100 dspl11.tmp#id101
Jenis ekstensi xs:string
Properti
konten: kompleks
Atribut
NamaQ Jenis Fixed Default Penggunaan 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 Google.
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 Diagram dspl11.tmp#id99
Digunakan oleh
Elemen Tabel/data
Model file
Turunan 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>

Atribut: Data / file / @format

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
Elemen Data/file
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
Elemen Data/file
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 oXygen.