Bileşen: Veri

Öğe: Veri / dosya

Ad alanı http://schemas.google.com/dspl/2010
Şema Şema dspl11.tmp#kimlik100 dspl11.tmp#kimlik101
Tür xs:string uzantısı
Özellikler
içerik: karmaşık
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
kodlama xs:dize Utf-8 isteğe bağlı Dosyadaki verilerin kodlaması.
biçim xs:dize csv isteğe bağlı Dosyadaki verilerin biçimi. Uygulama notu: Google içe aktaran tarafından şu anda desteklenen tek biçim CSV'dir.
Kaynak
<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>

Karmaşık Türü: Veri

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Tablo verileri.
Şema Şema dspl11.tmp#kimlik99
Kullanan reklam sayısı
Öğe Tablo/veri
Model dosya
Çocuk dosya
Kaynak
<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>

Özellik: Veri / dosya / @biçim

Ad alanı Ad alanı yok
Ek açıklamalar Dosyadaki verilerin biçimi. Uygulama notu: Google içe aktaran tarafından şu anda desteklenen tek biçim CSV'dir.
Tür xs:dize
Özellikler
kullanın: isteğe bağlı
varsayılan: csv
Kullanan reklam sayısı
Öğe Veri/dosya
Kaynak
<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>

Özellik: Veri / dosya / @kodlama

Ad alanı Ad alanı yok
Ek açıklamalar Dosyadaki verilerin kodlaması.
Tür xs:dize
Özellikler
kullanın: isteğe bağlı
varsayılan: Utf-8
Kullanan reklam sayısı
Öğe Veri/dosya
Kaynak
<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>

oXygen XML Düzenleyici kullanılarak oluşturulur.