Componente: dados

Elemento: Data / file

Namespace http://schemas.google.com/dspl/2010
Diagrama Diagrama dspl11.tmp#id100 dspl11.tmp#id101
Tipo Extensão de xs:string
Propriedades
content: complexo
Atributos
QName Tipo Fixo Padrão Uso Annotation
codificação x:string utf-8 opcional A codificação de dados no arquivo.
formato x:string csv opcional O formato dos dados no arquivo. Observação de implementação: o CSV é o único formato atualmente compatível com o importador do Google.
Fonte
<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>

Tipo complexo: dados

Namespace http://schemas.google.com/dspl/2010
Anotações Dados para uma tabela.
Diagrama Diagrama dspl11.tmp#id99
Usados por
Elemento Tabela/dados
Modelo file
Children file
Fonte
<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>

Atributo: Dados / arquivo / @format

Namespace Nenhum namespace
Anotações O formato dos dados no arquivo. Observação de implementação: o CSV é o único formato atualmente compatível com o importador do Google.
Tipo x:string
Propriedades
use: opcional
default: csv
Usados por
Elemento Dados/arquivo
Fonte
<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>

Atributo: Dados / arquivo / @codificação

Namespace Nenhum namespace
Anotações A codificação de dados no arquivo.
Tipo x:string
Propriedades
use: opcional
default: utf-8
Usados por
Elemento Dados/arquivo
Fonte
<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>

Criado com o editor XML oXygen.