المكون: شريحة
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
العنصر: الشريحة / المعلومات
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
معلومات نصية عن الشريحة: |
المخطط البياني |
 |
النوع |
معلومات |
أماكن إقامة |
المحتوى: |
معقد |
الحد الأدنى للتكرار: |
0 |
|
الطراز |
name ، description{0,1} ، url{0,1} |
أطفال |
description وname وurl |
آلة افتراضية |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
المصدر |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
|
العنصر: الشريحة / السمة
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
المخطط البياني |
 |
النوع |
SliceConceptRef |
أماكن إقامة |
المحتوى: |
معقد |
maxOccurs: |
غير محدود |
|
السمات |
QName |
النوع |
ثابت |
تلقائي |
استخدام |
تعليق توضيحي |
مفهوم |
xs:QName |
|
|
مطلوب |
مفهوم توافق السمة أو المقياس
إليه |
|
المصدر |
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
|
العنصر: شريحة / مقياس
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
المخطط البياني |
 |
النوع |
SliceConceptRef |
أماكن إقامة |
المحتوى: |
معقد |
maxOccurs: |
غير محدود |
|
السمات |
QName |
النوع |
ثابت |
تلقائي |
استخدام |
تعليق توضيحي |
مفهوم |
xs:QName |
|
|
مطلوب |
مفهوم توافق السمة أو المقياس
إليه |
|
المصدر |
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
|
العنصر: الشريحة / الجدول
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
ربط إلى جدول حيث يمكن مشاركة بيانات الشريحة
الوصول إليه |
المخطط البياني |
 |
النوع |
SliceTableMapping |
أماكن إقامة |
|
الطراز |
mapDimension* وmapMetric* |
أطفال |
mapDimension وmapMetric |
آلة افتراضية |
<table ref="">
<mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
<mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
|
السمات |
QName |
النوع |
ثابت |
تلقائي |
استخدام |
تعليق توضيحي |
ref |
xs:QName |
|
|
مطلوب |
معرّف الجدول الذي يحتوي على بيانات
إلى شرائح. |
|
المصدر |
<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>
|
نوع مركّب: تقطيع
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
تصف الشريحة مجموعة من المفاهيم التي
الموجودة. المقاييس هي المفاهيم التي توفر القيم، بينما السمات
هي المفاهيم المستخدمة للوصول إلى هذه القيم. وبشكل أكثر دقة،
والأبعاد هي مفتاح أساسي لبيانات الشريحة. أي، بالنسبة لأي
مجموعة قيم السمات، يكون هناك صف بيانات واحد على الأكثر في
الشريحة. يجب أن تتبع الشرائح في مجموعة البيانات المتطلبات التالية:
لا يجوز لأي بُعد أو مقياسين في الشريحة أن يشير إلى المفهوم نفسه. -
لا يجوز أن تكون لشريحتين في مجموعة البيانات نفس الأبعاد
والمقاييس. |
المخطط البياني |
 |
قيد الاستخدام بواسطة |
|
الطراز |
info{0,1} وdimension+ وmetric+
، جدول |
أطفال |
السمة والمعلومات والمقياس
جدول |
السمات |
QName |
النوع |
ثابت |
تلقائي |
استخدام |
تعليق توضيحي |
المعرِّف |
رقم التعريف |
|
|
مطلوب |
المعرّف الفريد للشريحة. |
|
المصدر |
<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>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
المعرّف الفريد للشريحة. |
النوع |
رقم التعريف |
أماكن إقامة |
|
الواجهات |
|
قيد الاستخدام بواسطة |
|
المصدر |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
تم إنشاؤه باستخدام
محرِّر XML oXygen:
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[],["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"]]