コンポーネント: SliceTableMapping

要素: SliceTableMapping / mapDimension

名前空間 http://schemas.google.com/dspl/2010
アノテーション スライスのディメンションの値を含む列の ID へのマッピング。スライス ディメンション値を含むテーブル列にコンセプト ID が列 ID になっている場合は、このマッピングを省略できます。参照されるコンセプトが外部データセットから取得された場合、列の ID がコンセプトのローカル ID と一致する(マッピングがない)場合、マッピングは省略されます。
図 dspl12.tmp#id79 dspl12.tmp#id80
プロパティ
content: 複雑
minOccurs: 0
maxOccurs: 制限なし
属性
QName タイプ 固定 Default 用途 Annotation
コンセプト xs:QName required マッピングされたディメンションのコンセプトの ID。
toColumn ローカル ID required マッピングされたテーブルの列の 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 へのマッピング。スライス指標の値を含むテーブル列にコンセプト ID が列 ID になっている場合は、このマッピングを省略できます。参照されるコンセプトが外部データセットから取得されたものである場合、列の ID がコンセプトのローカル ID と一致する(マッピングがない)場合、マッピングは省略されます。
図 dspl12.tmp#id82 dspl12.tmp#id83
プロパティ
content: 複雑
minOccurs: 0
maxOccurs: 制限なし
属性
QName タイプ 固定 Default 用途 Annotation
コンセプト xs:QName required マッピングされた指標のコンセプトの ID。
toColumn ローカル ID required マッピングされたテーブルの列の 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
使用アカウント
要素 スライス/テーブル
モデル mapDimension*mapMetric*
Children mapDimensionmapMetric
属性
QName タイプ 固定 Default 用途 Annotation
参照 xs:QName required スライスのデータを含むテーブルの識別子。
ソース
<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
プロパティ
次のコマンドを使用します。 required
使用アカウント
要素 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
プロパティ
次のコマンドを使用します。 required
Facets
最大長 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
プロパティ
次のコマンドを使用します。 required
使用アカウント
要素 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
プロパティ
次のコマンドを使用します。 required
Facets
最大長 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

名前空間 名前空間がありません
アノテーション スライスのデータを含むテーブルの識別子。
タイプ xs:QName
プロパティ
次のコマンドを使用します。 required
使用アカウント
複合型 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 Editor を使用して作成します。