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
Właściwości
treść: Złożone
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
kodowanie xs:string utf-8 opcjonalnie Kodowanie danych w pliku.
format xs:string csv opcjonalnie Format danych w pliku. Uwaga dotycząca implementacji: CSV to jedyny format aktualnie obsługiwany przez importera.
Ź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 złożony: dane

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Dane do 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: Data / file / @format

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Format danych w pliku. Uwaga dotycząca implementacji: plik CSV to to jedyny format obsługiwany obecnie przez importera Google.
Typ xs:string
Właściwości
użyj: opcjonalnie
domyślnie: 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: Data / file / @encoding

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Kodowanie danych w pliku.
Typ xs:string
Właściwości
użyj: opcjonalnie
domyślnie: 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>

Utworzono za pomocą oXygen XML Editor.