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
QName Loại Cố định Mặc định Sử dụng Annotation
mã hoá xs:string utf-8 tùy chọn Mã hoá dữ liệu trong tệp.
định dạng xs:string csv tùy chọn Định dạng của dữ liệu trong tệp. Lưu ý về hoạt động triển khai: CSV là định dạng duy nhất hiện được Google hỗ trợ nhà nhập khẩu.
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
Được sử dụng trong
Phần tử Bảng/dữ liệu
Mẫu tệp
Thiếu nhi 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 / @format

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 ý khi triển khai: CSV định dạng duy nhất hiện được trình nhập của Google hỗ trợ.
Loại xs:string
Thuộc tính
sử dụng: tùy chọn
mặc định: csv
Được sử dụng trong
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 / @encryption

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:string
Thuộc tính
sử dụng: tùy chọn
mặc định: utf-8
Được sử dụng trong
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 của oXygen.