Componente: Dati

Elemento: Dati/file

Spazio dei nomi http://schemas.google.com/dspl/2010
Diagramma Diagramma dspl11.tmp#id100 dspl11.tmp#id101
Tipo estensione di xs:string
Proprietà
contenuti: complesso
Attributi
QName Tipo Fisso Predefinito Utilizzo Annotazione
codifica xs:stringa utf-8 facoltativo La codifica dei dati nel file.
formato xs:stringa csv facoltativo Il formato dei dati nel file. Nota di implementazione: il formato CSV è l'unico formato attualmente supportato dall'importatore di 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 di complesso: dati

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Dati di una tabella.
Diagramma Diagramma dspl11.tmp#id99
Usato da
Elemento Tabella/dati
Modello file
Bambini 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>

Attributo: Dati / file / @formato

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni Il formato dei dati nel file. Nota di implementazione: il formato CSV è l'unico supportato attualmente dall'importatore Google.
Tipo xs:stringa
Proprietà
utilizza: facoltativo
valore predefinito: csv
Usato da
Elemento Dati/file
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>

Attributo: Dati/file/ @encoding

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni La codifica dei dati nel file.
Tipo xs:stringa
Proprietà
utilizza: facoltativo
valore predefinito: utf-8
Usato da
Elemento Dati/file
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>

Creato con l'editor XML oXygen.