Komponent: mapowanie tabel wycinkowych

Element: SliceTableMapping / mapDimension

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Mapowanie na identyfikator kolumny zawierającej wartości danego wymiaru. To mapowanie może zostać pominięte, jeśli kolumna tabeli zawierający wartości wymiarów wycinka ma kolumnę identyfikator pojęć id. Jeśli wspomniana koncepcja pochodzi z zewnętrznego zbioru danych, mapowanie może zostać pominięty, jeśli identyfikator kolumny jest zgodny z lokalnym identyfikatorem pojęcie (tzn. bez prefiksu).
Diagram Diagram dspl12.tmp#id79 dspl12.tmp#id80
Właściwości
treść: Złożone
min.: 0
maxOccurs: nieograniczony
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
koncepcja xs:QName wymagane Identyfikator zmapowanego wymiaru.
toColumn LocalId wymagane Identyfikator zmapowanej kolumny tabeli.
Źródło
<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>

Element: SliceTableMapping / mapMetric

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Mapowanie na identyfikator kolumny zawierającej wartości danym wycinka. Mapowanie może zostać pominięte, jeśli kolumna tabeli, w której zawiera wartości danych o wycinkach, a jako identyfikator kolumny podany jest identyfikator pojęcia. Jeśli wspomniana koncepcja pochodzi z zewnętrznego zbioru danych, mapowanie może być pomijany, jeśli identyfikator kolumny jest zgodny z lokalnym identyfikatorem elementu. (czyli bez prefiksu).
Diagram Diagram dspl12.tmp#id82 dspl12.tmp#id83
Właściwości
treść: Złożone
min.: 0
maxOccurs: nieograniczony
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
koncepcja xs:QName wymagane Identyfikator zmapowanego wskaźnika.
toColumn LocalId wymagane Identyfikator zmapowanej kolumny tabeli.
Źródło
<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>

Typ złożony: mapowanie tabel wycinkowych

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Mapowanie na tabelę zawierającą dane dla
Diagram Diagram dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Używane przez
Element Wycinek/tabela
Model mapDimension* , mapMetric*
Dzieci mapDimension, mapMetric
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
źródło xs:QName wymagane Identyfikator tabeli, która zawiera dane dotyczące wartości
Źródło
<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>

Atrybut: SliceTableMapping / mapDimension / @Concept

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Identyfikator zmapowanego wymiaru.
Typ xs:QName
Właściwości
użyj: wymagane
Używane przez
Element SliceTableMapping/mapDimension
Źródło
<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>

Atrybut: SliceTableMapping / mapDimension / @toColumn

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Identyfikator zmapowanej kolumny tabeli.
Typ LocalId
Właściwości
użyj: wymagane
Aspekty
maksymalna długość 64
Używane przez
Element SliceTableMapping/mapDimension
Źródło
<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>

Atrybut: SliceTableMapping / mapMetric / @Concept

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Identyfikator zmapowanego wskaźnika.
Typ xs:QName
Właściwości
użyj: wymagane
Używane przez
Element SliceTableMapping/mapMetric
Źródło
<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>

Atrybut: SliceTableMapping / mapMetric / @toColumn

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Identyfikator zmapowanej kolumny tabeli.
Typ LocalId
Właściwości
użyj: wymagane
Aspekty
maksymalna długość 64
Używane przez
Element SliceTableMapping/mapMetric
Źródło
<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>

Atrybut: SliceTableMapping / @ref

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Identyfikator tabeli, która zawiera dane dotyczące wartości
Typ xs:QName
Właściwości
użyj: wymagane
Używane przez
Rodzaj złożony SliceTableMapping
Źródło
<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>

Utworzono za pomocą oXygen XML Editor.