Компонент: SliceTableMapping
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Аннотации | Сопоставление с идентификатором столбца, содержащего значения измерения среза. Это сопоставление можно опустить, если столбец таблицы, содержащий значения измерения среза, имеет идентификатор понятия в качестве идентификатора столбца. Если указанное понятие получено из внешнего набора данных, сопоставление может быть опущено, если идентификатор столбца соответствует локальному идентификатору понятия (т. е. без префикса). |
---|
Диаграмма |  |
---|
Характеристики | содержание: | сложный |
---|
минПроисходит: | 0 |
---|
МаксПроисходит: | неограниченный |
---|
|
---|
Атрибуты | QName | Тип | Зафиксированный | По умолчанию | Использовать | Аннотация |
---|
концепция | xs: QName | | | необходимый | Идентификатор сопоставленного понятия измерения. |
---|
toColumn | ЛокальныйИд | | | необходимый | Идентификатор столбца сопоставленной таблицы. |
---|
|
---|
Источник | <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> |
---|
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Аннотации | Сопоставление с идентификатором столбца, содержащего значения метрики среза. Это сопоставление можно опустить, если столбец таблицы, содержащий значения метрик среза, имеет идентификатор понятия в качестве идентификатора столбца. Если указанное понятие получено из внешнего набора данных, сопоставление может быть опущено, если идентификатор столбца соответствует локальному идентификатору понятия (т. е. без префикса). |
---|
Диаграмма |  |
---|
Характеристики | содержание: | сложный |
---|
минПроисходит: | 0 |
---|
МаксПроисходит: | неограниченный |
---|
|
---|
Атрибуты | QName | Тип | Зафиксированный | По умолчанию | Использовать | Аннотация |
---|
концепция | xs: QName | | | необходимый | Идентификатор сопоставленной концепции метрики. |
---|
toColumn | ЛокальныйИд | | | необходимый | Идентификатор столбца сопоставленной таблицы. |
---|
|
---|
Источник | <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> |
---|
Сложный тип: SliceTableMapping
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Аннотации | Сопоставление с таблицей, предоставляющей данные для среза. |
---|
Диаграмма |  |
---|
Используется | |
---|
Модель | MapDimension* , MapMetric* |
---|
Дети | MapDimension , MapMetric |
---|
Атрибуты | QName | Тип | Зафиксированный | По умолчанию | Использовать | Аннотация |
---|
ссылка | xs: QName | | | необходимый | Идентификатор таблицы, содержащей данные для среза. |
---|
|
---|
Источник | <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> |
---|
Пространство имен | Нет пространства имен |
---|
Аннотации | Идентификатор сопоставленного понятия измерения. |
---|
Тип | xs: QName |
---|
Характеристики | использовать: | необходимый |
---|
|
---|
Используется | |
---|
Источник | <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: QName |
---|
Характеристики | использовать: | необходимый |
---|
|
---|
Используется | |
---|
Источник | <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: QName |
---|
Характеристики | использовать: | необходимый |
---|
|
---|
Используется | |
---|
Источник | <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> |
---|
Создано с помощью XML-редактора oXygen .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 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"]]