Thành phần: SliceTableMapping

Phần tử: SliceTableMapping/ mapDimension

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Liên kết đến mã nhận dạng của cột chứa các giá trị của một kích thước của lát cắt. Mối liên kết này có thể bị bỏ qua nếu cột bảng chứa giá trị kích thước lát cắt có mã nhận dạng khái niệm là mã nhận dạng cột. Nếu khái niệm được tham chiếu đến từ một tập dữ liệu bên ngoài, thì hệ thống có thể bỏ qua việc liên kết nếu mã của cột khớp với mã cục bộ của khái niệm đó (tức là không có tiền tố).
Sơ đồ Sơ đồ dspl12.tmp#id79 dspl12.tmp#id80
Thuộc tính
nội dung: phức tạp
minvis: 0
maxSố lần xuất hiện: không liên kết
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
Ý tưởng xs:QTên bắt buộc Mã nhận dạng của khái niệm phương diện đã liên kết.
toColumn Mã nhận dạng cục bộ bắt buộc Mã nhận dạng của cột trong bảng được liên kết.
Nguồn
<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>

Phần tử: SliceTableMapping / mapMetric

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Liên kết đến mã nhận dạng của cột chứa các giá trị của một chỉ số của lát cắt. Mối liên kết này có thể bị bỏ qua nếu cột bảng chứa giá trị chỉ số lát cắt có mã nhận dạng khái niệm là mã nhận dạng cột. Nếu khái niệm được tham chiếu đến từ một tập dữ liệu bên ngoài, thì mối liên kết có thể bị bỏ qua nếu mã nhận dạng của cột khớp với mã cục bộ của khái niệm đó (tức là không có tiền tố).
Sơ đồ Sơ đồ dspl12.tmp#id82 dspl12.tmp#id83
Thuộc tính
nội dung: phức tạp
minvis: 0
maxSố lần xuất hiện: không liên kết
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
Ý tưởng xs:QTên bắt buộc Mã nhận dạng của khái niệm chỉ số đã liên kết.
toColumn Mã nhận dạng cục bộ bắt buộc Mã nhận dạng của cột trong bảng được liên kết.
Nguồn
<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>

Loại phức tạp: SliceTableMapping

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Liên kết đến một bảng cung cấp dữ liệu cho một lát cắt.
Sơ đồ Sơ đồ dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Quảng cáo sử dụng
Phần tử Lát cắt/bảng
Mô hình mapDimension* , mapMetric*
Dành cho trẻ em mapDimension, mapMetric
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
tham chiếu xs:QTên bắt buộc Giá trị nhận dạng của bảng chứa dữ liệu cho lát cắt.
Nguồn
<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>

Thuộc tính: SliceTableMapping/mapDimension/ @Concept

Không gian tên Không có vùng chứa tên
Chú thích Mã nhận dạng của khái niệm phương diện đã liên kết.
Loại xs:QTên
Thuộc tính
sử dụng: bắt buộc
Quảng cáo sử dụng
Phần tử SliceTableMapping/mapDimension
Nguồn
<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>

Thuộc tính: SliceTableMapping / mapDimension / @toColumn

Không gian tên Không có vùng chứa tên
Chú thích Mã nhận dạng của cột trong bảng được liên kết.
Loại Mã nhận dạng cục bộ
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
độ dài tối đa 64
Quảng cáo sử dụng
Phần tử SliceTableMapping/mapDimension
Nguồn
<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>

Thuộc tính: SliceTableMapping/mapMetric/ @Concept

Không gian tên Không có vùng chứa tên
Chú thích Mã nhận dạng của khái niệm chỉ số đã liên kết.
Loại xs:QTên
Thuộc tính
sử dụng: bắt buộc
Quảng cáo sử dụng
Phần tử SliceTableMapping/mapMetric
Nguồn
<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>

Thuộc tính: SliceTableMapping/mapMetric/ @toColumn

Không gian tên Không có vùng chứa tên
Chú thích Mã nhận dạng của cột trong bảng được liên kết.
Loại Mã nhận dạng cục bộ
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
độ dài tối đa 64
Quảng cáo sử dụng
Phần tử SliceTableMapping/mapMetric
Nguồn
<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>

Thuộc tính: SliceTableMapping/ @ref

Không gian tên Không có vùng chứa tên
Chú thích Giá trị nhận dạng của bảng chứa dữ liệu cho lát cắt.
Loại xs:QTên
Thuộc tính
sử dụng: bắt buộc
Quảng cáo sử dụng
Loại phức tạp SliceTableMapping
Nguồn
<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>

Được tạo bằng Trình chỉnh sửa XML XML oXygen.