コンポーネント: スライス
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
要素: Slice / info
| 名前空間 |
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 slice.</xs:documentation>
</xs:annotation>
</xs:element>
|
要素: スライス / ディメンション
| 名前空間 |
http://schemas.google.com/dspl/2010 |
| 図 |
 |
| タイプ |
SliceConceptRef |
| プロパティ |
| content: |
複雑 |
| maxOccurs: |
制限なし |
|
| 属性 |
| QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
| コンセプト |
xs:QName |
|
|
必須 |
ディメンションまたは指標が対応する概念
|
|
| ソース |
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
|
要素: スライス / 指標
| 名前空間 |
http://schemas.google.com/dspl/2010 |
| 図 |
 |
| タイプ |
SliceConceptRef |
| プロパティ |
| content: |
複雑 |
| maxOccurs: |
制限なし |
|
| 属性 |
| QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
| コンセプト |
xs:QName |
|
|
必須 |
ディメンションまたは指標が対応する概念
|
|
| ソース |
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
|
要素: スライス / テーブル
| 名前空間 |
http://schemas.google.com/dspl/2010 |
| アノテーション |
スライスデータを格納できるテーブルへのマッピング
アクセス。 |
| 図 |
 |
| タイプ |
SliceTableMapping |
| プロパティ |
|
| モデル |
mapDimension*、mapMetric* |
| 子供 |
mapDimension、mapMetric |
| インスタンス |
<table ref="">
<mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
<mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
|
| 属性 |
| QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
| 参照 |
xs:QName |
|
|
必須 |
対象のテーブルのデータを含むテーブルの識別子
スライス。 |
|
| ソース |
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</xs:documentation>
</xs:annotation>
</xs:element>
|
複合タイプ: スライス
| 名前空間 |
http://schemas.google.com/dspl/2010 |
| アノテーション |
スライスは、どのデータに関するコンセプトの組み合わせを
あります。指標は値を提供する概念であり、ディメンションは
これらの値にアクセスするために使用する概念です。正確には、
ディメンションはスライスのデータの主キーです。つまり
最大 1 つのデータ行が
あります。データセット内のスライスは、次の要件を満たす必要があります。
1 つのスライス内の 2 つのディメンションや指標が同じ概念を参照することはできません。-
データセット内に、同じディメンションを持つスライスが 2 つあってはなりません
提供できます。 |
| 図 |
 |
| 使用者 |
|
| モデル |
info{0,1}、dimension+、metric+
、テーブル |
| 子供 |
dimension、info、metric、
テーブル |
| 属性 |
| QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
| id |
ID |
|
|
必須 |
スライスの一意の識別子。 |
|
| ソース |
<xs:complexType name="Slice">
<xs:annotation>
<xs:documentation>A slice describes a combination of concepts for which data
exists. Metrics are the concepts that provide values, while
dimensions are the concepts used to access these values. More
precisely, the dimensions are a primary key for the data of
the slice. That is, for any combination of values of the
dimensions, there is at most one data row in the slice.
Slices in a dataset must follow the following requirements:
- No two dimensions or metrics in a slice may refer to the
same concept.
- No two slices in the dataset may have the same dimensions
and metrics.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</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 slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
| 名前空間 |
名前空間がありません |
| アノテーション |
スライスの一意の識別子。 |
| タイプ |
ID |
| プロパティ |
|
| ファセット |
|
| 使用者 |
|
| ソース |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</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。"],[],["The core content defines the structure of a \"Slice,\" a combination of concepts with data. Each slice has a unique identifier and includes textual information, dimensions, metrics, and a table mapping. Dimensions and metrics refer to concepts, and their values are used to access data. The table mapping connects the slice to a specific data table. Slices cannot share dimensions or metrics and must have a unique ID. Dimensions and Metrics are defined with a concept.\n"]]