Composant: SliceTableMapping

Élément: SliceTableMapping / mapDimension

Espace de noms http://schemas.google.com/dspl/2010
Annotations Un mappage vers l'identifiant de la colonne qui contient les valeurs d'une du segment. Ce mappage peut être omis si la colonne du tableau qui contient les valeurs de la dimension "Tranche" a pour colonne l'ID de concept ID. Si le concept référencé provient d'un ensemble de données externe, le mappage peut être omis si l'identifiant de la colonne correspond à l'identifiant local de la (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 Fixe Par défaut Utiliser Annotation
concept xs:QName required ID du concept de dimension mappée.
toColumn LocalId required ID de la colonne de la table mappée.
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

Espace de noms http://schemas.google.com/dspl/2010
Annotations Un mappage vers l'identifiant de la colonne qui contient les valeurs d'une du segment. Ce mappage peut être omis si la colonne de la table qui contient les valeurs de métrique de segment dont l'ID de colonne correspond à l'ID de concept. Si le concept référencé provient d'un ensemble de données externe, le mappage peut être Cette valeur est omise 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 Fixe Par défaut Utiliser Annotation
concept xs:QName required ID du concept de métrique mappée.
toColumn LocalId required ID de la colonne de la table mappée.
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

Espace de noms http://schemas.google.com/dspl/2010
Annotations Un mappage avec une table qui fournit des données pour une segment d'activité.
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 Fixe Par défaut Utiliser Annotation
réf. xs:QName required Identifiant de la table contenant les données pour la segment d'activité.
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

Espace de noms Aucun espace de noms
Annotations ID du concept de dimension mappée.
Type xs:QName
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

Espace de noms Aucun espace de noms
Annotations ID de la colonne de la table mappée.
Type LocalId
Propriétés
utilisez les lignes ci-dessous : required
Attributs
longueur maximale 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

Espace de noms Aucun espace de noms
Annotations ID du concept de métrique mappée.
Type xs:QName
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

Espace de noms Aucun espace de noms
Annotations ID de la colonne de la table mappée.
Type LocalId
Propriétés
utilisez les lignes ci-dessous : required
Attributs
longueur maximale 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

Espace de noms Aucun espace de noms
Annotations Identifiant de la table contenant les données pour la segment d'activité.
Type xs:QName
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 la méthode Éditeur XML oXygen