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 fração. Esse mapeamento pode ser omitido se a coluna da tabela que contém os valores de dimensão da fração tem o ID do conceito como coluna ID. Se o conceito referenciado vier de um conjunto de dados externo, o mapeamento pode ser omitido se o ID da coluna corresponder ao ID local da (ou seja, sem o prefixo).
Diagrama Diagrama dspl12.tmp#id79 dspl12.tmp#id80
Propriedades
content: complexo
minOcurs: 0
maxOccurs: ilimitada
Atributos
QName Tipo Fixo Padrão Usar Nota
Conceito xs:QName obrigatório O ID do conceito de dimensão mapeada.
toColumn LocalId obrigatório O ID da coluna da tabela mapeada.
Origem
<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 fração. Esse mapeamento pode ser omitido se a coluna da tabela que contém os valores da métrica de fração tem o ID do conceito como ID da coluna. Se o conceito referenciado vem de um conjunto de dados externo, o mapeamento pode ser omitido se o ID da coluna corresponde ao ID local do conceito (ou seja, sem o prefixo).
Diagrama Diagrama dspl12.tmp#id82 dspl12.tmp#id83
Propriedades
content: complexo
minOcurs: 0
maxOccurs: ilimitada
Atributos
QName Tipo Fixo Padrão Usar Nota
Conceito xs:QName obrigatório O ID do conceito de métrica mapeada.
toColumn LocalId obrigatório O ID da coluna da tabela mapeada.
Origem
<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 um fração.
Diagrama Diagrama dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Usados por
Elemento Fatia/tabela
Modelo mapDimension* , mapMetric*
Filhos mapDimension e mapMetric
Atributos
QName Tipo Fixo Padrão Usar Nota
ref xs:QName obrigatório O identificador da tabela que contém dados para o fração.
Origem
<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: obrigatório
Usados por
Elemento SliceTableMapping/mapDimension
Origem
<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
Propriedades
use: obrigatório
Atributos
Comprimento máximo 64
Usados por
Elemento SliceTableMapping/mapDimension
Origem
<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: obrigatório
Usados por
Elemento SliceTableMapping/mapMetric
Origem
<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
Propriedades
use: obrigatório
Atributos
Comprimento máximo 64
Usados por
Elemento SliceTableMapping/mapMetric
Origem
<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 o fração.
Tipo xs:QName
Propriedades
use: obrigatório
Usados por
Tipo complexo SliceTableMapping
Origem
<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 usando o Editor XML oXygen.