Komponen: SliceTableMapping

Elemen: SliceTableMapping / mapDimension

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke ID kolom yang berisi nilai dimensi irisan. Pemetaan ini dapat dihilangkan jika kolom tabel yang berisi nilai dimensi irisan memiliki ID konsep sebagai kolomnya ke ID tertentu. Jika konsep yang dirujuk berasal dari {i>dataset<i} eksternal, pemetaan boleh dihilangkan jika ID kolom sesuai dengan ID lokal konsep (yaitu, tanpa awalan).
Diagram Diagram dspl12.tmp#id79 dspl12.tmp#id80
Properti
konten: kompleks
minimum: 0
maxOccurs: tanpa batas
Atribut
QName Jenis Tetap Default Gunakan Annotation
konsep xs:QName wajib diisi ID konsep dimensi yang dipetakan.
toColumn LocalId wajib diisi ID kolom tabel yang dipetakan.
Sumber
<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>

Elemen: SliceTableMapping / mapMetric

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke ID kolom yang berisi nilai metrik irisan. Pemetaan ini dapat dihilangkan jika kolom tabel yang berisi nilai metrik irisan yang memiliki ID konsep sebagai id kolomnya. Jika konsep yang direferensikan berasal dari {i>dataset<i} eksternal, pemetaannya mungkin dihilangkan jika id kolom cocok dengan ID lokal konsep (misalnya, tanpa awalan).
Diagram Diagram dspl12.tmp#id82 dspl12.tmp#id83
Properti
konten: kompleks
minimum: 0
maxOccurs: tanpa batas
Atribut
QName Jenis Tetap Default Gunakan Annotation
konsep xs:QName wajib diisi ID konsep metrik yang dipetakan.
toColumn LocalId wajib diisi ID kolom tabel yang dipetakan.
Sumber
<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>

Jenis Kompleks: SliceTableMapping

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke tabel yang menyediakan data untuk {i>slice<i}.
Diagram Diagram dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Digunakan oleh
Elemen Slice/tabel
Model mapDimension* , mapMetric*
Anak-Anak mapDimension, mapMetric
Atribut
QName Jenis Tetap Default Gunakan Annotation
referensi xs:QName wajib diisi ID tabel yang berisi data untuk {i>slice<i}.
Sumber
<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>

Atribut: SliceTableMapping / mapDimension / @konsep

Namespace Tidak ada namespace
Anotasi ID konsep dimensi yang dipetakan.
Jenis xs:QName
Properti
gunakan: wajib diisi
Digunakan oleh
Elemen SliceTableMapping/mapDimension
Sumber
<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>

Atribut: SliceTableMapping / mapDimension / @toColumn

Namespace Tidak ada namespace
Anotasi ID kolom tabel yang dipetakan.
Jenis LocalId
Properti
gunakan: wajib diisi
{i>Facet<i}
maxLength 64
Digunakan oleh
Elemen SliceTableMapping/mapDimension
Sumber
<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>

Atribut: SliceTableMapping / mapMetric / @Concept

Namespace Tidak ada namespace
Anotasi ID konsep metrik yang dipetakan.
Jenis xs:QName
Properti
gunakan: wajib diisi
Digunakan oleh
Elemen SliceTableMapping/mapMetric
Sumber
<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>

Atribut: SliceTableMapping / mapMetric / @toColumn

Namespace Tidak ada namespace
Anotasi ID kolom tabel yang dipetakan.
Jenis LocalId
Properti
gunakan: wajib diisi
{i>Facet<i}
maxLength 64
Digunakan oleh
Elemen SliceTableMapping/mapMetric
Sumber
<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>

Atribut: SliceTableMapping / @ref

Namespace Tidak ada namespace
Anotasi ID tabel yang berisi data untuk {i>slice<i}.
Jenis xs:QName
Properti
gunakan: wajib diisi
Digunakan oleh
Jenis Kompleks SliceTableMapping
Sumber
<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>

Dibuat menggunakan Editor XML Oksigen.