Komponente: SliceConceptRef
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Komplexer Typ: SliceConceptRef
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Die Dimension oder der Messwert eines Slice. |
Diagramm |
 |
Verwendet von |
|
Attribute |
QName |
Typ |
Behoben |
Standard |
Verwenden |
Annotation |
Konzept |
xs:QName |
|
|
erforderlich |
Konzept, dem die Dimension oder der Messwert entspricht
|
|
Quelle |
<xs:complexType name="SliceConceptRef">
<xs:annotation>
<xs:documentation>A dimension or metric of a slice.</xs:documentation>
</xs:annotation>
<xs:attribute name="concept" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The concept that the dimension or metric corresponds to.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
Namespace |
Kein Namespace |
Annotationen |
Konzept, dem die Dimension oder der Messwert entspricht
|
Typ |
xs:QName |
Attribute |
verwenden Sie zum Beispiel: |
erforderlich |
|
Verwendet von |
|
Quelle |
<xs:attribute name="concept" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The concept that the dimension or metric corresponds to.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Erstellt mit dem
oXygen XML Editor
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-10-13 (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-10-13 (UTC)."],[[["SliceConceptRef signifies a dimension or metric within a slice, linking it to a specific concept."],["It is used by Slice elements to define their dimensions and metrics."],["The \"concept\" attribute, a required QName type, identifies the related concept."],["This structure is defined within the http://schemas.google.com/dspl/2010 namespace."]]],["The core content describes the `SliceConceptRef` complex type and its attribute `@concept`. `SliceConceptRef` represents a dimension or metric of a slice, and it is used by `Slice/dimension` and `Slice/metric`. The `concept` attribute, of type `xs:QName`, is required and specifies the related concept. This attribute is used within the `SliceConceptRef` to define the dimension or metric's corresponding concept.\n"]]