组件:数据

元素:Data / file

命名空间 http://schemas.google.com/dspl/2010
图示 图示 dspl11.tmp#id100 dspl11.tmp#id101
类型 xs:string 的扩展
属性
content: 复杂
属性
QName 类型 已修复 默认 使用 注解
编码 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
儿童 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>

属性:Data / 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>

属性:Data / file / @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 编辑器创建。