Componente: SliceTableMapping

Elemento: SliceTableMapping / mapDimension

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Una asignación al ID de la columna que contiene los valores de una dimensión de la porción. Esta asignación puede omitirse si la columna de la tabla que contiene los valores de la dimensión de slices tiene el ID de concepto como su columna ID. Si el concepto al que se hace referencia proviene de un conjunto de datos externo, la asignación puede omitirse si el id de la columna coincide con el id local de la (es decir, sin el prefijo).
Diagrama Diagrama dspl12.tmp#id79 dspl12.tmp#id80
Propiedades
content: complejo
mín.Ocurre: 0
maxOccurs: no delimitado
Atributos
QName Tipo Fijo Predeterminado Usar Anotación
concepto xs:QName obligatorio Es el ID del concepto de dimensión asignada.
toColumn LocalId obligatorio El ID de la columna de la tabla asignada.
Fuente
<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

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Una asignación al ID de la columna que contiene los valores de una métrica de la porción. Esta asignación puede omitirse si la columna de la tabla que contiene los valores de la métrica de porción tiene el ID de concepto como su ID de columna. Si el concepto al que se hace referencia proviene de un conjunto de datos externo, la asignación puede Se omite si el ID de la columna coincide con el ID local del concepto. (es decir, sin el prefijo).
Diagrama Diagrama dspl12.tmp#id82 dspl12.tmp#id83
Propiedades
content: complejo
mín.Ocurre: 0
maxOccurs: no delimitado
Atributos
QName Tipo Fijo Predeterminado Usar Anotación
concepto xs:QName obligatorio El ID del concepto de métrica asignada.
toColumn LocalId obligatorio El ID de la columna de la tabla asignada.
Fuente
<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 complejo: SliceTableMapping

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Es una asignación a una tabla que proporciona datos a una porción.
Diagrama Diagrama dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Utilizado por
Elemento Porción/tabla
Modelo mapDimension* , mapMetric*
Niños mapDimension y mapMetric
Atributos
QName Tipo Fijo Predeterminado Usar Anotación
referencia xs:QName obligatorio El identificador de la tabla que contiene los datos del porción.
Fuente
<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

Espacio de nombres No hay espacios de nombres
Anotaciones Es el ID del concepto de dimensión asignada.
Tipo xs:QName
Propiedades
utiliza esto: obligatorio
Utilizado por
Elemento SliceTableMapping/mapDimension
Fuente
<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

Espacio de nombres No hay espacios de nombres
Anotaciones El ID de la columna de la tabla asignada.
Tipo LocalId
Propiedades
utiliza esto: obligatorio
Facetas
maxLength 64
Utilizado por
Elemento SliceTableMapping/mapDimension
Fuente
<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

Espacio de nombres No hay espacios de nombres
Anotaciones El ID del concepto de métrica asignada.
Tipo xs:QName
Propiedades
utiliza esto: obligatorio
Utilizado por
Elemento SliceTableMapping/mapMetric
Fuente
<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

Espacio de nombres No hay espacios de nombres
Anotaciones El ID de la columna de la tabla asignada.
Tipo LocalId
Propiedades
utiliza esto: obligatorio
Facetas
maxLength 64
Utilizado por
Elemento SliceTableMapping/mapMetric
Fuente
<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

Espacio de nombres No hay espacios de nombres
Anotaciones El identificador de la tabla que contiene los datos del porción.
Tipo xs:QName
Propiedades
utiliza esto: obligatorio
Utilizado por
Tipo complejo SliceTableMapping
Fuente
<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>

Se crea con el Editor XML de oXygen.