Komponen: Slice

Elemen: Slice / info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang slice.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Jenis Info
Properti
konten: kompleks
minOccurs: 0
Model name , description{0,1} , url{0,1}
Anak-Anak 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: Potongan/dimensi

Namespace http://schemas.google.com/dspl/2010
Diagram Diagram dspl1.tmp#id74 dspl1.tmp#id73
Jenis SliceConceptRef
Properti
konten: kompleks
maxOccurs: tanpa batas
Atribut
QName Jenis Tetap Default Gunakan Annotation
konsep xs:QName wajib diisi Konsep yang menyatakan bahwa dimensi atau metrik mereka.
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 SliceConceptRef
Properti
konten: kompleks
maxOccurs: tanpa batas
Atribut
QName Jenis Tetap Default Gunakan Annotation
konsep xs:QName wajib diisi Konsep yang menyatakan bahwa dimensi atau metrik mereka.
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*
Anak-Anak mapDimension, mapMetric
Instance
<table ref="">
  <mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
  <mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
Atribut
QName Jenis Tetap Default Gunakan Annotation
referensi xs:QName wajib diisi ID tabel yang berisi data untuk {i>slice<i}.
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 merupakan konsep yang digunakan untuk mengakses nilai-nilai ini. Lebih tepatnya, dimensi adalah kunci utama untuk data slice tersebut. Artinya, untuk setiap kombinasi nilai dimensi, maksimal ada satu baris data dalam slice. Slice dalam set data harus mengikuti persyaratan berikut: - Tidak ada dua dimensi atau metrik dalam slice yang dapat merujuk pada konsep yang sama. - Tidak ada dua slice dalam set data yang 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/slices/slice
Model info{0,1} , dimensi+ , metrik+ , tabel
Anak-Anak dimensi, info, metrik, tabel
Atribut
QName Jenis Tetap Default Gunakan Annotation
id ID wajib diisi ID unik slice.
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 slice.
Jenis ID
Properti
gunakan: wajib diisi
{i>Facet<i}
maxLength 64
Digunakan oleh
Jenis Kompleks Slice
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 oXygen XML Editor.