Componente: Datos

Elemento: Datos / archivo

Espacio de nombres http://schemas.google.com/dspl/2010
Diagrama Diagrama dspl11.tmp#id100 dspl11.tmp#id101
Tipo extensión de xs:string
Propiedades
content: complejo
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
codificación xs:string Utf-8 columna La codificación de los datos del archivo
formato xs:string csv columna El formato de los datos del archivo. Nota de implementación: El formato CSV es actualmente el único admitido por el importador de Google.
Fuente
<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 complejo: datos

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Datos de una tabla.
Diagrama Diagrama dspl11.tmp#id99
Utilizado por
Elemento Tabla/datos
Modelo archivo
Children archivo
Fuente
<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: Datos / archivo / @format

Espacio de nombres No hay espacios de nombres
Anotaciones El formato de los datos del archivo. Nota de implementación: CSV es el único formato compatible actualmente con el importador de Google.
Tipo xs:string
Propiedades
utiliza esto: columna
predeterminado: csv
Utilizado por
Elemento Datos/archivo
Fuente
<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: Datos/archivo/ @encoding

Espacio de nombres No hay espacios de nombres
Anotaciones La codificación de los datos del archivo
Tipo xs:string
Propiedades
utiliza esto: columna
predeterminado: Utf-8
Utilizado por
Elemento Datos/archivo
Fuente
<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>

Se crea con el Editor XML de oxygen.