Komponent: Mapowanie wycinka

Element: SliceTableMapping /mapWymiar

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Mapowanie do identyfikatora kolumny zawierającego wartości wymiaru wycinka. Mapowanie może zostać pominięte, jeśli kolumna tabeli zawierająca wartości wymiarów wycinka ma identyfikator koncepcji jako identyfikator kolumny. Jeśli koncepcja odwołuje się do zewnętrznego zbioru danych, mapowanie może zostać pominięte, gdy identyfikator kolumny pasuje do lokalnego identyfikatora koncepcji (bez prefiksu).
Diagram Diagram dspl12.tmp#id79 dspl12.tmp#id80
Usługi
zawartość: Złożone
minOcuss: 0
Maksymalne wystąpienia: nieograniczony
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
pomysł xs:QName wymagany Identyfikator zmapowanego koncepcji wymiaru.
dokolumny Identyfikator lokalny wymagany Identyfikator zmapowanej kolumny tabeli.
Źródło
<xs:element name="mapDimension" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the column that contains the values
            of a dimension of the slice.  This mapping may be omitted
            if the table column that contains the slice dimension
            values has the concept id as its column id. If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped dimension concept.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Element: SliceTableMapping / mapMetric

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Mapowanie do identyfikatora kolumny zawierającego wartości wskaźnika wycinka. Mapowanie może zostać pominięte, jeśli kolumna tabeli zawierająca wartości wskaźników wycinka ma identyfikator kolumny jako identyfikator koncepcji. Jeśli koncepcja odwołuje się do zewnętrznego zbioru danych, mapowanie może zostać pominięte, gdy identyfikator kolumny pasuje do lokalnego identyfikatora koncepcji (np. bez prefiksu).
Diagram Diagram dspl12.tmp#id82 dspl12.tmp#id83
Usługi
zawartość: Złożone
minOcuss: 0
Maksymalne wystąpienia: nieograniczony
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
pomysł xs:QName wymagany Identyfikator zmapowanej koncepcji danych.
dokolumny Identyfikator lokalny wymagany Identyfikator zmapowanej kolumny tabeli.
Źródło
<xs:element name="mapMetric" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the column that contains the values
            of a metric of the slice.  This mapping may be omitted if
            the table column that contains the slice metric values has
            the concept id as its column id.  If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped metric concept.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Typ złożony: Tabela wycinka

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Mapowanie do tabeli, która dostarcza dane dla wycinka.
Diagram Diagram dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Używane przez
Element Wycinek/tabela
Model mapWymiar* , mapMetric*
Dzieci mapWymiar, mapMetric
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
ref xs:QName wymagany Identyfikator tabeli zawierającej dane wycinka.
Źródło
<xs:complexType name="SliceTableMapping">
  <xs:annotation>
    <xs:documentation>A mapping to a table that provides data for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="mapDimension" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the column that contains the values
            of a dimension of the slice.  This mapping may be omitted
            if the table column that contains the slice dimension
            values has the concept id as its column id. If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped dimension concept.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="mapMetric" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the column that contains the values
            of a metric of the slice.  This mapping may be omitted if
            the table column that contains the slice metric values has
            the concept id as its column id.  If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped metric concept.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ref" type="xs:QName" use="required">
    <xs:annotation>
      <xs:documentation>The identifier of the table that contains data for the slice.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Atrybut: mapowanie wycinka / wymiar_mapowy / @concept

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator zmapowanego koncepcji wymiaru.
Typ xs:QName
Usługi
użyj: wymagany
Używane przez
Element Mapowanie wycinka / mapa_wymiaru
Źródło
<xs:attribute name="concept" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped dimension concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: mapowanie wycinka tabeli / wymiar_mapowy / @tokolumna

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator zmapowanej kolumny tabeli.
Typ Identyfikator lokalny
Usługi
użyj: wymagany
Aspekty
maksymalna długość 64
Używane przez
Element Mapowanie wycinka / mapa_wymiaru
Źródło
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: SliceTableMapping / mapMetric / @concept

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator zmapowanej koncepcji danych.
Typ xs:QName
Usługi
użyj: wymagany
Używane przez
Element Mapowanie wycinka/dane mapy
Źródło
<xs:attribute name="concept" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped metric concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: SliceTableMapping / mapMetric / @tocolumn

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator zmapowanej kolumny tabeli.
Typ Identyfikator lokalny
Usługi
użyj: wymagany
Aspekty
maksymalna długość 64
Używane przez
Element Mapowanie wycinka / dane mapy
Źródło
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: SliceTableMapping / @ref

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator tabeli zawierającej dane wycinka.
Typ xs:QName
Usługi
użyj: wymagany
Używane przez
Typ Złożony Mapowanie wycinka tabeli
Źródło
<xs:attribute name="ref" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table that contains data for the slice.</xs:documentation>
  </xs:annotation>
</xs:attribute>

utworzonych w edytorze XML Oxygen,