コンポーネント: データ

要素: データ / ファイル

名前空間 http://schemas.google.com/dspl/2010
図 dspl11.tmp#id100 dspl11.tmp#id101
タイプ xs:string の拡張
プロパティ
content: 複雑
属性
QName タイプ 固定 デフォルト 使用 Annotation
エンコード xs:string utf-8 省略可 ファイル内のデータのエンコード。
形式 xs:string csv 省略可 ファイル内のデータの形式。実装に関する注意事項: 現在 Google Cloud でサポートされているのは CSV のみ 。
ソース
<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 エディタ