コンポーネント: テーブル
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
要素: テーブル / 情報
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
テーブルに関するテキスト情報。 |
図 |
 |
タイプ |
情報 |
プロパティ |
|
モデル |
name、description{0,1}、url{0,1} |
子供 |
description、name、url |
インスタンス |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
ソース |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the table.</xs:documentation>
</xs:annotation>
</xs:element>
|
要素: 表 / 列
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
テーブル内の列の仕様。 |
図 |
 |
プロパティ |
content: |
複雑 |
maxOccurs: |
制限なし |
|
モデル |
値* |conceptValue{0,1} |
子供 |
conceptValue、value |
インスタンス |
<column format="" id="" type="">
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</column>
|
属性 |
QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
形式 |
xs:string |
|
|
省略可 |
列の形式。テキストの構文の解析に使用されます。
値を表現します。日付形式は次のように定義されます。
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
id |
LocalId |
|
|
必須 |
テーブル列の識別子。 |
type |
DataType |
|
|
必須 |
テーブル列のデータ型。すべての
テーブルの列は、このデータ型に適合している必要があります。 |
|
ソース |
<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>
|
要素: テーブル / データ
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
テーブルのデータを格納できるデータソース
表示されます。 |
図 |
 |
タイプ |
データ |
プロパティ |
|
モデル |
ファイル |
子供 |
ファイル |
インスタンス |
<data>
<file encoding="utf-8" format="csv">{1,1}</file>
</data>
|
ソース |
<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>
|
複合タイプ: テーブル
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
テーブルはデータセットのデータを提供します。テーブルによって
どちらでも構いません。 |
図 |
 |
使用者 |
|
モデル |
info{0,1}、column+、data{0,1} |
子供 |
列、データ、情報 |
属性 |
QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
id |
ID |
|
|
必須 |
テーブルに含まれるテーブルの一意の識別子
説明します。 |
|
ソース |
<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>
|
名前空間 |
名前空間がありません |
アノテーション |
テキスト表現の解析に使用される列の形式
作成されます。日付形式は次のように定義されます。
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
タイプ |
xs:string |
プロパティ |
|
ソース |
<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>
|
属性: テーブル / 列 / @id
名前空間 |
名前空間がありません |
アノテーション |
テーブル列の識別子。 |
タイプ |
LocalId |
プロパティ |
|
ファセット |
|
ソース |
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
属性: テーブル / 列 / @type
名前空間 |
名前空間がありません |
アノテーション |
テーブル列のデータ型。すべての列の
テーブルはこのデータ型に準拠している必要があります。 |
タイプ |
DataType |
プロパティ |
|
ファセット |
enumeration |
文字列 |
|
enumeration |
float |
|
enumeration |
integer |
|
enumeration |
ブール値 |
|
enumeration |
date |
|
enumeration |
concept |
|
|
ソース |
<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>
|
属性: テーブル / @id
名前空間 |
名前空間がありません |
アノテーション |
データセット内のテーブルの一意の識別子。 |
タイプ |
ID |
プロパティ |
|
ファセット |
|
使用者 |
|
ソース |
<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>
|
次を使用して作成:
oXygen XML エディタ。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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"]]