Komponent: tabela

Element: tabela / informacje

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Informacje tekstowe o tabeli
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Typ Informacje
Usługi
zawartość: Złożone
minOcuss: 0
Model name , description{0,1} , url{0,1}
Dzieci opis, nazwa, url
Instancja
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Źródło
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: tabela/kolumna

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Specyfikacja kolumny w tabeli.
Diagram Diagram dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10, dspl0.tmp#id12 dspl0.tmp#id9
Usługi
zawartość: Złożone
Maksymalne wystąpienia: nieograniczony
Model wartość* | conceptValue{0,1}
Dzieci conceptValue, wartość
Instancja
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
format xs:ciąg_znaków opcjonalne Format kolumny używany do analizowania tekstu – wartości. Formaty daty są definiowane przez: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id Identyfikator lokalny wymagany Identyfikator kolumny tabeli.
type Typ danych wymagany Typ danych kolumny tabeli. Wszystkie wartości kolumny w tabeli muszą być zgodne z tym typem danych.
Źródło
<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>

Element: tabela / dane

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Źródło danych, w którym można znaleźć dane tabeli.
Diagram Diagram dspl11.tmp#id99 dspl11.tmp#id98
Typ Dane
Usługi
zawartość: Złożone
minOcuss: 0
Model plik
Dzieci plik
Instancja
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
Źródło
<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>

Typ złożony: Tabela

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Tabela zawiera dane zbioru danych. Tabela może zawierać dane dotyczące koncepcji lub wycinka.
Diagram Diagram dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Używane przez
Element dspl/tabele/tabela
Model info{0,1}, kolumna+, dane{0,1}
Dzieci kolumna, dane, informacje
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
id Identyfikator wymagany Unikalny identyfikator tabeli w zbiorze danych.
Źródło
<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>

Atrybut: tabela/kolumna/ @format

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Format kolumny używany do analizowania tekstu – wartości. Formaty daty są definiowane przez: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Typ xs:ciąg_znaków
Usługi
użyj: opcjonalne
Źródło
<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>

Atrybut: Tabela / Kolumna / @id

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator kolumny tabeli.
Typ Identyfikator lokalny
Usługi
użyj: wymagany
Aspekty
maksymalna długość 64
Źródło
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: Tabela / Kolumna / @type

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Typ danych kolumny tabeli. Wszystkie wartości w kolumnie muszą być zgodne z tym typem danych.
Typ Typ danych
Usługi
użyj: wymagany
Aspekty
wyliczenie tekst
wyliczenie liczba zmiennoprzecinkowa
wyliczenie liczba całkowita
wyliczenie wartość logiczna
wyliczenie data
wyliczenie pomysł : koncepcja
Źródło
<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>

Atrybut: Tabela / @id

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Unikalny identyfikator tabeli w zbiorze danych.
Typ Identyfikator
Usługi
użyj: wymagany
Aspekty
maksymalna długość 64
Używane przez
Typ Złożony Tabela
Źródło
<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>

utworzonych w edytorze XML Oxygen,