Komponen: Slice

Elemen: Slice / info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang potongan tersebut.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Jenis Info
Properti
konten: kompleks
Terjadi: 0
Model name , description{0,1} , url{0,1}
Turunan description, name, url
Instance
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Sumber
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the slice.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Slice / dimensi

Namespace http://schemas.google.com/dspl/2010
Diagram Diagram dspl1.tmp#id74 dspl1.tmp#id73
Jenis SliceKonsepRef
Properti
konten: kompleks
maxTerjadi: tidak terikat
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
konsep xs:NamaQ wajib Konsep yang sesuai dengan dimensi atau metrik.
Sumber
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

Elemen: Slice / metrik

Namespace http://schemas.google.com/dspl/2010
Diagram Diagram dspl1.tmp#id74 dspl1.tmp#id73
Jenis SliceKonsepRef
Properti
konten: kompleks
maxTerjadi: tidak terikat
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
konsep xs:NamaQ wajib Konsep yang sesuai dengan dimensi atau metrik.
Sumber
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>

Elemen: Slice / tabel

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke tabel tempat data slice dapat diakses.
Diagram Diagram dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81 dspl12.tmp#id77
Jenis SliceTableMapping
Properti
konten: kompleks
Model mapDimension* , mapMetric*
Turunan mapDimension, mapMetric
Instance
<table ref="">
  <mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
  <mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
ref xs:NamaQ wajib ID tabel yang berisi data untuk slice.
Sumber
<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>

Jenis Kompleks: Slice

Namespace http://schemas.google.com/dspl/2010
Anotasi Slice menjelaskan kombinasi konsep yang datanya ada. Metrik adalah konsep yang memberikan nilai, sedangkan dimensi adalah konsep yang digunakan untuk mengakses nilai ini. Lebih tepatnya, dimensi adalah kunci utama untuk data irisan. Artinya, untuk kombinasi nilai dimensi apa pun, paling banyak ada satu baris data dalam irisan. Slice dalam set data harus mengikuti persyaratan berikut: - Tidak ada dua dimensi atau metrik dalam slice yang dapat merujuk ke konsep yang sama. - Tidak ada dua irisan dalam set data yang dapat memiliki dimensi dan metrik yang sama.
Diagram Diagram dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76
Digunakan oleh
Elemen dspl/slice/slice
Model info{0,1}, dimensi+, metrik+, tabel
Turunan dimension, info, metric, tabel
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
id ID wajib ID unik dari bagian tersebut.
Sumber
<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>

Atribut: Slice / @id

Namespace Tidak ada namespace
Anotasi ID unik dari bagian tersebut.
Jenis ID
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Digunakan oleh
Jenis Kompleks Potongan
Sumber
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the slice.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Dibuat menggunakan Editor XML oXygen.