Komponen: Tabel

Elemen: Table/info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang tabel.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Jenis Info
Properti
konten: kompleks
Terjadi: 0
Model name , description{0,1} , url{0,1}
Turunan description, name, url
Instance
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Sumber
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Tabel / kolom

Namespace http://schemas.google.com/dspl/2010
Anotasi Spesifikasi kolom dalam tabel.
Diagram Diagram dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Properti
konten: kompleks
maxTerjadi: tidak terikat
Model nilai* | konsepNilai{0,1}
Turunan konsepNilai, nilai
Instance
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
format xs:string opsional Format untuk kolom, yang digunakan untuk mengurai representasi tekstual dari nilai. Format tanggal ditentukan oleh: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId wajib ID kolom tabel.
jenis Jenis Data wajib Jenis data kolom tabel. Semua nilai kolom di tabel harus sesuai dengan jenis data ini.
Sumber
<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>

Elemen: Table / data

Namespace http://schemas.google.com/dspl/2010
Anotasi Sumber data tempat data untuk tabel dapat ditemukan.
Diagram Diagram dspl11.tmp#id99 dspl11.tmp#id98
Jenis Data
Properti
konten: kompleks
Terjadi: 0
Model file
Turunan file
Instance
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
Sumber
<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>

Jenis Kompleks: Tabel

Namespace http://schemas.google.com/dspl/2010
Anotasi Tabel menyediakan data untuk set data. Tabel dapat memberikan data konsep atau bagian.
Diagram Diagram dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Digunakan oleh
Elemen dspl/tabel/tabel
Model info{0,1}, kolom+, data{0,1}
Turunan kolom, data, info
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
id ID wajib ID unik tabel dalam set data.
Sumber
<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>

Atribut: Tabel / kolom / @format

Namespace Tidak ada namespace
Anotasi Format untuk kolom, yang digunakan untuk mengurai representasi tekstual dari nilai. Format tanggal ditentukan oleh: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Jenis xs:string
Properti
gunakan: opsional
Sumber
<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>

Atribut: Tabel / kolom / @id

Namespace Tidak ada namespace
Anotasi ID kolom tabel.
Jenis LocalId
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Sumber
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: Tabel / kolom / @type

Namespace Tidak ada namespace
Anotasi Jenis data kolom tabel. Semua nilai kolom di tabel harus sesuai dengan jenis data ini.
Jenis Jenis Data
Properti
gunakan: wajib
Faset
enumerasi string
enumerasi float
enumerasi bilangan bulat
enumerasi boolean
enumerasi date
enumerasi konsep
Sumber
<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>

Atribut: Tabel / @id

Namespace Tidak ada namespace
Anotasi ID unik tabel dalam set data.
Jenis ID
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Digunakan oleh
Jenis Kompleks Tabel
Sumber
<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>

Dibuat menggunakan Editor XML oXygen.