רכיב: SliceTableMapping
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
מיפוי למזהה של העמודה שמכילה את הערכים של
של הפלח. אפשר להשמיט את המיפוי הזה אם העמודה בטבלה
שמכיל את ערכי המאפיין של הפלח, כעמודה שלו מופיע מזהה הקונספט
למזהה נתון. אם הקונספט שאליו מתבצעת הפניה מגיע ממערך נתונים חיצוני, המיפוי
ניתן להשמיט אם המזהה של העמודה תואם למזהה המקומי של
מושג (כלומר, ללא הקידומת). |
תרשים |
 |
מאפיינים |
content: |
מורכב |
minOccurs: |
0 |
maxOccurs: |
ללא גבולות |
|
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
קונספט |
xs:QName |
|
|
חובה |
המזהה של הקונספט של המאפיין הממופה. |
toColumn |
LocalId |
|
|
חובה |
המזהה של העמודה בטבלה שממופה. |
|
מקור |
<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>
|
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
מיפוי למזהה של העמודה שמכילה את הערכים של
של הפלח. המיפוי הזה עשוי להשמיט אם העמודה בטבלה
מכיל את ערכי המדד פרוסה כשמזהה הקונספט הוא מזהה העמודה שלו. אם המיקום
הקונספט שאליו מתבצעת הפניה מגיע ממערך נתונים חיצוני, המיפוי יכול
חסר אם המזהה של העמודה תואם למזהה המקומי של הקונספט
(כלומר, בלי הקידומת). |
תרשים |
 |
מאפיינים |
content: |
מורכב |
minOccurs: |
0 |
maxOccurs: |
ללא גבולות |
|
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
קונספט |
xs:QName |
|
|
חובה |
המזהה של הקונספט של המדד הממופה. |
toColumn |
LocalId |
|
|
חובה |
המזהה של העמודה בטבלה שממופה. |
|
מקור |
<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>
|
סוג מורכב: SliceTableMapping
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
מיפוי לטבלה שמספקת נתונים
. |
תרשים |
 |
בשימוש על ידי |
|
דגם |
mapDimension* , mapMetric* |
ילדים |
mapDimension, mapMetric |
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
ref |
xs:QName |
|
|
חובה |
המזהה של הטבלה שמכילה נתונים עבור
. |
|
מקור |
<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>
|
מרחב שמות |
אין מרחב שמות |
הערות |
המזהה של הקונספט של המאפיין הממופה. |
סוג |
xs:QName |
מאפיינים |
|
בשימוש על ידי |
|
מקור |
<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>
|
מרחב שמות |
אין מרחב שמות |
הערות |
המזהה של העמודה בטבלה שממופה. |
סוג |
LocalId |
מאפיינים |
|
מאפיינים |
|
בשימוש על ידי |
|
מקור |
<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:QName |
מאפיינים |
|
בשימוש על ידי |
|
מקור |
<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>
|
מרחב שמות |
אין מרחב שמות |
הערות |
המזהה של העמודה בטבלה שממופה. |
סוג |
LocalId |
מאפיינים |
|
מאפיינים |
|
בשימוש על ידי |
|
מקור |
<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:QName |
מאפיינים |
|
בשימוש על ידי |
|
מקור |
<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>
|
נוצר באמצעות
oXygen XML Editor
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The `SliceTableMapping` complex type maps data from a table to a slice. It uses `mapDimension` to link dimension values to table columns and `mapMetric` to link metric values. Each mapping can be omitted if the concept ID matches the column ID. `mapDimension` and `mapMetric` require a `concept` ID (dimension or metric) and a `toColumn` ID (table column). The `ref` attribute in `SliceTableMapping` identifies the table providing the slice data.\n"]]