元件:資料

元素:資料 / 檔案

命名空間 http://schemas.google.com/dspl/2010
圖表 圖表 dspl11.tmp#id100 dspl11.tmp#id101
類型 xs:string 的副檔名
屬性
content: 複雜
屬性
QName 類型 固定 預設 使用 註解
解碼器 xs:string utf-8 選用 檔案中的資料編碼。
格式 xs:string csv 選用 檔案中的資料格式,導入註意事項: CSV 是 Google 匯入工具
來源
<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>

複雜類型:資料

命名空間 http://schemas.google.com/dspl/2010
註解 資料表的資料。
圖表 圖表 dspl11.tmp#id99
使用這項素材資源的廣告
元素 資料表/資料
型號 檔案
子項 檔案
來源
<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>

屬性:資料 / 檔案 / @format

命名空間 沒有命名空間
註解 檔案中的資料格式,導入註意事項:CSV 為 Google 匯入工具目前支援的唯一格式。
類型 xs:string
屬性
而應改為使用下列指令: 選用
default: csv
使用這項素材資源的廣告
元素 資料/檔案
來源
<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>

屬性:資料 / 檔案 / @encoding

命名空間 沒有命名空間
註解 檔案中的資料編碼。
類型 xs:string
屬性
而應改為使用下列指令: 選用
default: utf-8
使用這項素材資源的廣告
元素 資料/檔案
來源
<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>

使用 oXygen XML 編輯器