コンポーネント: Slice

要素: スライス / 情報

名前空間 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 slice.</xs:documentation>
  </xs:annotation>
</xs:element>

要素: スライス / ディメンション

名前空間 http://schemas.google.com/dspl/2010
図 dspl1.tmp#id74 dspl1.tmp#id73
タイプ SliceconceptRef
プロパティ
content: 複雑
maxOccurs: 制限なし
属性
QName タイプ 固定 Default 用途 Annotation
コンセプト xs:QName required ディメンションまたは指標が対応するコンセプト。
ソース
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

要素: スライス / 指標

名前空間 http://schemas.google.com/dspl/2010
図 dspl1.tmp#id74 dspl1.tmp#id73
タイプ SliceconceptRef
プロパティ
content: 複雑
maxOccurs: 制限なし
属性
QName タイプ 固定 Default 用途 Annotation
コンセプト xs:QName required ディメンションまたは指標が対応するコンセプト。
ソース
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>

要素: スライス / テーブル

名前空間 http://schemas.google.com/dspl/2010
アノテーション スライス データにアクセスできるテーブルへのマッピング。
図 dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81 dspl12.tmp#id77
タイプ SliceTableMapping
プロパティ
content: 複雑
モデル mapDimension*mapMetric*
Children mapDimensionmapMetric
インスタンス
<table ref="">
  <mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
  <mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
属性
QName タイプ 固定 Default 用途 Annotation
参照 xs:QName required スライスのデータを含むテーブルの識別子。
ソース
<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 つのスライスが同じディメンションと指標を持つことはありません。
図 dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76
使用アカウント
要素 dspl / slices / slice
モデル info{0,1}dimension+metric+table
Children dimensioninfometrictable
属性
QName タイプ 固定 Default 用途 Annotation
id ID required スライスの一意の識別子。
ソース
<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

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