Bileşen: Tablo

Öğe: Tablo/bilgi

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Tablo hakkında metin bilgileri.
Şema Şema dspl4.tmp#kimlik7 dspl4.tmp#kimlik14 dspl4.tmp#kimlik15 dspl4.tmp#kimlik6
Tür Bilgi
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
Model ad , açıklama{0,1} , url{0,1}
Çocuk açıklama, ad, url
Örnek
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Kaynak
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

Öğe: Tablo / sütun

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Tablodaki bir sütunun spesifikasyonu.
Şema Şema dspl10.tmp#kimlik95 dspl10.tmp#kimlik96 dspl10.tmp#kimlik94 dspl0.tmp#kimlik10 dspl0.tmp#kimlik12 dspl0.tmp#kimlik9
Özellikler
içerik: karmaşık
maxOccurs: sınırsız
Model değer* | conceptValue{0,1}
Çocuk conceptValue, value
Örnek
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
biçim xs:dize isteğe bağlı Değerlerin metinsel gösterimini ayrıştırmak için kullanılan sütun biçimi. Tarih biçimleri şu şekilde tanımlanır: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id YerelKimlik zorunlu Tablo sütununun tanımlayıcısı.
tür Veri Türü zorunlu Tablo sütununun veri türü. Tablodaki sütunun tüm değerleri bu veri türüne uygun olmalıdır.
Kaynak
<xs:element name="column" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The specification of a column in the table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:group ref="ValuesGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A constant value for the column.</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:attribute name="id" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The identifier of the table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="DataType" use="required">
      <xs:annotation>
        <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Öğe: Tablo/veri

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Tabloya ilişkin verilerin bulunabileceği bir veri kaynağı.
Şema Şema dspl11.tmp#kimlik99 dspl11.tmp#kimlik98
Tür Veri
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
Model dosya
Çocuk dosya
Örnek
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
Kaynak
<xs:element name="data" type="Data" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A data source where data for the table can be found.</xs:documentation>
  </xs:annotation>
</xs:element>

Karmaşık Türü: Tablo

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Tablo, veri kümesine ilişkin verileri sağlar. Bir tablo, bir kavram veya dilim için veri sağlayabilir.
Şema Şema dspl10.tmp#kimlik102 dspl10.tmp#kimlik89 dspl10.tmp#kimlik90 dspl10.tmp#kimlik97
Kullanan reklam sayısı
Öğe dspl/tablolar/tablo
Model bilgi{0,1}, sütun+, veri{0,1}
Çocuk sütun, veri, bilgi
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
id Kimlik zorunlu Veri kümesindeki tablonun benzersiz tanımlayıcısı.
Kaynak
<xs:complexType name="Table">
  <xs:annotation>
    <xs:documentation>A table provides data for the dataset. A table may provide data
        for a concept or for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="column" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The specification of a column in the table.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:group ref="ValuesGroup" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A constant value for the column.</xs:documentation>
          </xs:annotation>
        </xs:group>
        <xs:attribute name="id" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The identifier of the table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" type="DataType" use="required">
          <xs:annotation>
            <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="data" type="Data" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A data source where data for the table can be found.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Özellik: Tablo / sütun / @biçim

Ad alanı Ad alanı yok
Ek açıklamalar Değerlerin metinsel gösterimini ayrıştırmak için kullanılan sütun biçimi. Tarih biçimleri şu şekilde tanımlanır: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Tür xs:dize
Özellikler
kullanın: isteğe bağlı
Kaynak
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
  </xs:annotation>
</xs:attribute>

Özellik: Tablo / sütun / @id

Ad alanı Ad alanı yok
Ek açıklamalar Tablo sütununun tanımlayıcısı.
Tür YerelKimlik
Özellikler
kullanın: zorunlu
Özellikler
maksUzunluk 64
Kaynak
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Özellik: Tablo / sütun / @type

Ad alanı Ad alanı yok
Ek açıklamalar Tablo sütununun veri türü. Tablodaki sütunun tüm değerleri bu veri türüne uygun olmalıdır.
Tür Veri Türü
Özellikler
kullanın: zorunlu
Özellikler
numaralandırma string
numaralandırma kayan noktalı
numaralandırma tam sayı
numaralandırma boolean
numaralandırma date
numaralandırma kavram
Kaynak
<xs:attribute name="type" type="DataType" use="required">
  <xs:annotation>
    <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Özellik: Tablo / @id

Ad alanı Ad alanı yok
Ek açıklamalar Veri kümesindeki tablonun benzersiz tanımlayıcısı.
Tür Kimlik
Özellikler
kullanın: zorunlu
Özellikler
maksUzunluk 64
Kullanan reklam sayısı
Karmaşık Türü Tablo
Kaynak
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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