Componente: SliceTableMapping

Elemento: SliceTableMapping / mapDimension

Namespace http://schemas.google.com/dspl/2010
Anotações Um mapeamento para o ID da coluna que contém os valores de uma dimensão da fatia. Esse mapeamento poderá ser omitido se a coluna da tabela que contém os valores da dimensão da fatia tiver o ID do conceito como ID da coluna. Se o conceito referenciado vier de um conjunto de dados externo, o mapeamento poderá ser omitido se o ID da coluna corresponder ao ID local do conceito (ou seja, sem o prefixo).
Diagrama Diagrama dspl12.tmp#id79 dspl12.tmp#id80
Propriedades
content: complexo
minOccurs: 0
maxOccurs: ilimitada
Atributos
QName Tipo Fixo Padrão Uso Annotation
conceito xs:QName exigiu O ID do conceito de dimensão mapeada.
ToColumn LocalId (em inglês) exigiu O ID da coluna da tabela mapeada.
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

Namespace http://schemas.google.com/dspl/2010
Anotações Um mapeamento para o ID da coluna que contém os valores de uma métrica da fatia. Esse mapeamento poderá ser omitido se a coluna da tabela que contém os valores da métrica da fatia tiver o ID do conceito como ID da coluna. Se o conceito referenciado vier de um conjunto de dados externo, o mapeamento poderá ser omitido se o ID da coluna corresponder ao ID local do conceito (ou seja, sem o prefixo).
Diagrama Diagrama dspl12.tmp#id82 dspl12.tmp#id83
Propriedades
content: complexo
minOccurs: 0
maxOccurs: ilimitada
Atributos
QName Tipo Fixo Padrão Uso Annotation
conceito xs:QName exigiu O ID do conceito de métrica mapeada.
ToColumn LocalId (em inglês) exigiu O ID da coluna da tabela mapeada.
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 complexo: SliceTableMapping

Namespace http://schemas.google.com/dspl/2010
Anotações Um mapeamento para uma tabela que fornece dados para uma fatia.
Diagrama Diagrama dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Usados por
Elemento Fatia/tabela
Modelo mapDimension* e mapMetric*
Children mapDimension e mapMetric
Atributos
QName Tipo Fixo Padrão Uso Annotation
referência xs:QName exigiu O identificador da tabela que contém dados para a fatia.
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>

Atributo: SliceTableMapping / mapDimension / @concept

Namespace Nenhum namespace
Anotações O ID do conceito de dimensão mapeada.
Tipo xs:QName
Propriedades
use: exigiu
Usados por
Elemento SliceTableMapping/mapDimension (em inglês)
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>

Atributo: SliceTableMapping / mapDimension / @toColumn

Namespace Nenhum namespace
Anotações O ID da coluna da tabela mapeada.
Tipo LocalId (em inglês)
Propriedades
use: exigiu
Facets
maxLength 64
Usados por
Elemento SliceTableMapping/mapDimension (em inglês)
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>

Atributo: SliceTableMapping / mapMetric / @concept

Namespace Nenhum namespace
Anotações O ID do conceito de métrica mapeada.
Tipo xs:QName
Propriedades
use: exigiu
Usados por
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>

Atributo: SliceTableMapping / mapMetric / @toColumn

Namespace Nenhum namespace
Anotações O ID da coluna da tabela mapeada.
Tipo LocalId (em inglês)
Propriedades
use: exigiu
Facets
maxLength 64
Usados por
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>

Atributo: SliceTableMapping / @ref

Namespace Nenhum namespace
Anotações O identificador da tabela que contém dados para a fatia.
Tipo xs:QName
Propriedades
use: exigiu
Usados por
Tipo complexo SliceTableMapping
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>

Criado com o editor XML oXygen.