Composant: Table
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Élément: Table / info
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Informations textuelles sur la table. |
Diagramme |
 |
Type |
Infos |
Propriétés |
content: |
complexe |
minOccurs: |
0 |
|
Modèle |
name , description{0,1} , url{0,1} |
Enfants |
description, name, url |
Instance |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Source |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the table.</xs:documentation>
</xs:annotation>
</xs:element>
|
Élément: Tableau / Colonne
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Spécification d'une colonne dans la table. |
Diagramme |
 |
Propriétés |
content: |
complexe |
maxOccurs: |
illimité |
|
Modèle |
valeur* | conceptValue{0,1} |
Enfants |
conceptValue, value |
Instance |
<column format="" id="" type="">
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</column>
|
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
format |
xs:string |
|
|
facultatif |
Un format de colonne, utilisé pour analyser un texte
la représentation des valeurs. Les formats de date sont définis par:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
id |
LocalId |
|
|
required |
Identifiant de la colonne de la table. |
type |
DataType |
|
|
required |
Type de données de la colonne du tableau. Toutes les valeurs du paramètre
de la table doit être conforme à ce type de données. |
|
Source |
<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>
|
Élément: Table / données
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Source de données dans laquelle les données du tableau peuvent être
trouvé. |
Diagramme |
 |
Type |
Données |
Propriétés |
content: |
complexe |
minOccurs: |
0 |
|
Modèle |
fichier |
Enfants |
fichier |
Instance |
<data>
<file encoding="utf-8" format="csv">{1,1}</file>
</data>
|
Source |
<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>
|
Type complexe: table
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Une table fournit des données pour l'ensemble de données. Un tableau peut fournir des données
pour un concept ou un segment. |
Diagramme |
 |
Utilisé par |
|
Modèle |
info{0,1} , colonne+ , données{0,1} |
Enfants |
colonne, données, informations |
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
id |
Identifiant |
|
|
required |
L'identifiant unique de la table dans
ensemble de données. |
|
Source |
<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>
|
Espace de noms |
Aucun espace de noms |
Annotations |
Format de la colonne, utilisé pour analyser une représentation textuelle.
des valeurs. Les formats de date sont définis par:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
Type |
xs:string |
Propriétés |
utilisez les lignes ci-dessous : |
facultatif |
|
Source |
<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>
|
Espace de noms |
Aucun espace de noms |
Annotations |
Identifiant de la colonne de la table. |
Type |
LocalId |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Source |
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Espace de noms |
Aucun espace de noms |
Annotations |
Type de données de la colonne du tableau. Toutes les valeurs de la colonne dans
la table doit être conforme à ce type de données. |
Type |
DataType |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
énumération |
chaîne |
|
énumération |
float |
|
énumération |
entier |
|
énumération |
booléen |
|
énumération |
date |
|
énumération |
concept |
|
|
Source |
<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>
|
Attribut: Table / @id
Espace de noms |
Aucun espace de noms |
Annotations |
Identifiant unique de la table dans l'ensemble de données. |
Type |
Identifiant |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Utilisé par |
|
Source |
<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>
|
Créé à l'aide de la méthode
Éditeur XML oXygen
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/25 (UTC)."],[],["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"]]