コンポーネント: SliceTableMapping

要素: SliceTableMapping / mapDimension

名前空間 http://schemas.google.com/dspl/2010
アノテーション 列の値を含む列の ID へのマッピング。 スライスのディメンションです。テーブルの列が次の場合に、このマッピングは省略できます。 列の概念 ID が、スライス ディメンションの値を含む あります。参照されるコンセプトが外部データセットから取得される場合、マッピングは 列の ID が列のローカル ID と一致する場合、省略できます。 (接頭辞が付きません)。
図 dspl12.tmp#id79 dspl12.tmp#id80
プロパティ
content: 複雑
minOccurs: 0
maxOccurs: 制限なし
属性
QName タイプ 固定 デフォルト 使用 Annotation
コンセプト xs:QName 必須 マッピングされたディメンションのコンセプトの ID。
toColumn LocalId 必須 マッピングされたテーブルの列の 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 タイプ 固定 デフォルト 使用 Annotation
コンセプト xs:QName 必須 マッピングされた指標コンセプトの ID。
toColumn LocalId 必須 マッピングされたテーブルの列の 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*
子供 mapDimensionmapMetric
属性
QName タイプ 固定 デフォルト 使用 Annotation
参照 xs:QName 必須 対象のテーブルのデータを含むテーブルの識別子 スライス。
ソース
<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。
タイプ LocalId
プロパティ
次のコマンドを使用します。 必須
ファセット
最大の長さ 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。
タイプ LocalId
プロパティ
次のコマンドを使用します。 必須
ファセット
最大の長さ 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
プロパティ
次のコマンドを使用します。 必須
使用者
複合型 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 エディタ