Komponente: SliceTableMapping

Element: SliceTableMapping/mapDimension

Namespace http://schemas.google.com/dspl/2010
Annotationen Eine Zuordnung zur ID der Spalte, die die Werte einer Dimension des Segments enthält. Diese Zuordnung kann weggelassen werden, wenn die Tabellenspalte, die die Werte der Segmentdimensionen enthält, die Konzept-ID als Spalten-ID hat. Wenn das referenzierte Konzept aus einem externen Dataset stammt, wird die Zuordnung möglicherweise weggelassen, wenn die ID der Spalte mit der lokalen ID des Konzepts (d.h. ohne Präfix) übereinstimmt.
Diagramm Diagramm dspl12.tmp#id79 dspl12.tmp#id80
Attribute
content: Komplex
minOccurs: 0
MaxOccurs: Unbegrenzt
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
Konzept xs:QName erforderlich Die ID des Konzepts der zugeordneten Dimension.
ToColumn LocalId erforderlich Die ID der zugeordneten Tabellenspalte.
Quelle
<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>

Element: SliceTableMapping / mapMetric

Namespace http://schemas.google.com/dspl/2010
Annotationen Eine Zuordnung zur ID der Spalte, die die Werte eines Messwerts des Segments enthält. Diese Zuordnung kann weggelassen werden, wenn die Tabellenspalte, die die Messwerte des Segmentmesswerts enthält, die Konzept-ID als Spalten-ID hat. Wenn das referenzierte Konzept aus einem externen Dataset stammt, wird die Zuordnung möglicherweise weggelassen, wenn die ID der Spalte mit der lokalen ID des Konzepts (d.h. ohne Präfix) übereinstimmt.
Diagramm Diagramm dspl12.tmp#id82 dspl12.tmp#id83
Attribute
content: Komplex
minOccurs: 0
MaxOccurs: Unbegrenzt
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
Konzept xs:QName erforderlich Die ID des zugeordneten Messwertkonzepts.
ToColumn LocalId erforderlich Die ID der zugeordneten Tabellenspalte.
Quelle
<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>

Komplexer Typ: SliceTableMapping

Namespace http://schemas.google.com/dspl/2010
Annotationen Eine Zuordnung zu einer Tabelle, die Daten für ein Segment enthält.
Diagramm Diagramm dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Verwendet von
Element Segment/Tabelle
Modell mapDimension*, mapMetric*
Kinder mapDimension, mapMetric
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
Ref xs:QName erforderlich Die ID der Tabelle, die Daten für das Segment enthält.
Quelle
<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 Kein Namespace
Annotationen Die ID des Konzepts der zugeordneten Dimension.
Typ xs:QName
Attribute
verwenden Sie zum Beispiel: erforderlich
Verwendet von
Element SliceTableMapping/mapDimension
Quelle
<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 Kein Namespace
Annotationen Die ID der zugeordneten Tabellenspalte.
Typ LocalId
Attribute
verwenden Sie zum Beispiel: erforderlich
Attribute
maxLength 64
Verwendet von
Element SliceTableMapping/mapDimension
Quelle
<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 Kein Namespace
Annotationen Die ID des zugeordneten Messwertkonzepts.
Typ xs:QName
Attribute
verwenden Sie zum Beispiel: erforderlich
Verwendet von
Element SliceTableMapping/mapMetric
Quelle
<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 Kein Namespace
Annotationen Die ID der zugeordneten Tabellenspalte.
Typ LocalId
Attribute
verwenden Sie zum Beispiel: erforderlich
Attribute
maxLength 64
Verwendet von
Element SliceTableMapping/mapMetric
Quelle
<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 Kein Namespace
Annotationen Die ID der Tabelle, die Daten für das Segment enthält.
Typ xs:QName
Attribute
verwenden Sie zum Beispiel: erforderlich
Verwendet von
Komplexer Typ SliceTableMapping
Quelle
<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>

Erstellt mit dem oXygen-XML-Editor.