Thành phần: Dữ liệu

Phần tử: Dữ liệu / tệp

Không gian tên http://schemas.google.com/dspl/2010
Sơ đồ Sơ đồ dspl11.tmp#id100 dspl11.tmp#id101
Loại phần mở rộng của xs:string
Thuộc tính
nội dung: phức tạp
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
mã hoá xs:chuỗi utf-8 không bắt buộc Mã hoá dữ liệu trong tệp.
định dạng xs:chuỗi csv không bắt buộc Định dạng của dữ liệu trong tệp. Lưu ý triển khai: CSV là định dạng duy nhất hiện được trình nhập của Google hỗ trợ.
Nguồn
<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>

Loại phức tạp: Dữ liệu

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Dữ liệu cho bảng.
Sơ đồ Sơ đồ dspl11.tmp#id99
Quảng cáo sử dụng
Phần tử Bảng/dữ liệu
Mô hình tệp
Dành cho trẻ em tệp
Nguồn
<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>

Thuộc tính: Dữ liệu/tệp/ @định dạng

Không gian tên Không có vùng chứa tên
Chú thích Định dạng của dữ liệu trong tệp. Lưu ý triển khai: CSV là định dạng duy nhất hiện được nhà nhập khẩu của Google hỗ trợ.
Loại xs:chuỗi
Thuộc tính
sử dụng: không bắt buộc
mặc định: csv
Quảng cáo sử dụng
Phần tử Dữ liệu/tệp
Nguồn
<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>

Thuộc tính: Dữ liệu/tệp/ @mã hóa

Không gian tên Không có vùng chứa tên
Chú thích Mã hoá dữ liệu trong tệp.
Loại xs:chuỗi
Thuộc tính
sử dụng: không bắt buộc
mặc định: utf-8
Quảng cáo sử dụng
Phần tử Dữ liệu/tệp
Nguồn
<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>

Được tạo bằng Trình chỉnh sửa XML XML oXygen.