Komponen: SliceTableMapping
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Pemetaan ke ID kolom yang berisi nilai
dimensi irisan. Pemetaan ini dapat dihilangkan jika kolom tabel
yang berisi nilai dimensi irisan memiliki ID konsep sebagai kolomnya
ke ID tertentu. Jika konsep yang dirujuk berasal dari {i>dataset<i} eksternal, pemetaan
boleh dihilangkan jika ID kolom sesuai dengan ID lokal
konsep (yaitu, tanpa awalan). |
Diagram |
 |
Properti |
konten: |
kompleks |
minimum: |
0 |
maxOccurs: |
tanpa batas |
|
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
konsep |
xs:QName |
|
|
wajib diisi |
ID konsep dimensi yang dipetakan. |
toColumn |
LocalId |
|
|
wajib diisi |
ID kolom tabel yang dipetakan. |
|
Sumber |
<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>
|
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Pemetaan ke ID kolom yang berisi nilai
metrik irisan. Pemetaan ini dapat dihilangkan jika kolom tabel yang
berisi nilai metrik irisan yang memiliki ID konsep sebagai id kolomnya. Jika
konsep yang direferensikan berasal dari {i>dataset<i} eksternal, pemetaannya mungkin
dihilangkan jika id kolom cocok dengan ID lokal konsep
(misalnya, tanpa awalan). |
Diagram |
 |
Properti |
konten: |
kompleks |
minimum: |
0 |
maxOccurs: |
tanpa batas |
|
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
konsep |
xs:QName |
|
|
wajib diisi |
ID konsep metrik yang dipetakan. |
toColumn |
LocalId |
|
|
wajib diisi |
ID kolom tabel yang dipetakan. |
|
Sumber |
<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>
|
Jenis Kompleks: SliceTableMapping
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Pemetaan ke tabel yang menyediakan data untuk
{i>slice<i}. |
Diagram |
 |
Digunakan oleh |
|
Model |
mapDimension* , mapMetric* |
Anak-Anak |
mapDimension, mapMetric |
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
referensi |
xs:QName |
|
|
wajib diisi |
ID tabel yang berisi data untuk
{i>slice<i}. |
|
Sumber |
<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>
|
Namespace |
Tidak ada namespace |
Anotasi |
ID konsep dimensi yang dipetakan. |
Jenis |
xs:QName |
Properti |
|
Digunakan oleh |
|
Sumber |
<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>
|
Namespace |
Tidak ada namespace |
Anotasi |
ID kolom tabel yang dipetakan. |
Jenis |
LocalId |
Properti |
|
{i>Facet<i} |
|
Digunakan oleh |
|
Sumber |
<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>
|
Namespace |
Tidak ada namespace |
Anotasi |
ID konsep metrik yang dipetakan. |
Jenis |
xs:QName |
Properti |
|
Digunakan oleh |
|
Sumber |
<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>
|
Namespace |
Tidak ada namespace |
Anotasi |
ID kolom tabel yang dipetakan. |
Jenis |
LocalId |
Properti |
|
{i>Facet<i} |
|
Digunakan oleh |
|
Sumber |
<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>
|
Namespace |
Tidak ada namespace |
Anotasi |
ID tabel yang berisi data untuk
{i>slice<i}. |
Jenis |
xs:QName |
Properti |
|
Digunakan oleh |
|
Sumber |
<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>
|
Dibuat menggunakan
Editor XML Oksigen.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-21 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]