组件:SliceTableMapping

元素:SliceTableMapping / mapDimension

命名空间 http://schemas.google.com/dspl/2010
注释 包含切片维度值的列 ID 的映射。如果包含 Slice 维度值的表列的概念 ID 为列 ID,则可以省略此映射。如果引用的概念来自外部数据集,且列 ID 与概念的本地 ID(即不带前缀)匹配,则可以省略映射。
图示 图示 dspl12.tmp#id79 dspl12.tmp#id80
属性
content: 复杂
minOccurs: 0
maxOccurs: 无界限
属性
QName 类型 已修复 默认 使用 注解
概念 xs:QName 必需 映射维度概念的 ID。
toColumn 本地 ID 必需 映射表列的 ID。
来源
<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>

元素:SliceTableMapping / mapMetric

命名空间 http://schemas.google.com/dspl/2010
注释 包含切片指标值的列的 ID 的映射。如果包含 Slice 指标值的表列的概念 ID 为列 ID,则可以省略此映射。如果引用的概念来自外部数据集,且列 ID 与概念的本地 ID(即不带前缀)匹配,则可以省略映射。
图示 图示 dspl12.tmp#id82 dspl12.tmp#id83
属性
content: 复杂
minOccurs: 0
maxOccurs: 无界限
属性
QName 类型 已修复 默认 使用 注解
概念 xs:QName 必需 映射的指标概念的 ID。
toColumn 本地 ID 必需 映射表列的 ID。
来源
<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
注释 一个映射,表示为 Slice 提供数据的表。
图示 图示 dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
使用方数量
元素 Slice/表
模型 mapDimension*mapMetric*
儿童 mapDimensionmapMetric
属性
QName 类型 已修复 默认 使用 注解
参考 xs:QName 必需 包含 Slice 数据的表的标识符。
来源
<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>

属性:SliceTableMapping / mapDimension / @concept

命名空间 没有命名空间
注释 映射维度概念的 ID。
类型 xs:QName
属性
而应使用以下命令: 必需
使用方数量
元素 SliceTableMapping/mapDimension
来源
<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>

属性:SliceTableMapping / mapDimension / @toColumn

命名空间 没有命名空间
注释 映射表列的 ID。
类型 本地 ID
属性
而应使用以下命令: 必需
属性
maxLength 64
使用方数量
元素 SliceTableMapping/mapDimension
来源
<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>

属性:SliceTableMapping / mapMetric / @concept

命名空间 没有命名空间
注释 映射的指标概念的 ID。
类型 xs:QName
属性
而应使用以下命令: 必需
使用方数量
元素 SliceTableMapping/mapMetric
来源
<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>

属性:SliceTableMapping / mapMetric / @toColumn

命名空间 没有命名空间
注释 映射表列的 ID。
类型 本地 ID
属性
而应使用以下命令: 必需
属性
maxLength 64
使用方数量
元素 SliceTableMapping/mapMetric
来源
<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>

属性:SliceTableMapping / @ref

命名空间 没有命名空间
注释 包含 Slice 数据的表的标识符。
类型 xs:QName
属性
而应使用以下命令: 必需
使用方数量
复杂类型 SliceTableMapping
来源
<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 编辑器创建。