Componente: tabella
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Elemento: tabella / informazioni
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Informazioni testuali sulla tabella. |
Diagramma |
 |
Tipo |
Informazioni |
Proprietà |
contenuti: |
complesso |
minOccurs: |
0 |
|
Modello |
name , description{0,1} , url{0,1} |
Bambini |
descrizione, nome, url |
Istanza |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Origine |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the table.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemento: tabella / colonna
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
La specifica di una colonna della tabella. |
Diagramma |
 |
Proprietà |
contenuti: |
complesso |
maxOccurs: |
illimitati |
|
Modello |
valore* | conceptValue{0,1} |
Bambini |
conceptValue, value |
Istanza |
<column format="" id="" type="">
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</column>
|
Attributi |
QName |
Tipo |
Risolto |
Predefinito |
Usa |
Annotazione |
formato |
xs:string |
|
|
facoltativo |
Un formato per la colonna, utilizzato per analizzare un testo
la rappresentazione dei valori. I formati della data sono definiti da:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
id |
LocalId |
|
|
di provisioning. |
L'identificatore della colonna della tabella. |
type |
DataType |
|
|
di provisioning. |
Il tipo di dati della colonna della tabella. Tutti i valori del parametro
colonna della tabella deve essere conforme a questo tipo di dati. |
|
Origine |
<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: tabella / dati
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Un'origine dati in cui possono essere visualizzati i dati per la tabella
trovato. |
Diagramma |
 |
Tipo |
Dati |
Proprietà |
contenuti: |
complesso |
minOccurs: |
0 |
|
Modello |
file |
Bambini |
file |
Istanza |
<data>
<file encoding="utf-8" format="csv">{1,1}</file>
</data>
|
Origine |
<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 complesso: tabella
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Una tabella fornisce i dati per il set di dati. Una tabella può fornire dati
per un concetto o per una sezione. |
Diagramma |
 |
Usato da |
|
Modello |
informazioni{0,1} , colonna+ , dati{0,1} |
Bambini |
colonna, dati, informazioni |
Attributi |
QName |
Tipo |
Risolto |
Predefinito |
Usa |
Annotazione |
id |
ID |
|
|
di provisioning. |
L'identificatore univoco della tabella nel
del set di dati. |
|
Origine |
<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>
|
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
Un formato per la colonna, utilizzato per analizzare una rappresentazione testuale.
dei valori. I formati della data sono definiti da:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
Tipo |
xs:string |
Proprietà |
|
Origine |
<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>
|
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
L'identificatore della colonna della tabella. |
Tipo |
LocalId |
Proprietà |
|
Facet |
|
Origine |
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
Il tipo di dati della colonna della tabella. Tutti i valori della colonna in
la tabella deve essere conforme a questo tipo di dati. |
Tipo |
DataType |
Proprietà |
|
Facet |
enumerazione |
stringa |
|
enumerazione |
numero in virgola mobile |
|
enumerazione |
integer |
|
enumerazione |
booleano |
|
enumerazione |
data |
|
enumerazione |
concetto |
|
|
Origine |
<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>
|
Attributo: Tabella / @id
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
Identificatore univoco della tabella nel set di dati. |
Tipo |
ID |
Proprietà |
|
Facet |
|
Usato da |
|
Origine |
<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>
|
Creato con
Editor XML ossigeno.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-09 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]