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 dimensión de la 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, es posible que se omita la asignación si el ID de la columna coincide con el ID local del concepto (es decir, sin el prefijo).
Diagrama Diagrama dspl12.tmp#id79 dspl12.tmp#id80
Propiedades
content: complejo
minOccurs: 0
maxOccurs: no delimitado
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
concepto xs:nombredeQ required El ID del concepto de dimensión asignada.
toColumna LocalId required 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 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, es posible que se omita la asignación 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
minOccurs: 0
maxOccurs: no delimitado
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
concepto xs:nombredeQ required El ID del concepto de métrica asignado.
toColumna LocalId required 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 Una asignación a una tabla que proporciona datos para una porción.
Diagrama Diagrama dspl12.tmp#id84 dspl12.tmp#id78. dspl12.tmp#id81
Utilizado por
Elemento Segmento/tabla
Modelo mapDimension*, mapMetric*
Children mapDimension y mapMetric
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
ref xs:nombredeQ required El identificador de la tabla que contiene los datos de la 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 El ID del concepto de dimensión asignada.
Tipo xs:nombredeQ
Propiedades
utiliza esto: required
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: required
Facets
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 asignado.
Tipo xs:nombredeQ
Propiedades
utiliza esto: required
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: required
Facets
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 de la porción.
Tipo xs:nombredeQ
Propiedades
utiliza esto: required
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.