コンポーネント: テーブル

要素: テーブル / 情報

名前空間 http://schemas.google.com/dspl/2010
アノテーション テーブルに関するテキスト情報。
図 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
タイプ 情報
プロパティ
content: 複雑
minOccurs: 0
モデル namedescription{0,1}url{0,1}
Children descriptionnameurl
インスタンス
<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
アノテーション テーブル内の列の指定。
図 dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
プロパティ
content: 複雑
maxOccurs: 制限なし
モデル value* | conceptValue{0,1}
Children conceptValuevalue
インスタンス
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
属性
QName タイプ 固定 Default 用途 Annotation
形式 xs:文字列 省略可 列の形式。値のテキスト表現の解析に使用されます。日付の形式は http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html で定義されています。
id ローカル ID required テーブル列の識別子。
type DataType required テーブル列のデータ型。テーブルの列のすべての値がこのデータ型と一致する必要があります。
ソース
<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
アノテーション テーブルのデータを確認できるデータソース。
図 dspl11.tmp#id99 dspl11.tmp#id98
タイプ データ
プロパティ
content: 複雑
minOccurs: 0
モデル file
Children file
インスタンス
<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
アノテーション テーブルは、データセットのデータを提供します。テーブルは、コンセプトやスライスのデータを提供できます。
図 dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
使用アカウント
要素 dspl/tables/table
モデル info{0,1}column+data{0,1}
Children データ情報
属性
QName タイプ 固定 Default 用途 Annotation
id ID required データセット内のテーブルの一意の識別子。
ソース
<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>

属性: テーブル / / @format

名前空間 名前空間がありません
アノテーション 列の形式。値のテキスト表現の解析に使用されます。日付の形式は http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html で定義されています。
タイプ xs:文字列
プロパティ
次のコマンドを使用します。 省略可
ソース
<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

名前空間 名前空間がありません
アノテーション テーブル列の識別子。
タイプ ローカル ID
プロパティ
次のコマンドを使用します。 required
Facets
最大長 64
ソース
<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
プロパティ
次のコマンドを使用します。 required
Facets
enumeration 文字列
enumeration float
enumeration 整数
enumeration boolean
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
プロパティ
次のコマンドを使用します。 required
Facets
最大長 64
使用アカウント
複合型 テーブル
ソース
<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 Editor を使用して作成します。