元件:資料

元素:資料 / 檔案

命名空間 http://schemas.google.com/dspl/2010
圖表 圖表 dspl11.tmp#id100 dspl11.tmp#id101
類型 xs:string 的副檔名
屬性
content: 複雜
屬性
QName 類型 Fixed 預設 使用 註解
編碼 Xs:字串 utf-8 選擇性 檔案中的資料編碼。
格式 Xs:字串 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>

屬性:資料 / file / @format

命名空間 沒有命名空間
註解 檔案中的資料格式,實作注意事項:CSV 是 Google 匯入工具目前唯一支援的格式。
類型 Xs:字串
屬性
而應改為使用下列指令: 選擇性
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>

屬性:資料 / 檔案 / @encode

命名空間 沒有命名空間
註解 檔案中的資料編碼。
類型 Xs:字串
屬性
而應改為使用下列指令: 選擇性
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 編輯器建立。