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#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tür Bilgi
Özellikler
içerik: karmaşık
MinOccurs: 0
Model ad , açıklama{0,1} , url{0,1}
Çocuklar description, 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#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Özellikler
içerik: karmaşık
maxOccurs: sınırsız
Model değer* | conceptValue{0,1}
Çocuklar 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 Ek Açıklama
biçim xs:string isteğe bağlı Sütun için, metin biçimindeki bir öğeyi ayrıştırmak için kullanılan biçim temsil eder. Tarih biçimleri şu şekilde tanımlanır: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId zorunlu Tablo sütununun tanımlayıcısı.
tür DataType zorunlu Tablo sütununun veri türü. Şunun tüm değerleri: sütunu 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 Tablodaki verilerin olabileceği bir veri kaynağı bulundu.
Şema Şema dspl11.tmp#id99 dspl11.tmp#id98
Tür Veri
Özellikler
içerik: karmaşık
MinOccurs: 0
Model dosya
Çocuklar 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 ait verileri sağlar. Bir tablo, bir kavramı araştırabilirsiniz.
Şema Şema dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Kullanan reklam sayısı
Öğe dspl/tables/table
Model bilgi{0,1} , sütun+ , veriler{0,1}
Çocuklar sütun, veriler, bilgi
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
id No zorunlu veri kümesi olarak tanımlanır.
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 Metin gösterimini ayrıştırmak için kullanılan sütun biçimi değerleridir. Tarih biçimleri şu şekilde tanımlanır: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Tür xs:string
Ö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 / @kimlik

Ad alanı Ad alanı yok
Ek açıklamalar Tablo sütununun tanımlayıcısı.
Tür LocalId
Özellikler
kullanın: zorunlu
Özellikler
maxLength 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 / @tür

Ad alanı Ad alanı yok
Ek açıklamalar Tablo sütununun veri türü. Sütunun içindeki tüm değerler tablo bu veri türüne uygun olmalıdır.
Tür DataType
Özellikler
kullanın: zorunlu
Özellikler
numaralandırma dize
numaralandırma kayan noktalı
numaralandırma tam sayı
numaralandırma boolean
numaralandırma tarih
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 No
Özellikler
kullanın: zorunlu
Özellikler
maxLength 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>

Oluşturulma: oXygen XML Düzenleyici.