Komponent: Tabela

Element: Tabela / informacje

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Informacje tekstowe o tabeli.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Typ Informacje
Właściwości
treść: Złożone
min.: 0
Model name , description{0,1} , url{0,1}
Dzieci description, name, 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
Adnotacje Specyfikacja kolumny w tabeli.
Diagram Diagram dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Właściwości
treść: Złożone
maxOccurs: nieograniczony
Model wartość* | conceptValue{0,1}
Dzieci conceptValue, value
Instancja
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
format xs:string opcjonalnie Format kolumny używany do analizowania tekstu ich reprezentację. Formaty daty są definiowane przez: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId wymagane Identyfikator kolumny tabeli.
type DataType wymagane Typ danych w kolumnie tabeli. Wszystkie wartości argumentów kolumna w tabeli musi spełniać wymagania tego typu 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
Adnotacje Źródło danych, w którym można umieścić dane do tabeli
Diagram Diagram dspl11.tmp#id99 dspl11.tmp#id98
Typ Dane
Właściwości
treść: Złożone
min.: 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>

Rodzaj złożony: tabela

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Tabela zawiera dane zbioru danych. Tabela może zawierać dane w kontekście koncepcji lub wycinka treści.
Diagram Diagram dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Używane przez
Element dspl/tables/table
Model info{0,1} , column+ , data{0,1}
Dzieci kolumna, dane, informacje
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
id Identyfikator wymagane Unikalny identyfikator tabeli w w gromadzeniu 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
Adnotacje Format kolumny używany do analizowania reprezentacji tekstowej tych wartości. Formaty daty są definiowane przez: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Typ xs:string
Właściwości
użyj: opcjonalnie
Ź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
Adnotacje Identyfikator kolumny tabeli.
Typ LocalId
Właściwości
użyj: wymagane
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: Table / column / @type

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Typ danych w kolumnie tabeli. Wszystkie wartości kolumny w argumencie tabela musi być zgodna z tym typem danych.
Typ DataType
Właściwości
użyj: wymagane
Aspekty
wyliczenie ciąg znaków
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: Table / @id

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Unikalny identyfikator tabeli w zbiorze danych.
Typ Identyfikator
Właściwości
użyj: wymagane
Aspekty
maksymalna długość 64
Używane przez
Rodzaj 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>

Utworzono za pomocą oXygen XML Editor.