Componente: dados

Elemento: dados / arquivo

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 Usar Nota
codificação xs:string utf-8 opcional A codificação dos dados no arquivo.
formato xs:string csv opcional O formato dos dados no arquivo. Observação de implementação: No momento, CSV é o único formato aceito pelo Google importador.
Origem
<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 de uma tabela.
Diagrama Diagrama dspl11.tmp#id99
Usados por
Elemento Tabela/dados
Modelo file
Filhos file
Origem
<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 / @formato

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

Namespace Nenhum namespace
Anotações A codificação dos dados no arquivo.
Tipo xs:string
Propriedades
use: opcional
default: utf-8
Usados por
Elemento Dados/arquivo
Origem
<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 usando o Editor XML oXygen.