组件:Slice
元素:切片 / 信息
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
与 slice 相关的文本信息。 |
图示 |
|
类型 |
信息 |
属性 |
|
型号 |
name、description{0,1}、url{0,1} |
儿童 |
description、name、url |
实例 |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
来源 |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
|
元素:切片 / 维度
命名空间 |
http://schemas.google.com/dspl/2010 |
图示 |
|
类型 |
SliceConceptRef |
属性 |
content: |
复杂 |
maxOccurs: |
无界限 |
|
属性 |
QName |
类型 |
固定 |
默认 |
使用 |
注解 |
概念 |
xs:QName |
|
|
必填 |
维度或指标对应的概念
目标。 |
|
来源 |
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
|
命名空间 |
http://schemas.google.com/dspl/2010 |
图示 |
|
类型 |
SliceConceptRef |
属性 |
content: |
复杂 |
maxOccurs: |
无界限 |
|
属性 |
QName |
类型 |
固定 |
默认 |
使用 |
注解 |
概念 |
xs:QName |
|
|
必填 |
维度或指标对应的概念
目标。 |
|
来源 |
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
|
元素:切片 / 表
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
映射到可以获取切片数据的表
数据。 |
图示 |
|
类型 |
SliceTableMapping |
属性 |
|
型号 |
mapDimension*、mapMetric* |
儿童 |
mapDimension、mapMetric |
实例 |
<table ref="">
<mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
<mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
|
属性 |
QName |
类型 |
固定 |
默认 |
使用 |
注解 |
ref |
xs:QName |
|
|
必填 |
包含
。 |
|
来源 |
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</xs:documentation>
</xs:annotation>
</xs:element>
|
复杂类型:切片
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
切片描述了概念组合,其中数据
存在。指标是提供值的概念,
是用于访问这些值的概念。更确地说,维度是 slice 数据的主键。也就是说,对于任何
维度值的组合,则最多一个数据行
切片。数据集中的 Slice 必须符合以下要求:-
切片中没有任何两个维度或指标可以指代同一个概念。-
数据集中的任何两个 slice 都不能具有相同的维度和指标。 |
图示 |
|
使用方数量 |
|
型号 |
info{0,1}、dimension+、metric+
、表格 |
儿童 |
dimension、info、metric、
表格 |
属性 |
QName |
类型 |
固定 |
默认 |
使用 |
注解 |
id |
ID |
|
|
必填 |
切片的唯一标识符。 |
|
来源 |
<xs:complexType name="Slice">
<xs:annotation>
<xs:documentation>A slice describes a combination of concepts for which data
exists. Metrics are the concepts that provide values, while
dimensions are the concepts used to access these values. More
precisely, the dimensions are a primary key for the data of
the slice. That is, for any combination of values of the
dimensions, there is at most one data row in the slice.
Slices in a dataset must follow the following requirements:
- No two dimensions or metrics in a slice may refer to the
same concept.
- No two slices in the dataset may have the same dimensions
and metrics.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
命名空间 |
没有命名空间 |
注释 |
切片的唯一标识符。 |
类型 |
ID |
属性 |
|
分面 |
|
使用方数量 |
|
来源 |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
使用
oXygen XML Editor。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[null,null,["最后更新时间 (UTC):2024-09-12。"],[],[]]