Składnik: wycinek

Element: wycinek / informacje

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Informacje tekstowe o wycinku.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Typ Informacje
Właściwości
content: Złożone
minOccurs: 0
Model name , description{0,1} , url{0,1}
Dzieci description, name, url
Instancja
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Źródło
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the slice.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: Wycinka / wymiar

Przestrzeń nazw http://schemas.google.com/dspl/2010
Diagram Diagram dspl1.tmp#id74 dspl1.tmp#id73
Typ SliceConceptRef
Właściwości
content: Złożone
maxOccurs: nieograniczony
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
koncepcja xs:QName wymagane założenie, że wymiar lub dane odpowiadają do.
Źródło
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

Element: wycinek lub dane

Przestrzeń nazw http://schemas.google.com/dspl/2010
Diagram Diagram dspl1.tmp#id74 dspl1.tmp#id73
Typ SliceConceptRef
Właściwości
content: Złożone
maxOccurs: nieograniczony
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
koncepcja xs:QName wymagane założenie, że wymiar lub dane odpowiadają do.
Źródło
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>

Element: wycinek / tabela

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Mapowanie na tabelę, w której można znaleźć dane wycinków dostęp do danych.
Diagram Diagram dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81 dspl12.tmp#id77
Typ SliceTableMapping
Właściwości
content: Złożone
Model mapDimension* , mapMetric*
Dzieci mapDimension, mapMetric
Instancja
<table ref="">
  <mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
  <mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
źródło xs:QName wymagane Identyfikator tabeli, która zawiera dane dotyczące wartości
Źródło
<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>

Typ złożony: wycinek

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Wycinek opisuje kombinację pojęć, dla których dane istnieje. Dane to pojęcia, które dostarczają wartości, a wymiary to pojęcia wykorzystywane w uzyskiwaniu dostępu do tych wartości. Mówiąc dokładniej, to klucz podstawowy dla danych wycinka. Oznacza to, że w przypadku każdej kombinacji wartości wymiarów, w wycinek danych. Segmenty w zbiorze danych muszą spełniać te wymagania: – Żadne 2 wymiary ani 2 rodzaje danych w danym segmencie nie mogą odnosić się do tego samego pojęcia. – Żadne dwa wycinki w zbiorze danych nie mogą mieć tych samych wymiarów danych.
Diagram Diagram dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76
Używane przez
Element dspl/slices/slice
Model info{0,1} , wymiar+ , dane+ , tabela
Dzieci wymiar, informacje, dane, tabela
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
id Identyfikator wymagane Unikalny identyfikator wycinka.
Źródło
<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>

Atrybut: Slice / @id

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Unikalny identyfikator wycinka.
Typ Identyfikator
Właściwości
użyj: wymagane
Aspekty
maksymalna długość 64
Używane przez
Rodzaj złożony Wycinek
Źródło
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the slice.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Utworzono za pomocą oXygen XML Editor.