Componente: tabela

Elemento: Table / info

Namespace http://schemas.google.com/dspl/2010
Anotações Informações textuais sobre a tabela.
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tipo Informações
Propriedades
content: complexo
minOccurs: 0
Modelo nome , description{0,1} , url{0,1}
Children descrição, nome, URL
Instância
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Fonte
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Table por coluna

Namespace http://schemas.google.com/dspl/2010
Anotações A especificação de uma coluna na tabela.
Diagrama Diagrama dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Propriedades
content: complexo
maxOccurs: ilimitada
Modelo valor* | conceptValue{0,1}
Children conceptValue e value
Instância
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Atributos
QName Tipo Fixo Padrão Uso Annotation
formato x:string opcional Um formato para a coluna, usado para analisar uma representação textual dos valores. Os formatos de data são definidos por: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId (em inglês) exigiu O identificador da coluna da tabela.
type DataType exigiu O tipo de dados da coluna da tabela. Todos os valores da coluna na tabela precisam estar em conformidade com esse tipo de dados.
Fonte
<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>

Elemento: Table / data

Namespace http://schemas.google.com/dspl/2010
Anotações Uma fonte de dados onde os dados da tabela podem ser encontrados.
Diagrama Diagrama dspl11.tmp#id99 dspl11.tmp#id98
Tipo Dados
Propriedades
content: complexo
minOccurs: 0
Modelo file
Children file
Instância
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
Fonte
<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>

Tipo complexo: tabela

Namespace http://schemas.google.com/dspl/2010
Anotações A tabela fornece dados do conjunto de dados. Uma tabela pode fornecer dados para um conceito ou para uma fração.
Diagrama Diagrama dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Usados por
Elemento dspl/tables/table (link em inglês)
Modelo info{0,1}, column+, data{0,1}
Children coluna, dados, informações
Atributos
QName Tipo Fixo Padrão Uso Annotation
id Código exigiu O identificador exclusivo da tabela no conjunto de dados.
Fonte
<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>

Atributo: Tabela / coluna / @format

Namespace Nenhum namespace
Anotações Um formato para a coluna, usado para analisar uma representação textual dos valores. Os formatos de data são definidos por: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Tipo x:string
Propriedades
use: opcional
Fonte
<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>

Atributo: Tabela / coluna / @id

Namespace Nenhum namespace
Anotações O identificador da coluna da tabela.
Tipo LocalId (em inglês)
Propriedades
use: exigiu
Facets
maxLength 64
Fonte
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atributo: Tabela / coluna / @type

Namespace Nenhum namespace
Anotações O tipo de dados da coluna da tabela. Todos os valores da coluna na tabela precisam estar em conformidade com esse tipo de dados.
Tipo DataType
Propriedades
use: exigiu
Facets
enumeração string
enumeração float
enumeração integer
enumeração boolean
enumeração date
enumeração concept
Fonte
<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>

Atributo: Tabela / @id

Namespace Nenhum namespace
Anotações O identificador exclusivo da tabela no conjunto de dados.
Tipo Código
Propriedades
use: exigiu
Facets
maxLength 64
Usados por
Tipo complexo Tabela
Fonte
<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>

Criado com o editor XML oXygen.