Componente: SliceTableMapping
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
| Espacio de nombres |
http://schemas.google.com/dspl/2010 |
| Anotaciones |
Una asignación al ID de la columna que contiene los valores de una
dimensión de la porción. Esta asignación puede omitirse si la columna de la tabla
que contiene los valores de la dimensión de slices tiene el ID de concepto como su columna
ID. Si el concepto al que se hace referencia proviene de un conjunto de datos externo, la asignación
puede omitirse si el id de la columna coincide con el id local de la
(es decir, sin el prefijo). |
| Diagrama |
 |
| Propiedades |
| content: |
complejo |
| mín.Ocurre: |
0 |
| maxOccurs: |
no delimitado |
|
| Atributos |
| QName |
Tipo |
Fijo |
Predeterminado |
Usar |
Anotación |
| concepto |
xs:QName |
|
|
obligatorio |
Es el ID del concepto de dimensión asignada. |
| toColumn |
LocalId |
|
|
obligatorio |
El ID de la columna de la tabla asignada. |
|
| Fuente |
<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>
|
| Espacio de nombres |
http://schemas.google.com/dspl/2010 |
| Anotaciones |
Una asignación al ID de la columna que contiene los valores de una
métrica de la porción. Esta asignación puede omitirse si la columna de la tabla que
contiene los valores de la métrica de porción tiene el ID de concepto como su ID de columna. Si
el concepto al que se hace referencia proviene de un conjunto de datos externo, la asignación puede
Se omite si el ID de la columna coincide con el ID local del concepto.
(es decir, sin el prefijo). |
| Diagrama |
 |
| Propiedades |
| content: |
complejo |
| mín.Ocurre: |
0 |
| maxOccurs: |
no delimitado |
|
| Atributos |
| QName |
Tipo |
Fijo |
Predeterminado |
Usar |
Anotación |
| concepto |
xs:QName |
|
|
obligatorio |
El ID del concepto de métrica asignada. |
| toColumn |
LocalId |
|
|
obligatorio |
El ID de la columna de la tabla asignada. |
|
| Fuente |
<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>
|
Tipo complejo: SliceTableMapping
| Espacio de nombres |
http://schemas.google.com/dspl/2010 |
| Anotaciones |
Es una asignación a una tabla que proporciona datos a una
porción. |
| Diagrama |
 |
| Utilizado por |
|
| Modelo |
mapDimension* , mapMetric* |
| Niños |
mapDimension y mapMetric |
| Atributos |
| QName |
Tipo |
Fijo |
Predeterminado |
Usar |
Anotación |
| referencia |
xs:QName |
|
|
obligatorio |
El identificador de la tabla que contiene los datos del
porción. |
|
| Fuente |
<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>
|
| Espacio de nombres |
No hay espacios de nombres |
| Anotaciones |
Es el ID del concepto de dimensión asignada. |
| Tipo |
xs:QName |
| Propiedades |
| utiliza esto: |
obligatorio |
|
| Utilizado por |
|
| Fuente |
<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>
|
| Espacio de nombres |
No hay espacios de nombres |
| Anotaciones |
El ID de la columna de la tabla asignada. |
| Tipo |
LocalId |
| Propiedades |
| utiliza esto: |
obligatorio |
|
| Facetas |
|
| Utilizado por |
|
| Fuente |
<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>
|
| Espacio de nombres |
No hay espacios de nombres |
| Anotaciones |
El ID del concepto de métrica asignada. |
| Tipo |
xs:QName |
| Propiedades |
| utiliza esto: |
obligatorio |
|
| Utilizado por |
|
| Fuente |
<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>
|
| Espacio de nombres |
No hay espacios de nombres |
| Anotaciones |
El ID de la columna de la tabla asignada. |
| Tipo |
LocalId |
| Propiedades |
| utiliza esto: |
obligatorio |
|
| Facetas |
|
| Utilizado por |
|
| Fuente |
<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>
|
| Espacio de nombres |
No hay espacios de nombres |
| Anotaciones |
El identificador de la tabla que contiene los datos del
porción. |
| Tipo |
xs:QName |
| Propiedades |
| utiliza esto: |
obligatorio |
|
| Utilizado por |
|
| Fuente |
<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>
|
Se crea con el
Editor XML de oXygen.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-25 (UTC)"],[],["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"]]