Composant: SliceTableMapping
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Un mappage vers l'identifiant de la colonne qui contient les valeurs d'une
du segment. Ce mappage peut être omis si la colonne du tableau
qui contient les valeurs de la dimension "Tranche" a pour colonne l'ID de concept
ID. Si le concept référencé provient d'un ensemble de données externe, le mappage
peut être omis si l'identifiant de la colonne correspond à l'identifiant local de la
(c'est-à-dire sans le préfixe). |
Diagramme |
 |
Propriétés |
content: |
complexe |
minOccurs: |
0 |
maxOccurs: |
illimité |
|
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
concept |
xs:QName |
|
|
required |
ID du concept de dimension mappée. |
toColumn |
LocalId |
|
|
required |
ID de la colonne de la table mappée. |
|
Source |
<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>
|
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Un mappage vers l'identifiant de la colonne qui contient les valeurs d'une
du segment. Ce mappage peut être omis si la colonne de la table qui
contient les valeurs de métrique de segment dont l'ID de colonne correspond à l'ID de concept. Si
le concept référencé provient d'un ensemble de données externe, le mappage peut être
Cette valeur est omise si l'ID de la colonne correspond à l'ID local du concept.
(c'est-à-dire sans le préfixe). |
Diagramme |
 |
Propriétés |
content: |
complexe |
minOccurs: |
0 |
maxOccurs: |
illimité |
|
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
concept |
xs:QName |
|
|
required |
ID du concept de métrique mappée. |
toColumn |
LocalId |
|
|
required |
ID de la colonne de la table mappée. |
|
Source |
<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>
|
Type complexe: SliceTableMapping
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Un mappage avec une table qui fournit des données pour une
segment d'activité. |
Diagramme |
 |
Utilisé par |
|
Modèle |
mapDimension* , mapMetric* |
Enfants |
mapDimension, mapMetric |
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
réf. |
xs:QName |
|
|
required |
Identifiant de la table contenant les données pour la
segment d'activité. |
|
Source |
<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>
|
Espace de noms |
Aucun espace de noms |
Annotations |
ID du concept de dimension mappée. |
Type |
xs:QName |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Utilisé par |
|
Source |
<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>
|
Espace de noms |
Aucun espace de noms |
Annotations |
ID de la colonne de la table mappée. |
Type |
LocalId |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Utilisé par |
|
Source |
<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>
|
Espace de noms |
Aucun espace de noms |
Annotations |
ID du concept de métrique mappée. |
Type |
xs:QName |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Utilisé par |
|
Source |
<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>
|
Espace de noms |
Aucun espace de noms |
Annotations |
ID de la colonne de la table mappée. |
Type |
LocalId |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Utilisé par |
|
Source |
<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>
|
Espace de noms |
Aucun espace de noms |
Annotations |
Identifiant de la table contenant les données pour la
segment d'activité. |
Type |
xs:QName |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Utilisé par |
|
Source |
<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>
|
Créé à l'aide de la méthode
Éditeur XML oXygen
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/08/21 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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"]]