Thành phần: SliceTableMapping

Phần tử: SliceTableMapping / mapDimension

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Ánh xạ tới id của cột có chứa giá trị của của lát cắt. Mối liên kết này có thể bị bỏ qua nếu cột của bảng chứa các giá trị phương diện lát cắt có cột khái niệm là mã nhận dạng mã nhận dạng. 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 id của cột khớp với id 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
tối thiểu: 0
maxOccurs: không bị ràng buộc
Thuộc tính
QName Loại Cố định Mặc định Sử dụng Annotation
khái niệm xs:QName bắt buộc Mã của khái niệm phương diện được liên kết.
toColumn LocalId bắt buộc Mã 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 Ánh xạ tới id của cột có chứa giá trị của 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 trong bảng chứa các giá trị chỉ số lát cắt có id khái niệm là id 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, việc ánh xạ có thể được bỏ qua nếu mã nhận dạng của cột khớp với mã nhận dạng 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
tối thiểu: 0
maxOccurs: không bị ràng buộc
Thuộc tính
QName Loại Cố định Mặc định Sử dụng Annotation
khái niệm xs:QName bắt buộc Mã nhận dạng của khái niệm về chỉ số được liên kết.
toColumn LocalId bắt buộc Mã 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 bảng cung cấp dữ liệu cho lát cắt.
Sơ đồ Sơ đồ dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Được sử dụng trong
Phần tử Lát cắt/bảng
Mẫu mapDimension* , mapMetric*
Thiếu nhi mapDimension, mapMetric
Thuộc tính
QName Loại Cố định Mặc định Sử dụng Annotation
tham chiếu xs:QName 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ã của khái niệm phương diện được liên kết.
Loại xs:QName
Thuộc tính
sử dụng: bắt buộc
Được sử dụng trong
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ã của cột trong bảng được liên kết.
Loại LocalId
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
maxLength 64
Được sử dụng trong
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 về chỉ số được liên kết.
Loại xs:QName
Thuộc tính
sử dụng: bắt buộc
Được sử dụng trong
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ã của cột trong bảng được liên kết.
Loại LocalId
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
maxLength 64
Được sử dụng trong
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:QName
Thuộc tính
sử dụng: bắt buộc
Được sử dụng trong
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 của oXygen.