المكوّن: شريحة

العنصر: شريحة / معلومات

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصية حول الشريحة.
رسم بياني رسم بياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
النوع معلومات
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 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
رسم بياني رسم بياني dspl1.tmp#id74 dspl1.tmp#id73
النوع SliceConceptRef
أماكن إقامة
المحتوى: مُعَقَّد
maxOccurs: بلا حدود
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
مفهوم xs:QName إجراء مطلوب المفهوم الذي يتوافق معه البُعد أو المقياس.
المصدر
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

العنصر: شريحة / مقياس

مساحة الاسم http://schemas.google.com/dspl/2010
رسم بياني رسم بياني dspl1.tmp#id74 dspl1.tmp#id73
النوع SliceConceptRef
أماكن إقامة
المحتوى: مُعَقَّد
maxOccurs: بلا حدود
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
مفهوم xs:QName إجراء مطلوب المفهوم الذي يتوافق معه البُعد أو المقياس.
المصدر
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>

العنصر: شريحة / جدول

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية تعيين إلى جدول حيث يمكن الوصول إلى بيانات الشرائح.
رسم بياني رسم بياني dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81 dspl12.tmp#id77
النوع ربط SliceTableMapping
أماكن إقامة
المحتوى: مُعَقَّد
الطراز mapDimension* ، mapMetric*
أطفال mapDimension وmapMetric
مثال
<table ref="">
  <mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
  <mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
المرجع 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
التعليقات التوضيحية تصف الشريحة مجموعة من المفاهيم التي تتوفّر لها بيانات. المقاييس هي المفاهيم التي توفّر قيمًا، بينما السمات هي المفاهيم المستخدَمة للوصول إلى هذه القيم. بتعبير أدق، تمثّل السمات مفتاحًا رئيسيًا لبيانات الشريحة. وهذا يعني أنه بالنسبة إلى أي مجموعة من قيم المكوّنات، يتوفّر صف بيانات واحد على الأكثر في الشريحة. يجب أن تتبع الشرائح في مجموعة بيانات المتطلبات التالية: - لا يجوز أن يشير أي بُعدان أو مقياسان في الشريحة إلى المفهوم نفسه. - لا يمكن أن تكون شريحتا البيانات في مجموعة البيانات ذات الأبعاد والمقاييس نفسها.
رسم بياني رسم بياني dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76
قيد الاستخدام بواسطة
عنصر dspl/شرائح/شريحة
الطراز info{0,1} وdimension+ وmetric+ وtable
أطفال dimension وinfo وmetric وtable
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
المعرِّف رقم التعريف إجراء مطلوب المعرّف الفريد للشريحة.
المصدر
<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>

السمة: شريحة / @id

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية المعرّف الفريد للشريحة.
النوع رقم التعريف
أماكن إقامة
استخدم: إجراء مطلوب
الواجهات
الحد الأقصى للطول 64
قيد الاستخدام بواسطة
نوع المجمّع الشريحة
المصدر
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the slice.</xs:documentation>
  </xs:annotation>
</xs:attribute>

تم إنشاؤه باستخدام oxygen XML Editor.