组件:Slice

元素:切片 / 信息

命名空间 http://schemas.google.com/dspl/2010
注释 与 slice 相关的文本信息。
图示 图示 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
类型 信息
属性
content: 复杂
minOccurs: 0
型号 namedescription{0,1}url{0,1}
儿童 descriptionnameurl
实例
<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
图示 图示 dspl1.tmp#id74 dspl1.tmp#id73
类型 SliceConceptRef
属性
content: 复杂
maxOccurs: 无界限
属性
QName 类型 固定 默认 使用 注解
概念 xs:QName 必填 维度或指标对应的概念 目标。
来源
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

元素:Slice/指标

命名空间 http://schemas.google.com/dspl/2010
图示 图示 dspl1.tmp#id74 dspl1.tmp#id73
类型 SliceConceptRef
属性
content: 复杂
maxOccurs: 无界限
属性
QName 类型 固定 默认 使用 注解
概念 xs:QName 必填 维度或指标对应的概念 目标。
来源
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>

元素:切片 / 表

命名空间 http://schemas.google.com/dspl/2010
注释 映射到可以获取切片数据的表 数据。
图示 图示 dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81 dspl12.tmp#id77
类型 SliceTableMapping
属性
content: 复杂
型号 mapDimension*mapMetric*
儿童 mapDimensionmapMetric
实例
<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 都不能具有相同的维度和指标。
图示 图示 dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76
使用方数量
元素 dspl/slices/slice
型号 info{0,1}dimension+metric+表格
儿童 dimensioninfometric表格
属性
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>

属性:Slice / @id

命名空间 没有命名空间
注释 切片的唯一标识符。
类型 ID
属性
而应使用以下命令: 必填
分面
长度上限 64
使用方数量
复杂类型 Slice
来源
<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