Componente: tabela
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Elemento: tabela / informações
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Informações textuais sobre a tabela. |
Diagrama |
 |
Tipo |
Informação |
Propriedades |
content: |
complexo |
minOcurs: |
0 |
|
Modelo |
nome , descrição{0,1} , url{0,1} |
Filhos |
descrição, nome, url |
Instância |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Origem |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the table.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemento: tabela / coluna
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
A especificação de uma coluna na tabela. |
Diagrama |
 |
Propriedades |
content: |
complexo |
maxOccurs: |
ilimitada |
|
Modelo |
valor* | conceptValue{0,1} |
Filhos |
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 |
Usar |
Nota |
formato |
xs:string |
|
|
opcional |
Um formato para a coluna, usado para analisar uma resposta
representação 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 |
|
|
obrigatório |
O identificador da coluna da tabela. |
type |
DataType |
|
|
obrigatório |
O tipo de dados da coluna da tabela. Todos os valores do elemento
na tabela precisam estar em conformidade com esse tipo de dados. |
|
Origem |
<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: tabela / dados
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Uma fonte de dados em que os dados da tabela podem ser
encontrados. |
Diagrama |
 |
Tipo |
Dados |
Propriedades |
content: |
complexo |
minOcurs: |
0 |
|
Modelo |
file |
Filhos |
file |
Instância |
<data>
<file encoding="utf-8" format="csv">{1,1}</file>
</data>
|
Origem |
<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 |
Uma tabela fornece dados para o conjunto de dados. Uma tabela pode fornecer dados
de um conceito ou de um pedaço. |
Diagrama |
 |
Usados por |
|
Modelo |
info{0,1} , coluna+ , dados{0,1} |
Filhos |
coluna, dados, informações |
Atributos |
QName |
Tipo |
Fixo |
Padrão |
Usar |
Nota |
id |
ID |
|
|
obrigatório |
O identificador exclusivo da tabela no
conjunto de dados. |
|
Origem |
<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>
|
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 |
xs:string |
Propriedades |
|
Origem |
<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>
|
Namespace |
Nenhum namespace |
Anotações |
O identificador da coluna da tabela. |
Tipo |
LocalId |
Propriedades |
|
Atributos |
|
Origem |
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Namespace |
Nenhum namespace |
Anotações |
O tipo de dados da coluna da tabela. Todos os valores da coluna em
a tabela precisa estar em conformidade com esse tipo de dado. |
Tipo |
DataType |
Propriedades |
|
Atributos |
enumeração |
string |
|
enumeração |
float |
|
enumeração |
número inteiro |
|
enumeração |
booleano |
|
enumeração |
data |
|
enumeração |
conceito |
|
|
Origem |
<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 |
ID |
Propriedades |
|
Atributos |
|
Usados por |
|
Origem |
<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 usando o
Editor XML oXygen.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-09-09 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-09-09 UTC."],[[["The Table complex type provides data for the dataset, potentially for a concept or a slice, and is identified by a unique ID."],["Each Table can contain multiple columns, each with an ID, data type, and optional format for parsing textual values."],["Tables may include optional textual information and a data source location for retrieving the actual data."],["Column data types are restricted to string, float, integer, boolean, date, and concept, ensuring data consistency."],["A Table's data source can be specified using the \"data\" element, indicating the file format and encoding."]]],["Tables store dataset information, and they are uniquely identified by an ID. Each table can have optional textual information in its \"info\" section. Tables are comprised of columns and data. Columns require a unique ID, data type and optionally include a format to parse text values. Columns can be of various data types. The data section provides a file, with a specified encoding and format, as a source. Each column may define multiple values and an optional concept.\n"]]