Komponente: Slice
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Element: Segment / Informationen
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Textinformationen zum Segment. |
Diagramm |
 |
Typ |
Info |
Attribute |
content: |
komplex |
minOccurs: |
0 |
|
Modell |
name, description{0,1}, url{0,1} |
Children |
Beschreibung, Name, URL |
Instanz |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Quelle |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
|
Element: Segment / Dimension
Namespace |
http://schemas.google.com/dspl/2010 |
Diagramm |
 |
Typ |
SliceConceptRef |
Attribute |
content: |
komplex |
maxOccurs: |
unbegrenzt |
|
Attribute |
QName |
Typ |
Behoben |
Standard |
Verwenden |
Annotation |
Konzept |
xs:QName |
|
|
erforderlich |
Konzept, dem die Dimension oder der Messwert entspricht
|
|
Quelle |
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
|
Element: Segment / Messwert
Namespace |
http://schemas.google.com/dspl/2010 |
Diagramm |
 |
Typ |
SliceConceptRef |
Attribute |
content: |
komplex |
maxOccurs: |
unbegrenzt |
|
Attribute |
QName |
Typ |
Behoben |
Standard |
Verwenden |
Annotation |
Konzept |
xs:QName |
|
|
erforderlich |
Konzept, dem die Dimension oder der Messwert entspricht
|
|
Quelle |
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
|
Element: Segment / Tabelle
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Eine Zuordnung zu einer Tabelle, in der die Segmentdaten
darauf zugegriffen wurde. |
Diagramm |
 |
Typ |
SliceTableMapping |
Attribute |
|
Modell |
mapDimension*, mapMetric* |
Children |
mapDimension, mapMetric |
Instanz |
<table ref="">
<mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
<mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
|
Attribute |
QName |
Typ |
Behoben |
Standard |
Verwenden |
Annotation |
Ref. |
xs:QName |
|
|
erforderlich |
Die ID der Tabelle, die Daten für den Ausschnitt enthält. |
|
Quelle |
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</xs:documentation>
</xs:annotation>
</xs:element>
|
Komplexer Typ: Slice
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Ein Slice beschreibt eine Kombination von Konzepten, für welche Daten
existiert. Metriken sind die Konzepte,
die Werte liefern, während Dimensionen
sind die Konzepte, mit denen
auf diese Werte zugegriffen wird. Genauer gesagt sind die Dimensionen ein Primärschlüssel für die Daten des Ausschnitts. Das bedeutet, dass für jede Kombination von Werten der Dimensionen maximal eine Datenzeile im Ausschnitt vorhanden ist. Segmente in einem Dataset müssen die folgenden Anforderungen erfüllen:
Zwei Dimensionen oder Messwerte in einem Segment dürfen sich nicht auf dasselbe Konzept beziehen. –
Es dürfen keine zwei Segmente im Dataset
die gleichen Dimensionen und
Messwerte. |
Diagramm |
 |
Verwendet von |
|
Modell |
info{0,1} , Dimension+ , Messwert+
, Tabelle |
Children |
Dimension, Informationen, Messwert
Tabelle |
Attribute |
QName |
Typ |
Behoben |
Standard |
Verwenden |
Annotation |
id |
ID |
|
|
erforderlich |
Die eindeutige Kennung des Slice. |
|
Quelle |
<xs:complexType name="Slice">
<xs:annotation>
<xs:documentation>A slice describes a combination of concepts for which data
exists. Metrics are the concepts that provide values, while
dimensions are the concepts used to access these values. More
precisely, the dimensions are a primary key for the data of
the slice. That is, for any combination of values of the
dimensions, there is at most one data row in the slice.
Slices in a dataset must follow the following requirements:
- No two dimensions or metrics in a slice may refer to the
same concept.
- No two slices in the dataset may have the same dimensions
and metrics.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
Attribut: Segment / @id
Namespace |
Kein Namespace |
Annotationen |
Die eindeutige Kennung des Slice. |
Typ |
ID |
Attribute |
verwenden Sie zum Beispiel: |
erforderlich |
|
Attribute |
|
Verwendet von |
|
Quelle |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Mit dem oXygen XML Editor erstellt.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-12 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-12 (UTC)."],[[["A Slice is a combination of concepts defining data, where metrics provide values and dimensions are used to access them."],["Dimensions act as a primary key, ensuring each combination has at most one data row."],["Slices have an `info` section for textual information, `dimension` and `metric` elements referencing concepts, and a `table` element mapping data location."],["Each slice must have a unique identifier using the `id` attribute."],["Slices in a dataset should have unique combinations of dimensions and metrics, and avoid referencing the same concept multiple times within a single slice."]]],["The core content defines the structure of a \"Slice,\" a combination of concepts with data. Each slice has a unique identifier and includes textual information, dimensions, metrics, and a table mapping. Dimensions and metrics refer to concepts, and their values are used to access data. The table mapping connects the slice to a specific data table. Slices cannot share dimensions or metrics and must have a unique ID. Dimensions and Metrics are defined with a concept.\n"]]