Komponent: dane

Element: dane/plik

Przestrzeń nazw http://schemas.google.com/dspl/2010
Diagram Diagram dspl11.tmp#id100 dspl11.tmp#id101
Typ rozszerzenie xs:string
Usługi
zawartość: Złożone
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
kodowanie xs:ciąg_znaków utf-8, opcjonalne Kodowanie danych w pliku.
format xs:ciąg_znaków csv opcjonalne Format danych pliku. Uwaga dotycząca implementacji: CSV to jedyny format obsługiwany obecnie przez importer Google.
Źródło
<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>

Typ zespolony: dane

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Dane tabeli.
Diagram Diagram dspl11.tmp#id99
Używane przez
Element Tabela/dane
Model plik
Dzieci plik
Źródło
<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>

Atrybut: Dane / Plik / @format

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Format danych pliku. Uwaga dotycząca implementacji: CSV to jedyny format obsługiwany obecnie przez importer Google.
Typ xs:ciąg_znaków
Usługi
użyj: opcjonalne
wartość domyślna: csv
Używane przez
Element Dane/plik
Źródło
<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>

Atrybut: Dane / Plik / @kodowanie

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Kodowanie danych w pliku.
Typ xs:ciąg_znaków
Usługi
użyj: opcjonalne
wartość domyślna: utf-8,
Używane przez
Element Dane/plik
Źródło
<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>

utworzonych w edytorze XML Oxygen,