Komponent: mapowanie tabel wycinkowych
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Mapowanie na identyfikator kolumny zawierającej wartości
danego wymiaru. To mapowanie może zostać pominięte, jeśli kolumna tabeli
zawierający wartości wymiarów wycinka ma kolumnę identyfikator pojęć
id. Jeśli wspomniana koncepcja pochodzi z zewnętrznego zbioru danych, mapowanie
może zostać pominięty, jeśli identyfikator kolumny jest zgodny z lokalnym identyfikatorem
pojęcie (tzn. bez prefiksu). |
Diagram |
 |
Właściwości |
treść: |
Złożone |
min.: |
0 |
maxOccurs: |
nieograniczony |
|
Atrybuty |
QName |
Typ |
Naprawiono |
Domyślny |
Użyj |
Adnotacja |
koncepcja |
xs:QName |
|
|
wymagane |
Identyfikator zmapowanego wymiaru. |
toColumn |
LocalId |
|
|
wymagane |
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>
|
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Mapowanie na identyfikator kolumny zawierającej wartości
danym wycinka. Mapowanie może zostać pominięte, jeśli kolumna tabeli, w której
zawiera wartości danych o wycinkach, a jako identyfikator kolumny podany jest identyfikator pojęcia. Jeśli
wspomniana koncepcja pochodzi z zewnętrznego zbioru danych, mapowanie może być
pomijany, jeśli identyfikator kolumny jest zgodny z lokalnym identyfikatorem elementu.
(czyli bez prefiksu). |
Diagram |
 |
Właściwości |
treść: |
Złożone |
min.: |
0 |
maxOccurs: |
nieograniczony |
|
Atrybuty |
QName |
Typ |
Naprawiono |
Domyślny |
Użyj |
Adnotacja |
koncepcja |
xs:QName |
|
|
wymagane |
Identyfikator zmapowanego wskaźnika. |
toColumn |
LocalId |
|
|
wymagane |
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: mapowanie tabel wycinkowych
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Mapowanie na tabelę zawierającą dane dla
|
Diagram |
 |
Używane przez |
|
Model |
mapDimension* , mapMetric* |
Dzieci |
mapDimension, mapMetric |
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: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>
|
Przestrzeń nazw |
Brak przestrzeni nazw |
Adnotacje |
Identyfikator zmapowanego wymiaru. |
Typ |
xs:QName |
Właściwości |
|
Używane przez |
|
Ź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>
|
Przestrzeń nazw |
Brak przestrzeni nazw |
Adnotacje |
Identyfikator zmapowanej kolumny tabeli. |
Typ |
LocalId |
Właściwości |
|
Aspekty |
|
Używane przez |
|
Ź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>
|
Przestrzeń nazw |
Brak przestrzeni nazw |
Adnotacje |
Identyfikator zmapowanego wskaźnika. |
Typ |
xs:QName |
Właściwości |
|
Używane przez |
|
Ź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>
|
Przestrzeń nazw |
Brak przestrzeni nazw |
Adnotacje |
Identyfikator zmapowanej kolumny tabeli. |
Typ |
LocalId |
Właściwości |
|
Aspekty |
|
Używane przez |
|
Ź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>
|
Przestrzeń nazw |
Brak przestrzeni nazw |
Adnotacje |
Identyfikator tabeli, która zawiera dane dotyczące wartości
|
Typ |
xs:QName |
Właściwości |
|
Używane przez |
|
Ź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>
|
Utworzono za pomocą
oXygen XML Editor.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["`SliceTableMapping` provides a mapping to a table containing data for a slice."],["It uses `mapDimension` and `mapMetric` elements to map slice dimensions and metrics to table columns."],["Mappings can be omitted under certain conditions, such as when column IDs match concept IDs."],["The `ref` attribute identifies the table providing the slice data."]]],["The `SliceTableMapping` complex type maps data from a table to a slice. It uses `mapDimension` to link dimension values to table columns and `mapMetric` to link metric values. Each mapping can be omitted if the concept ID matches the column ID. `mapDimension` and `mapMetric` require a `concept` ID (dimension or metric) and a `toColumn` ID (table column). The `ref` attribute in `SliceTableMapping` identifies the table providing the slice data.\n"]]