Componente: SliceTableMapping

Elemento: SliceTableMapping / mapDimension

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Una mappatura all'ID della colonna che contiene i valori di un della sezione. Questa mappatura può essere omessa se la colonna della tabella che contiene i valori delle dimensioni della sezione ha l'ID concetto come colonna ID. Se il concetto a cui viene fatto riferimento proviene da un set di dati esterno, il mapping può essere omesso se l'ID della colonna corrisponde all'ID locale della concetto (ovvero, senza il prefisso).
Diagramma Diagramma dspl12.tmp#id79 dspl12.tmp#id80
Proprietà
contenuti: complesso
minOccurs: 0
maxOccurs: illimitati
Attributi
QName Tipo Risolto Predefinito Usa Annotazione
concetto xs:QName di provisioning. L'ID del concetto di dimensione mappata.
toColumn LocalId di provisioning. L'ID della colonna della tabella mappata.
Origine
<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

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Una mappatura all'ID della colonna che contiene i valori di un metrica della sezione. Questa mappatura può essere omessa se la colonna della tabella contiene i valori della metrica della sezione ha l'ID concetto come ID colonna. Se il concetto a cui viene fatto riferimento proviene da un set di dati esterno, la mappatura può essere omesso se l'ID della colonna corrisponde all'ID locale del concetto (ovvero, senza il prefisso).
Diagramma Diagramma dspl12.tmp#id82 dspl12.tmp#id83
Proprietà
contenuti: complesso
minOccurs: 0
maxOccurs: illimitati
Attributi
QName Tipo Risolto Predefinito Usa Annotazione
concetto xs:QName di provisioning. L'ID del concetto di metrica mappata.
toColumn LocalId di provisioning. L'ID della colonna della tabella mappata.
Origine
<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 complesso: SliceTableMapping

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Una mappatura a una tabella che fornisce dati per un o una sezione.
Diagramma Diagramma dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Usato da
Elemento Sezione/tabella
Modello mapDimension* , mapMetric*
Bambini mapDimension, mapMetric
Attributi
QName Tipo Risolto Predefinito Usa Annotazione
rif xs:QName di provisioning. L'identificatore della tabella che contiene i dati relativi alla o una sezione.
Origine
<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>

Attributo: SliceTableMapping / mapDimension / @concept

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID del concetto di dimensione mappata.
Tipo xs:QName
Proprietà
usa: di provisioning.
Usato da
Elemento SliceTableMapping/mapDimension
Origine
<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>

Attributo: SliceTableMapping / mapDimension / @toColumn

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID della colonna della tabella mappata.
Tipo LocalId
Proprietà
usa: di provisioning.
Facet
maxLength 64
Usato da
Elemento SliceTableMapping/mapDimension
Origine
<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>

Attributo: SliceTableMapping / mapMetric / @concept

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID del concetto di metrica mappata.
Tipo xs:QName
Proprietà
usa: di provisioning.
Usato da
Elemento SliceTableMapping/mapMetric
Origine
<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>

Attributo: SliceTableMapping / mapMetric / @toColumn

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID della colonna della tabella mappata.
Tipo LocalId
Proprietà
usa: di provisioning.
Facet
maxLength 64
Usato da
Elemento SliceTableMapping/mapMetric
Origine
<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>

Attributo: SliceTableMapping / @ref

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'identificatore della tabella che contiene i dati relativi alla o una sezione.
Tipo xs:QName
Proprietà
usa: di provisioning.
Usato da
Tipo di complesso SliceTableMapping
Origine
<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>

Creato con Editor XML ossigeno.