コンポーネント: データ

要素: データ / ファイル

名前空間 http://schemas.google.com/dspl/2010
図 dspl11.tmp#id100 dspl11.tmp#id101
タイプ 拡張機能 xs:string
プロパティ
content: 複雑
属性
QName タイプ 固定 Default 用途 Annotation
エンコード 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
使用アカウント
要素 テーブル / データ
モデル file
Children file
ソース
<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

名前空間 名前空間がありません
アノテーション ファイル内のデータの形式。実装上の注意: Google インポータで現在サポートされている形式は CSV のみです。
タイプ 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>

属性: データ / ファイル / @encoding

名前空間 名前空間がありません
アノテーション ファイル内のデータのエンコード。
タイプ 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 Editor を使用して作成します。