元件:SliceTableMapping

元素:SliceTableMapping / mapDimensions

命名空間 http://schemas.google.com/dspl/2010
註解 對應至資料欄 ID 的對應項目,該資料欄包含 Slice 的維度值。如果包含配量維度值的表格欄具有概念 ID 做為資料欄 ID,則可能會省略這項對應。如果參照的概念來自外部資料集,當資料欄的 ID 與概念的本機 ID 相符 (也就是不含前置字串) 時,可省略對應。
圖表 圖表 dspl12.tmp#id79 dspl12.tmp#id80
屬性
content: 複雜
minOccurs: 0
maxOccurs: 無限制
屬性
QName 類型 Fixed 預設 使用 註解
概念 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 類型 Fixed 預設 使用 註解
概念 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
註解 用於為配量提供資料的資料表。
圖表 圖表 dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
使用這項素材資源的廣告
元素 片段/表格
模型 mapDimensions*mapMetric*
兒童 mapDimensionsmapMetric
屬性
QName 類型 Fixed 預設 使用 註解
參考 Xs:QName 必要 含有切片資料之資料表的 ID。
資料來源
<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 / mapDimensions / @concept

命名空間 沒有命名空間
註解 對應維度概念的 ID。
類型 Xs:QName
屬性
而應改為使用下列指令: 必要
使用這項素材資源的廣告
元素 SliceTableMapping/mapDimensions
資料來源
<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 / mapDimensions / @toColumn

命名空間 沒有命名空間
註解 對應表格欄的 ID。
類型 地區 ID
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 64
使用這項素材資源的廣告
元素 SliceTableMapping/mapDimensions
資料來源
<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
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 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

命名空間 沒有命名空間
註解 含有切片資料之資料表的 ID。
類型 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 編輯器建立。