组件:SliceTableMapping
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
映射到包含列值的 ID 的列
切片的维度。如果表格中的列
(包含切片维度值)以概念 ID 作为其列
id。如果引用的概念来自外部数据集,则映射
如果列的 ID 与
概念(即不带前缀)。 |
图示 |
|
属性 |
content: |
复杂 |
最少发生次数: |
0 |
maxOccurs: |
无界限 |
|
属性 |
|
来源 |
<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 |
注释 |
映射到包含列值的 ID 的列
切片指标。如果表格列中存在
包含切片指标值,以概念 ID 作为其列 ID。如果
引用的概念来自外部数据集,则映射可以是
如果列的 ID 与概念的本地 ID 匹配,则省略
(即没有前缀)。 |
图示 |
|
属性 |
content: |
复杂 |
最少发生次数: |
0 |
maxOccurs: |
无界限 |
|
属性 |
|
来源 |
<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>
|
命名空间 |
没有命名空间 |
注释 |
映射的维度概念的 ID。 |
类型 |
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>
|
命名空间 |
没有命名空间 |
注释 |
映射的表格列的 ID。 |
类型 |
LocalId |
属性 |
|
分面 |
|
使用方数量 |
|
来源 |
<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>
|
命名空间 |
没有命名空间 |
注释 |
已映射指标概念的 ID。 |
类型 |
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>
|
命名空间 |
没有命名空间 |
注释 |
映射的表格列的 ID。 |
类型 |
LocalId |
属性 |
|
分面 |
|
使用方数量 |
|
来源 |
<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>
|
使用
oXygen XML Editor。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[null,null,["最后更新时间 (UTC):2024-08-21。"],[],[]]