Composant: SliceTableMapping

Élément : SliceTableMapping/mapDimension

Namespace http://schemas.google.com/dspl/2010
Annotations Mappage vers l'ID de la colonne contenant les valeurs d'une dimension de la tranche. Vous pouvez omettre ce mappage si la colonne du tableau contenant les valeurs de la dimension de tranche contient l'ID de concept en tant qu'ID de colonne. Si le concept référencé provient d'un ensemble de données externe, le mappage peut être omis si l'ID de la colonne correspond à l'ID local du concept (c'est-à-dire sans le préfixe).
Diagramme Diagramme dspl12.tmp#id79. dspl12.tmp#id80.
Propriétés
content: complexe
minOccurs: 0
maxOccurs: illimité
Attributs
QName Type Fixed (Corrigé) Par défaut Utilisation Annotation
concept xs:NomQ required ID du concept de dimension mappée.
toColumn ID local required Identifiant de la colonne du tableau mappé.
Source
<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>

Élément : SliceTableMapping/mapMetric

Namespace http://schemas.google.com/dspl/2010
Annotations Mappage avec l'ID de la colonne contenant les valeurs d'une métrique de la tranche. Ce mappage peut être omis si la colonne de la table qui contient les valeurs des métriques de tranche a le concept d'ID de concept en tant que colonne. Si le concept référencé provient d'un ensemble de données externe, le mappage peut être omis si l'ID de la colonne correspond à l'ID local du concept (c'est-à-dire sans le préfixe).
Diagramme Diagramme dspl12.tmp#id82. dspl12.tmp#id83.
Propriétés
content: complexe
minOccurs: 0
maxOccurs: illimité
Attributs
QName Type Fixed (Corrigé) Par défaut Utilisation Annotation
concept xs:NomQ required ID du concept de métrique mappée.
toColumn ID local required Identifiant de la colonne du tableau mappé.
Source
<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>

Type complexe: SliceTableMapping

Namespace http://schemas.google.com/dspl/2010
Annotations Un mappage vers une table qui fournit des données pour une tranche.
Diagramme Diagramme dspl12.tmp#id84. dspl12.tmp#id78. dspl12.tmp#id81.
Utilisé par
Élément Tranche/Table
Modèle mapDimension*, mapMetric*
Enfants mapDimension, mapMetric
Attributs
QName Type Fixed (Corrigé) Par défaut Utilisation Annotation
ref xs:NomQ required Identifiant de la table contenant les données de la tranche.
Source
<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>

Attribut: SliceTableMapping / mapDimension / @concept

Namespace Aucun espace de noms
Annotations ID du concept de dimension mappée.
Type xs:NomQ
Propriétés
utilisez les lignes ci-dessous : required
Utilisé par
Élément SliceTableMapping/mapDimension
Source
<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>

Attribut: SliceTableMapping / mapDimension / @toColumn

Namespace Aucun espace de noms
Annotations Identifiant de la colonne du tableau mappé.
Type ID local
Propriétés
utilisez les lignes ci-dessous : required
Facets
maxLength 64
Utilisé par
Élément SliceTableMapping/mapDimension
Source
<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>

Attribut: SliceTableMapping / mapMetric / @concept

Namespace Aucun espace de noms
Annotations ID du concept de métrique mappée.
Type xs:NomQ
Propriétés
utilisez les lignes ci-dessous : required
Utilisé par
Élément SliceTableMapping/mapMetric
Source
<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>

Attribut: SliceTableMapping / mapMetric / @toColumn

Namespace Aucun espace de noms
Annotations Identifiant de la colonne du tableau mappé.
Type ID local
Propriétés
utilisez les lignes ci-dessous : required
Facets
maxLength 64
Utilisé par
Élément SliceTableMapping/mapMetric
Source
<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>

Attribut: SliceTableMapping / @ref

Namespace Aucun espace de noms
Annotations Identifiant de la table contenant les données de la tranche.
Type xs:NomQ
Propriétés
utilisez les lignes ci-dessous : required
Utilisé par
Type complexe SliceTableMapping
Source
<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>

Créé à l'aide de l'éditeur XML OXygen