コンポーネント: スライス

要素: Slice / info

名前空間 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}
子供 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 タイプ 固定 デフォルト 使用 Annotation
コンセプト xs:QName 必須 ディメンションまたは指標が対応する概念
ソース
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

要素: スライス / 指標

名前空間 http://schemas.google.com/dspl/2010
図 dspl1.tmp#id74 dspl1.tmp#id73
タイプ SliceConceptRef
プロパティ
content: 複雑
maxOccurs: 制限なし
属性
QName タイプ 固定 デフォルト 使用 Annotation
コンセプト xs:QName 必須 ディメンションまたは指標が対応する概念
ソース
<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*
子供 mapDimensionmapMetric
インスタンス
<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 つあってはなりません 提供できます。
図 dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76
使用者
要素 dspl/slices/slice
モデル info{0,1}dimension+metric+テーブル
子供 dimensioninfometricテーブル
属性
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>

属性: Slice / @id

名前空間 名前空間がありません
アノテーション スライスの一意の識別子。
タイプ ID
プロパティ
次のコマンドを使用します。 必須
ファセット
最大の長さ 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 エディタ