Componente: SliceTableMapping

Elemento: SliceTableMapping / mapSize

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Una mappatura all'ID della colonna che contiene i valori di una dimensione della sezione. Questa mappatura può essere omessa se la colonna della tabella che contiene i valori della dimensione della sezione ha l'ID concetto come ID colonna. Se il concetto a cui viene fatto riferimento proviene da un set di dati esterno, la mappatura potrebbe essere omessa se l'ID della colonna corrisponde all'ID locale del concetto (ovvero senza il prefisso).
Diagramma Diagramma dspl12.tmp#id79 dspl12.tmp#id80
Proprietà
contenuti: complesso
minOccorre: 0
maxOccurs: senza limiti
Attributi
QName Tipo Fisso Predefinito Utilizzo Annotazione
idea xs:Nome Q obbligatorio L'ID del concetto di dimensione mappata.
ToColumn ID locale obbligatorio L'ID della colonna della tabella mappata.
Fonte
<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>

Elemento: SliceTableMapping / mapMetric

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Una mappatura all'ID della colonna che contiene i valori di una metrica della sezione. Questa mappatura può essere omessa se la colonna della tabella che contiene i valori della metrica di sezione ha l'ID concetto come ID colonna. Se il concetto di riferimento proviene da un set di dati esterno, la mappatura potrebbe essere omessa se l'ID della colonna corrisponde all'ID locale del concetto (ovvero senza il prefisso).
Diagramma Diagramma dspl12.tmp#id82 dspl12.tmp#id83
Proprietà
contenuti: complesso
minOccorre: 0
maxOccurs: senza limiti
Attributi
QName Tipo Fisso Predefinito Utilizzo Annotazione
idea xs:Nome Q obbligatorio L'ID del concetto di metrica mappata.
ToColumn ID locale obbligatorio L'ID della colonna della tabella mappata.
Fonte
<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>

Tipo di complesso: SliceTableMapping

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Una mappatura alla tabella che fornisce i dati per una porzione.
Diagramma Diagramma dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Usato da
Elemento Sezione/tabella
Modello mapSize*, mapMetric*.
Bambini mapSize, mapMetric.
Attributi
QName Tipo Fisso Predefinito Utilizzo Annotazione
rif xs:Nome Q obbligatorio L'identificatore della tabella che contiene i dati per la sezione.
Fonte
<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>

Attributo: SliceTableMapping/mapSize/ @concept

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID del concetto di dimensione mappata.
Tipo xs:Nome Q
Proprietà
utilizza: obbligatorio
Usato da
Elemento SliceTableMapping/mapSize
Fonte
<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>

Attributo: SliceTableMapping/mapSize/ @toColumn

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID della colonna della tabella mappata.
Tipo ID locale
Proprietà
utilizza: obbligatorio
Facet
Lunghezza massima 64
Usato da
Elemento SliceTableMapping/mapSize
Fonte
<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>

Attributo: SliceTableMapping / mapMetric / @@concept

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID del concetto di metrica mappata.
Tipo xs:Nome Q
Proprietà
utilizza: obbligatorio
Usato da
Elemento SliceTableMapping/mapMetric
Fonte
<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>

Attributo: SliceTableMapping/mapMetric/ @toColumn

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID della colonna della tabella mappata.
Tipo ID locale
Proprietà
utilizza: obbligatorio
Facet
Lunghezza massima 64
Usato da
Elemento SliceTableMapping/mapMetric
Fonte
<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>

Attributo: SliceTableMapping/ @ref

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'identificatore della tabella che contiene i dati per la sezione.
Tipo xs:Nome Q
Proprietà
utilizza: obbligatorio
Usato da
Tipo di complesso Mapping di SliceTableMap
Fonte
<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>

Creato con l'editor XML oXygen.